Description Usage Arguments Value Author(s)
Read a GFF file from NCBI and return a GRanges object.
1 2 | read.annot.from.gff(gff.file, locus.tags = TRUE, nrows = -1,
verbose = TRUE)
|
gff.file |
a GFF file |
locus.tags |
only return genes with locus tags. Defaults to TRUE. |
nrows |
number of rows to read. |
verbose |
Indicate whether information about the process should be reported. Defaults to TRUE. |
GRanges with 4 elementMetadata columns: locus, proetin id, gene id, feature, description and gene name. If all rows are returned (locus.tags=FALSE), then score, phase and tags are included.
Vittorio Fortino read.annot.from.gff()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.