sesameData_getTxnGRanges | R Documentation |
convert GRangesList to transcript GRanges
sesameData_getTxnGRanges(genome = NULL, grl = NULL, merge2gene = FALSE)
genome |
hg38, mm10, ... |
grl |
GRangesList object |
merge2gene |
merge transcript to genes |
a GRanges object
## all mm10 transcripts
txns <- sesameData_getTxnGRanges("mm10")
## verified protein-coding transcripts
txns[(txns$transcript_type == "protein_coding" & txns$level <= 2)]
## merged to genes
sesameData_getTxnGRanges("mm10", merge2gene = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.