plotMASwish.Rd
MA plot - log fold change over average counts
plotMASwish(y, alpha = 0.05, sigcolor = "blue", ...)
a SummarizedExperiment (see swish
)
the FDR threshold for coloring points
the color for the significant points
passed to plot
nothing, a plot is displayed
y <- makeSimSwishData()
y <- scaleInfReps(y)
y <- labelKeep(y)
y <- swish(y, x="condition")
plotMASwish(y)