Description Usage Arguments Examples
This function generates an MA plot.
1 2 3 4 5 |
object |
Either a |
alpha |
the false discovery rate, i.e., threshold to the adjusted p values, to be used to colour the dots |
ylim |
y-limits of the plot |
foldChangeColumn |
Name of the column containing the fold changes to plot. If NULL, the first fold change column from the object will be taken. |
... |
Further parameters to be passed through to |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
data(pasillaDEXSeqDataSet, package="pasilla")
dxd <- estimateSizeFactors( dxd )
dxd <- estimateDispersions( dxd )
dxd <- testForDEU( dxd )
dxd <- estimateExonFoldChanges( dxd )
dxr <- DEXSeqResults( dxd )
plotMA( dxr )
plotMA( dxd )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.