Description Usage Arguments Details Value Author(s) References See Also Examples
Read a Glimmer3 gene output file from NCBI
1 |
file |
Glimmer3 file |
Glimmer files are available from the NCBI genomes ftp directory, ftp://ftp.ncbi.nih.gov/genomes.
GRanges with 3 elementMetadata columns: id, frame and score
Chris Stubben
Details about Glimmer3 are available at http://www.cbcb.umd.edu/software/glimmer
1 2 3 4 5 | file<-"ftp://ftp.ncbi.nih.gov/genomes/Bacteria/Yersinia_pestis_CO92_uid57621/NC_003132.Glimmer3"
x <-read.glimmer(file)
x
metadata(x)
table(values(x)$frame)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.