Description Usage Arguments Value References See Also
Create an object of class megapteraProj
to
hold all the input data necessary for running of the pipeline.
1 2 3 4 5 6 7 8 9 10 | megapteraProj(
db,
taxon = taxon(),
locus = locus(),
align.exe = "undefined",
merge.exe = "undefined",
mask.exe = "undefined",
params = megapteraPars(),
update = FALSE
)
|
db |
An object of class |
taxon |
An object of classes |
locus |
An object of classes |
align.exe |
A vector of mode |
merge.exe |
A vector of mode |
mask.exe |
A vector of mode |
params |
An object of class |
update |
Logical: if |
An object of class megapteraProj
.
MAFFT: http://mafft.cbrc.jp/alignment/software/
OPAL: http://opal.cs.arizona.edu/
Gblocks: http://molevol.cmima.csic.es/castresana/Gblocks.html
dbPars
, taxon
,
taxonGuidetree
, locus
, locusRef
,
and megapteraPars
for defining of database parameters, taxa,
loci, and the pipeline's parameters, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.