plotMA.dasva {Anaconda}R Documentation

plotMA.dasva

Description

Custom MA plots for the Differential ASV abundance (DASVA) analysis. defining a new function to plot all ASVs and not only log2FoldChange > 2

Usage

plotMA.dasva(
  object,
  alpha,
  main = "",
  xlab = "mean of normalized counts",
  ylim,
  MLE = FALSE,
  verbose = TRUE,
  ...
)

Arguments

object

Object from the Differential ASV abundance (DASVA) analysis

alpha

alpha

main

main

xlab

xlab

ylim

ylim

MLE

MLE

verbose

verbose

...

...

Value

A MA plot

Examples

## Not run: plotMA.dasva(rXXX, main="XXX", ylim=c(-20,20))

[Package Anaconda version 0.1.5 Index]