powered by
Generate a krona chart containing the full taxonomy from a SQM object.
exportKrona(SQM, output_name = NA)
No return value, but a krona chart is produced in the current working directory.
A SQM or SQMlite object.
character. Name of the output file containing the Krona charts in html format (default "<project_name>.krona.html").
"<project_name>.krona.html")
Original code was kindly provided by Giuseppe D'Auria (dauria_giu@gva.es).
plotTaxonomy for plotting the most abundant taxa of a SQM object.
plotTaxonomy
# \donttest{ data(Hadza) # Check that kronatools is present. ecode = system('ktImportText', ignore.stdout = TRUE, ignore.stderr = TRUE) # If so, run. if(ecode==0) { exportKrona(Hadza) } # }
Run the code above in your browser using DataLab