Description Usage Arguments Value
Concatenates multiple sequence alignments of individual loci into a supermatrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | supermatrix(
megProj,
min.n.seq = 3,
blocks = "split",
row.confid = 0,
col.confid = 0,
partition,
trim.ends = 0,
locus.coverage = 0,
global.coverage = 0,
subset.locus,
subset.species,
exclude.locus,
exclude.species,
core.locus,
core.species,
best.sampled.congeneric = FALSE,
protect.outgroup = FALSE,
squeeze.outgroup
)
|
megProj |
An object of class |
min.n.seq |
Numeric, the minimum number of sequences in any alignment that is required to be included in the supermatrix. |
blocks |
A character string indicating how to handle alignment blocks:
|
row.confid |
A real number in the interval |
col.confid |
A real number in the interval |
partition |
A named list, each element of which contains the names of the loci to group together in one partition. The default is to assign each locus to its own partition. Partitioning of first/second and third nucleotides positions is not yet possible, but might be implemented in the future. |
trim.ends |
A |
locus.coverage |
Numeric between 0 and 1 giving the required minimum coverage of any species in any alignment. |
global.coverage |
Numeric between 0 and 1 giving the required minimum coverage of any species the concatenated alignment. |
subset.locus |
A vector of mode |
subset.species |
A vector of mode |
exclude.locus |
A vector of mode |
exclude.species |
Currently unused. |
core.locus |
A vector of mode |
core.species |
Currently unused. |
best.sampled.congeneric |
Logical, keep all but the best-sampled species in every genus. |
protect.outgroup |
Logical, if |
squeeze.outgroup |
Numeric, can be given to reduce the number of
outgroup species: The function will select the |
a list with four elements:
zipname |
a character string giving the name of the files produced. |
supermatrix |
a matrix of class
|
outgroup |
a vector of mode |
partitions |
a
vector of mode |
In addition, three files are written to the working directory: (1) a NEXUS-formatted file and (2) a PHYLIP-formatted file containing the sequence matrix and (3) a zipped directory containing the PHYLIP-formatted sequence matrix plus output and partitions as separate ASCII-formatted files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.