Description Usage Arguments Value See Also
View source: R/checkMissingSpec.R
Create a table of species that failed to pass steps in the pipeline.
1 | checkMissingSpec(x, provenance = ".", tag = "ingroup")
|
x |
An object of class |
provenance |
A character string as used in the column |
tag |
A character string as used in the column |
A data frame with two columns:
Names of missing species
Why species is missing; might be (1)
not.on.genbank
(species for which no sequences were found on
GenBank), (2) not.selected
(species that were not selected due to
below-threshold identity or coverage), or (3) not.aligned
(species
that were lost during the alignment process; happens rarely)
checkSpecLocus
to create a barplot of the species number per locus.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.