parseTxdb | R Documentation |
parseTxdb parses genome annotation object of TxDb
parseTxdb(an.txdb)
an.txdb |
a TxDb object |
a parsed genome annotation object, which is a list of three elements (anno.rna, anno.need, anno.frame) and can be used for annotatePAC().
[parseGff()] to parse a Gff file.
library(TxDb.Athaliana.BioMart.plantsmart28)
txdbAnno <- parseTxdb(an.txdb=TxDb.Athaliana.BioMart.plantsmart28)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.