plot_taxa_cv: Coefficient of variations

Description Usage Arguments Details Value Examples

View source: R/plot_taxa_cv.R

Description

Plots CV for OTUs/ASVs.

Usage

1

Arguments

x

phyloseq-class object

Details

Check if there are spurious OTUs/ASVs.

Value

A ggplot plot object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
  # Example data
    library(microbiome)
    library(microbiomeUtilities)
    data("biogeogut")
    p0 <- biogeogut
    ps.rel <- microbiome::transform(ps, "compositional")
    p <- plot_taxa_cv(ps.rel)
    print(p)
          
## End(Not run)

microsud/microbiomeutilities-shiny documentation built on May 7, 2019, 9:38 a.m.