DESeq-methods: Extension for the DESeq package

Description Usage Arguments Value Author(s) See Also Examples

Description

Usage

1
2
3
4
5
multivariateConditions(obj)
plotDispLSD(obj, name = NULL, ymin,
linecol = "#00000080", xlab = "mean of normalized counts",
ylab = "dispersion", log = "xy", cex = 0.45, ...)
plotDispersionEstimates(obj,cond,log,...)

Arguments

obj

An object of class CountDataSet.

cex

The standard plot.default parameter.

cond

A character string describing the first condition.

linecol

Defines the line color.

log

A character string passed onto plot.default.

name

Argument passed to the DESeq fitInfo function.

xlab

The standard plot.default parameter.

ylab

The standard plot.default parameter.

ymin

A numeric value defining the lower limit for the y axis.

...

Additional plotting parameters.

Value

Author(s)

Nicolas Delhomme, Bastian Schiffthaler

See Also

CountDataSet plotDispEsts

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
	## Not run: 
	# these are helper function for the DESeq package
	# refer to its vignette first
	cds <- newCountDataSet(countData,conditions)
	cds <- estimateSizeFactors(cds)
	cds <- estimateDispersions(cds)
	mVar <- multivariateConditions(cds)
	plotDispersionEstimates(cds,conditions[1])
	
## End(Not run)

easyRNASeq documentation built on April 30, 2020, 2 a.m.