Description Usage Arguments Details Value Author(s) See Also
Creates a S4 classes defining a phylogenetic marker for a megapteraProj
.
1 2 3 4 5 6 7 8 9 10 | locus(..., not, search.fields = c("gene", "title"),
use.genomes = TRUE, align.method = "auto",
min.identity = 0.75, min.coverage = 0.5,
check = FALSE)
locusRef(..., not, search.fields = c("gene", "title"),
use.genomes = TRUE, align.method = "auto",
min.identity = 0.75, min.coverage = 0.5,
reference, adj.gene1 = NULL, adj.gene2 = NULL,
check = FALSE)
|
... |
a vector of mode |
not |
a vector of mode |
search.fields |
a vector of mode |
use.genomes |
logical, if |
align.method |
a character string giving the alignment method in MAFFT. Available accuracy-oriented methods for less than 200 sequences are |
min.identity |
numeric between 0 and 1, giving the minimum proportion of nucleotides required to be identical with the reference sequence in order to be included in an alignment (default: 0.75) |
min.coverage |
numeric between 0 and 1, giving the minimum proportion of nucleotide positions a sequence must have in common with the reference sequence in order to be included in an alignment (default: 0.5) |
reference |
an object of class |
adj.gene1 |
a vector of mode |
adj.gene2 |
a vector of mode |
check |
logical: if |
The website http://www.ncbi.nlm.nih.gov/genome/browse/?report=5 or ncbiGenome
can be used to find complete organelle genomes that can be used as references.
See also https://www.ncbi.nlm.nih.gov/refseq/rsg/ for the RefSeqGene in the NCBI Reference Sequence collection.
An object of class locus
or locusRef
Christoph Heibl
ncbiGenome
helps to select representative organelle genomes as references.
Use dbPars
, taxon
, and megapteraPars
for defining of database parameters, taxa, and the pipeline's parameters, respectively, and megapteraProj
for the bundling of input data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.