Description Usage Arguments Value
high-level exploration function for examining MetAnnotate data
1 2 3 4 5 6 7 8 9 10 11 |
metannotate_data |
The mapped metannotate tibble output by |
evalue |
E-value cutoff for HMM hits |
taxon |
Character vector (length 1) giving the taxon name to collapse to Can be: domain, phylum, class, order, family, genus, species (case insensitive) |
normalizing_HMM |
Name of the normalizing HMM (e.g., 'rpoB')]; specify 'auto' to attempt auto-detection |
top_x |
Numeric vector (length 1) giving the subsetting amount you desire. If top_x >=1, the script will return the "top_x most abundant taxa" for each Dataset/HMM.Family If top_x <1, the script will return "all taxa of (top_x * 100%) abundance or greater for each Dataset/HMM.Family - but see below. |
percent_mode |
If top_x <1, there are two different methods for keeping the most abundant organisms:
|
colouring_template_filename |
Filename of the colouring template you want to load If the file does not exist, then this function will write a template to that file If 'NA' is entered, then the function will auto-generate colours and continue on |
quietly |
logical (TRUE/FALSE); if TRUE, only reports warnings and errors |
... |
Other fine-tuned plotting options controlled by |
A ggplot of MetAnnotate data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.