getPlotLims: 'getPlotLims' Get the plot limits of a volcano plot for the...

Description Usage Arguments Value See Also Examples

View source: R/getPlotLims.R

Description

getPlotLims Get the plot limits of a volcano plot for the passed
DESeqResults object

Usage

1
getPlotLims(DDSresult)

Arguments

DDSresult

a DESeqResults object

Value

list of xlim and ylim of a vplot for the object

See Also

par

Examples

1
2
3
4
require(DESeq2)
simDDS <- DESeq(simDDS)
res <- results(simDDS)
getPlotLims(res)

harrig12/pointszr documentation built on April 10, 2020, 10:45 p.m.