Description Usage Arguments Value Examples
MA plot
1 | plotMASwish(y, alpha = 0.05, sigcolor = "blue", ...)
|
y |
a SummarizedExperiment (see |
alpha |
the FDR threshold for coloring points |
sigcolor |
the color for the significant points |
... |
passed to plot |
nothing, a plot is displayed
1 2 3 4 5 | y <- makeSimSwishData()
y <- scaleInfReps(y)
y <- labelKeep(y)
y <- swish(y, x="condition")
plotMASwish(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.