Description Usage Arguments Value Examples
Outputs GRangesList object from reading a GTF file
| 1 | 
| file | a .gtf file | 
grlist a GRangesList object, with two columns
TXNAME specifying prefix for new gene Ids (genePrefix.number), defaults to empty
GENEID indicating whether filter to remove read classes which are a subset of known transcripts(), defaults to TRUE
| 1 2 3 4 5 | gtf.file <- system.file("extdata",
    "Homo_sapiens.GRCh38.91_chr9_1_1000000.gtf",
    package = "bambu"
)
readFromGTF(gtf.file)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.