
gffRead(gffFile, nrows = -1, verbose = FALSE)
getAttributeField
to extract data from "attributes"
column; http://useast.ensembl.org/info/website/upload/gff.html for
more information on the GTF/GFF file format.
gtfPath = system.file('extdata', 'annot.gtf.gz', package='ballgown')
annot = gffRead(gtfPath)
Run the code above in your browser using DataLab