From e5f41605b630a47fad601ce41b4b5edf16d84e8b Mon Sep 17 00:00:00 2001 From: Tim-Yu Date: Mon, 13 Nov 2023 15:54:06 +0000 Subject: [PATCH] bug fix for original .cds_for_id2 using tx_id --- R/proteinToX.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/proteinToX.R b/R/proteinToX.R index 7bce1ac..7aaaf23 100644 --- a/R/proteinToX.R +++ b/R/proteinToX.R @@ -464,7 +464,7 @@ setMethod("proteinToGenome", "EnsDb", tx_id <- split(map$tx_id, map[, idType]) } else { tx_id <- id - split(tx_id, id) + tx_id <- split(tx_id, id) } if (length(tx_id)) { suppressWarnings(