Skip to content

Commit

Permalink
bug fix for original .cds_for_id2 using tx_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Yu committed Nov 13, 2023
1 parent 2db48b6 commit e5f4160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/proteinToX.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e5f4160

Please sign in to comment.