qAbundanceDist: Gene abundance proportion distribution of RNA-seq data.

qAbundanceDistR Documentation

Gene abundance proportion distribution of RNA-seq data.

Description

An example of gene abundance proportion distribution function of RNA-seq data, generated from a real dataset. See supplementary material of Law et al.

Usage

data(qAbundanceDist)

Format

A function: qAbundanceDist.

Source

http://bioinf.wehi.edu.au/voom/

References

Law CW, Chen Y, Shi W & Smyth GK, voom: Precision weights unlock linear model analysis tools for RNA-seq read counts, Genome Biology, 15(2), R29, 2014.

Examples

## Not run: 
# Get distribution function of abundance proportions
# This distribution was generated from a real dataset
#load(url("http://bioinf.wehi.edu.au/voom/qAbundanceDist.RData"))
data("qAbundanceDist")
curve(qAbundanceDist, from=0, to =0.99)

# Generate baseline proportions for desired number of genes
ngenes <- 10000
baselineprop <- qAbundanceDist( (1:ngenes)/(ngenes+1) )
baselineprop <- baselineprop/sum(baselineprop)

## End(Not run)



denisagniel/tcgsaseq documentation built on May 7, 2022, 1:22 a.m.