degenes: Recovering differencially expressed features.

Description Usage Arguments Value Author(s) References See Also Examples

Description

Recovering differencially expressed features for a given threshold from noiseq or noiseqbio output objects.

Usage

1
degenes(object, q = 0.95, M = NULL)

Arguments

object

Object of class Output.

q

Value for the probability threshold (by default, 0.95).

M

String indicating if all differentially expressed features are to be returned or only up or down-regulated features. The possible values are: "up" (up-regulated in condition 1), "down" (down-regulated in condition 1), or NULL (all differentially expressed features).

Value

A matrix containing the differencially expressed features, the statistics and the probability of differential expression.

Author(s)

Sonia Tarazona

References

Marioni, J.C. and Mason, C.E. and Mane, S.M. and Stephens, M. and Gilad, Y. (2008) RNA-seq: an assessment of technical reproducibility and comparison with gene expression arrays. Genome Research, 18: 1509–1517.

See Also

readData, noiseq, noiseqbio.

Examples

1
2
3
4
5
## Load the object mynoiseq generated by computing differential expression probability with noiseq() on Marioni's data:
data(noiseq)

## Third, use degenes() function to extract differentially expressed features:
mynoiseq.deg = degenes(mynoiseq, q = 0.8, M = NULL)

NOISeq documentation built on Nov. 8, 2020, 5:10 p.m.