Description Usage Arguments References Examples
View source: R/plot_functions.R
Construct and run a Krona Chart to compare taxonomic assignations between different conditions.
1 | plot_krona(physeq, output, variable, trim = F)
|
physeq |
|
output |
A |
variable |
A |
trim |
Should spaces and brackets be converted to underscore automatically. |
1 2 3 4 5 6 7 | ## Not run:
require(phyloseq)
data(GlobalPatterns)
plot_krona(GlobalPatterns,"GP-krona", "SampleType")# issues with brackets
plot_krona(GlobalPatterns,"GP-krona", "SampleType",trim=T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.