importGTF | R Documentation |
This function loads GTF files into R and converts it into
a wrapper to rtracklayer::import() function to conveniently import GTF file into R as a GenomicRanges object.
importGTF(con)
con |
Path to GTF file |
Imported GenomicRanges object in GTF format
Fursham Hamid
gtf <- system.file("extdata", "sc_merged_sample.gtf.gz", package = "factR")
importGTF(gtf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.