plotMASwish: MA plot

Description Usage Arguments Value Examples

View source: R/plots.R

Description

MA plot

Usage

1
plotMASwish(y, alpha = 0.05, sigcolor = "blue", ...)

Arguments

y

a SummarizedExperiment (see swish)

alpha

the FDR threshold for coloring points

sigcolor

the color for the significant points

...

passed to plot

Value

nothing, a plot is displayed

Examples

1
2
3
4
5
y <- makeSimSwishData()
y <- scaleInfReps(y)
y <- labelKeep(y)
y <- swish(y, x="condition")
plotMASwish(y)

fishpond documentation built on Nov. 8, 2020, 7:54 p.m.