We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eaaac commit 2f13225Copy full SHA for 2f13225
R/truncateTxome.R
@@ -24,7 +24,7 @@ setGeneric("truncateTxome", signature=c("txdb", "maxTxLength"),
24
#' @importFrom BiocParallel bplapply
25
#' @importFrom AnnotationDbi select
26
setMethod("truncateTxome", "TxDb", function(txdb, maxTxLength=500) {
27
- grlExons <- exonsBy(txdb, use.names=TRUE)[1:100]
+ grlExons <- exonsBy(txdb, use.names=TRUE)
28
dfTxGene <- select(txdb, keys=names(grlExons),
29
keytype="TXNAME", columns="GENEID")
30
mapTxToGene <- setNames(dfTxGene$GENEID, dfTxGene$TXNAME)
0 commit comments