Closed mtmorgan closed 7 years ago
Line 542 of extractors.R function .getSplicings, cds <- .cds(x, filter=filter), when filter is applied to cds, only tx_id 169787 meets the condition. The logic of getting splicings data might need to revisit.
I think my mistake
> five <- fiveUTRsByTranscript(TxDb.Hsapiens.UCSC.hg38.knownGene)
> c("169786", "169787", "169789") %in% names(five)
[1] FALSE TRUE FALSE
So consistent with GRanges infrastructure.