indDE: Differential expression analysis for an individual study.

Description Usage Arguments Value Examples

View source: R/indDE.R

Description

The indDE is function to perform differential expression analysis for an individual study.

Usage

1
indDE(data, group, data.type, case.label, ctrl.label)

Arguments

data:

the gene expression matrix

group:

the group label.

data.type:

"microarray" or "RNAseq". LIMMA is performed for microarray data while DEseq2 is performed for RNAseq data.

case.label:

the label name for the case group.

control.label:

the label name for the control group.

Value

a summary data frame of log fold change, lfc standard error, p-value and q-value.

Examples

1
2
3
4
5
6
## Not run: 
data(hb)
summaryDE = indDE(data=data,group=as.factor(group),data.type="microarray",
                   case.label="2", ctrl.label="1")

## End(Not run)

weiiizong/CAMO documentation built on Dec. 23, 2021, 5:09 p.m.