plot_krona | R Documentation |
Plots a Krona chart from a taxonomy data set, with the option of including abundance data. Requires a local install, with system-wide access, of KronaTools (https://github.com/marbl/Krona/tree/master/KronaTools).
plot_krona(tax, cdm = NULL, group = NULL, outfile = "krona_plot.html")
tax |
data frame with taxonomy data |
cdm |
community data matrix, or vector with total taxon abundance |
group |
a groupping vector for samples |
outfile |
name of the output file |
An html file with a Krona chart.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.