Description Usage Arguments Value
Wrapper to generate a ggplot of MetAnnotate data with subset, colours, labels, and so on
1 2 3 4 5 6 7 8 9 10 |
metannotate_data_normalized_list |
List output of |
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 |
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:
|
normalizing_HMM |
Name of the normalizing HMM (e.g., "rpoB")]; specify 'auto' to attempt auto-detection |
plot_normalizing_HMM |
Retain the normalizing_HMM in the final ggplot? |
dump_raw_data |
Return the normalized and subsetted table in lieu of a ggplot |
... |
Other fine-tuned plotting options controlled by |
A ggplot of MetAnnotate data (or raw data; see above)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.