plot_ReadDistribution: Distribution of reads

Description Usage Arguments Value Author(s) Examples

Description

Plots distribution of reads.

Usage

1
plot_ReadDistribution(x, groups, plot.type = c("density", "histogram"))

Arguments

x

phyloseq-class object

groups

Metadata variable to check for groups based sequencing effort.

plot.type

either density or histogram plot

Value

A ggplot plot object.

Author(s)

Contact: SUdarshan Shetty sudarshanshetty9@gmail.com

Examples

1
2
3
4
5
6
7
8
## Not run: 
  # Example data
    library(microbiome)
    data(DynamicIBD)
    ps0 <- DynamicIBD
    p <- plot_ReadDistribution(ps0, groups="ibd_subtype", plot.type= "density")
          
## End(Not run)

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