Description Usage Arguments Value See Also
View source: R/checkSpecLocus.R
Produce a barplot showing the number of species found for each locus. Thereby the number of species either refers to the number of species found on GenBank, the number of species selected according to identity and coverage, or the number of species included in the final alignment. Additionally, black lines to right of the bars indicate the cumulative species numbers for each locus if this locus was to be concatenated with all other loci having more species.
1 2 3 4 5 6 7 | checkSpecLocus(
megProj,
stage = "selected",
subset.taxon,
subset.locus,
plot = TRUE
)
|
megProj |
An object of class |
stage |
A vector of mode |
subset.taxon |
A vector of mode |
subset.locus |
A vector of mode |
plot |
Logical, indicating if the barplot should be produced on the current graphical device or not. |
A list, but mainly called for its side effect, the plotting of a barplot.
checkMissingSpec
to create a table of species that
were missed/lost during consecutive steps of the pipeline.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.