plot_krona: Interactive Taxonomy plot with Krona from a phyloseq object

Description Usage Arguments References Examples

View source: R/plot_functions.R

Description

Construct and run a Krona Chart to compare taxonomic assignations between different conditions.

Usage

1
plot_krona(physeq, output, variable, trim = F)

Arguments

physeq

phyloseq-class with a taxonomyTable-class

output

A character stating the output filename for Krona Chart and the directory in which Krona files will be created.

variable

A character indicating which variable from sample data to use.

trim

Should spaces and brackets be converted to underscore automatically.

References

KronaTools.

Examples

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)

cpauvert/psadd documentation built on Nov. 22, 2020, 9:19 a.m.