rarefyASV: rarefy and Plot ASV reads

View source: R/rarefyASV.r

rarefyASVR Documentation

rarefy and Plot ASV reads

Usage

rarefyASV(x, step)

Arguments

x

ASV table

step

Step used to rarefy

Value

A plot

Author(s)

Pedro Martinez Arbizu

Examples


rr <- rarefyASV(deepMeio[,9:ncol(deepMeio)],step=200)
plot(rr)

#provide colors for groups of samples 
plot(rr,col=c(rep('red',10),rep('green',9)))


pmartinezarbizu/dada2pp documentation built on Feb. 7, 2024, 7:01 a.m.