View source: R/R_funclib_GFF.r
parseGff | R Documentation |
parseGff parses genome annotation file of gff3/gtf format
parseGff(aGFF)
aGFF |
.gff3/.gff/.gtf file name |
Due to the complex GFF3/GFF/GTF structure of different genome annotation files from different species, this function may not be always applicable for any given file. You may need to check mannually.
a parsed genome annotation object, which is a list of three elements (anno.rna, anno.need, anno.frame) and can be used for annotatePAC().
[parseTxdb()] to parse a Txdb object.
Other genome annotation functions:
parseGenomeAnnotation()
## parse from a gff file, and save as .rda for further use.
gff=parseGff(aGFF='Bamboo.Hic.gff')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.