View source: R/remove_ambiguous.R
ambiguous_patterns | R Documentation |
This function stores the regex patterns for ambiguous taxa.
ambiguous_patterns(
unknown = TRUE,
uncultured = TRUE,
case_variations = FALSE,
whole_match = FALSE,
name_regex = "."
)
unknown |
If |
uncultured |
If |
case_variations |
If |
whole_match |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.