plot_taxa_cv: Coefficient of variations

View source: R/plot_taxa_cv.R

plot_taxa_cvR Documentation

Coefficient of variations

Description

Plots CV for OTUs/ASVs.

Usage

plot_taxa_cv(x, plot.type)

Arguments

x

phyloseq-class object.

plot.type

scatter or hist (histogram)

Details

Check if there are spurious OTUs/ASVs.

Value

A ggplot plot object.

Examples

## Not run: 
# Example data
library(microbiome)
library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
p <- plot_taxa_cv(p0, plot.type = "hist")
print(p)

## End(Not run)


microsud/microbiomeutilities documentation built on Nov. 29, 2022, 12:18 a.m.