plotMASwish: MA plot - log fold change over average counts

View source: R/plots.R

plotMASwishR Documentation

MA plot - log fold change over average counts

Description

MA plot - log fold change over average counts

Usage

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


y <- makeSimSwishData()
y <- scaleInfReps(y)
y <- labelKeep(y)
y <- swish(y, x="condition")
plotMASwish(y)


mikelove/fishpond documentation built on Aug. 29, 2023, 2:45 p.m.