View source: R/taxonomy-file.R
| summarize_taxonomy_quality_with_file | R Documentation |
Extended version of summarize_taxonomy_quality() that can use an
external taxonomy file.
summarize_taxonomy_quality_with_file(
labels,
format = "auto",
custom_patterns = NULL,
taxonomy_file = NULL,
file_sep = "auto",
file_header = FALSE,
file_priority = TRUE,
table_sep = ";",
delimiter_mode = "reverse",
taxonomy_levels = NULL
)
labels |
Character vector of tip labels. |
format |
Format: "auto", "GTDB", "Silva", "NCBI", "custom_rank", "custom_regex". |
custom_patterns |
Custom regex patterns (for "custom_regex" format). |
taxonomy_file |
Character. Path to external taxonomy file. Default: |
file_sep |
Character. Column separator for taxonomy file. Default: |
file_header |
Logical. Whether taxonomy file has header row. Default: |
file_priority |
Logical. If |
table_sep |
Character. Separator between taxonomy ranks in the second
column of the taxonomy file. Default: |
delimiter_mode |
Character. Embedded parsing strategy: "reverse", "greedy", "segment". |
taxonomy_levels |
Custom taxonomy level configuration (list with codes and names).
Default: |
Invisibly returns a list with parsing statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.