Description Usage Arguments Details Value References See Also
Finds the most representative organelle genomes of a given taxon for use as reference sequences.
1 | ncbiGenome(x, organelle, mrca = c("ingroup", "outgroup"), n = 5)
|
x |
An object of class |
organelle |
A character string, either |
mrca |
A vector of mode |
n |
Numeric, the maximum number of genomes that will be chosen. Depending
on the classification of the taxon as returned by |
ncbiGenome
uses a four-step algorithm to produce a
taxonomically balanced sample of reference organelle genomes:
Determine the root taxon for both ingroup and outgroup.
Find all organelle genomes present on NCBI GenBank for this taxa.
Using the
taxonomic classifiaction, find the n - x
basal lineages of the entire
set of genomes; thereby x
is often greater than 0 depending on the
branching pattern (topology) encoded by the classifiaction.
For each
lineage, randomly choose one organelle genome and return the results as data
frame (see Value
section).
Because the n
genomes are choosen
randomly from the available genomes, for cases where the number of available
genomes exceeds n
, any two calls of ncbiGenome
will return
different results.
a data frame with three columns:
taxon |
scientific name as Latin binomial |
gb |
UID: GenBank number |
gi |
alternative UID (GIs will no longer be supported after august 2016!) |
NCBI Orgenelle Genome Resources: http://www.ncbi.nlm.nih.gov/genome/organelle/
locusRef
to set reference sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.