Description Usage Arguments Value Author(s) See Also Examples
read in GTF/GFF file as a data frame
1 |
gffFile |
name of GTF/GFF on disk |
nrows |
number of rows to read in (default -1, which means read all rows) |
verbose |
if TRUE, print status info at beginning and end of file read. Default FALSE. |
data frame representing the GTF/GFF file
Kasper Hansen
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.
1 2 | gtfPath = system.file('extdata', 'annot.gtf.gz', package='ballgown')
annot = gffRead(gtfPath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.