Description Usage Arguments Details Value Author(s) References See Also Examples
Read a gff formatted Prodigal gene output file from NCBI (version 2.5)
1 | read.prodigal(file, allScores = FALSE)
|
file |
Prodigal gff output file |
allScores |
include all scores |
Prodigal output files are available from the NCBI genomes ftp directory, ftp://ftp.ncbi.nih.gov/genomes.
GRanges with 7 elementMetadata columns: id, partial flag for genes continuing off the edge of a contig, start codon, RBS motif, RBS spacer, coding potential/score and start score.
If allScores is TRUE, then four additional score columns are included: total score (sum of coding and start score) and RBS motif score, upstream region score, and codon type score (which usually sum to start score). See the README file in the Prodigal distribution for complete details.
Chris Stubben
Prodigal is a microbial gene finding program developed at University of Tennessee and Oak Ridge National Laboratory. See http://prodigal.ornl.gov for details
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.