PLN_ANOVA: Differential expression analysis based on a rank-reduced...

Description Usage Arguments Value Examples

Description

This function returns the u estimates and DE analysis results including estimated log-fold changes (‘logFoldChange’) and the correponding estimated standard errors (‘sd.logFoldChange’), and DE test p-values (‘p.value’).

Usage

1
    PLN_ANOVA(d,n.top=1e3)

Arguments

d

This is a PLNseq object.

n.top

The number of genes used to estimated u and v parameters.

Value

d$ANOVA

A list containg ‘u’, ‘logFoldChange’, ‘sd.logFoldChange’, and ‘p.value’

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    data(lung);
    count = lung[,c(2:4,8:10)];
    d = PLNobject(count,conditionNumber=2);
    d = sizeFactor(d,maxCount=2e3);

    ##  Not run:
    ##  d = commonSigma(d);
    ##  d = genewiseSigma(d);
    ##  d$commonCorrelation = TRUE;
    ##  d = correlationCoefficient(d);
    ##  d = PLN_ANOVA(d,n.top=1e3);

zhanghfd/PLNseq documentation built on May 4, 2019, 10:16 p.m.