View source: R/remove_ambiguous.R
is_ambiguous | R Documentation |
Find taxa with ambiguous names, such as "unknown" or "uncultured".
is_ambiguous(
taxon_names,
unknown = TRUE,
uncultured = TRUE,
name_regex = ".",
ignore_case = TRUE
)
taxon_names |
A |
unknown |
If |
uncultured |
If |
name_regex |
The regex code to match a valid character in a taxon name. For example, "[a-z]" would mean taxon names can only be lower case letters. |
ignore_case |
If |
If you encounter a taxon name that represents an ambiguous taxon that is not filtered out by this function, let us know and we will add it.
TRUE/FALSE vector corresponding to taxon_names
is_ambiguous(c("unknown", "uncultured", "homo sapiens", "kfdsjfdljsdf"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.