View source: R/intronGTFparser.R
intronGTFparser | R Documentation |
Parse intron location given in a gtf file and updated gtf will be written. Intron information can be used then for counting reads with Rsubread package (check wrapper functions: ppAuto
and ppSumEIG
for read count summarization). However, information associated with these introns (related to transcripts) can not be used as annotation since this transcript information is added in the corresponding field to avoid unnecessary errors.
intronGTFparser(gtf)
gtf |
gtf file of the organism. |
gtf file with intron information.
http://Matrix.R-forge.R-project.org/
Carey V, Long L, Gentleman R (2019). RBGL: An interface to the BOOST graph library. https://bioconductor.org/packages/RBGL/
Gentleman R, Whalen E, Huber W, Falcon S (2019). graph: graph: A package to handle graph data structures. http://www.bioconductor.org/packages/release/bioc/html/graph.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.