Description Usage Arguments Value Author(s) Examples
Estimates gene-specific dispersion estimates for total and labeled samples, using DESeq2 The DESeq estimation does only work correctly, if at least two samples are available for each class(labeled/total), either replicates or different conditions.
1 2 3 | estimateGeneDispersion(counts, conditions.labeling,
conditions = colnames(counts), type = c("dispersion", "dispGeneEst",
"dispFit", "dispMAP"))
|
counts |
count table for genes (rows) and samples (columns) |
conditions.labeling |
vector indicating for each sample if it was labeled ("L") or total ("T") |
conditions |
vector giving the experimental condition for each sample |
type |
type of disperion from deseq, "dispersion"=="dispMAP" |
data.frame with dispersion estimates for every gene (rows) and labeled and total samples(columns)
Carina Demel
1 2 3 | data(gene.counts)
data(samples)
dispersion = estimateGeneDispersion(gene.counts, samples$conditions.labeling, samples$conditions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.