Description Usage Arguments Value See Also Examples
getPlotLims
Get the plot limits of a volcano plot for the passed
DESeqResults object
1 | getPlotLims(DDSresult)
|
DDSresult |
a DESeqResults object |
list of xlim and ylim of a vplot for the object
par
1 2 3 4 | require(DESeq2)
simDDS <- DESeq(simDDS)
res <- results(simDDS)
getPlotLims(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.