indDE | R Documentation |
The indDE
is function to perform differential expression
analysis for an individual study.
indDE(data, group, data.type, case.label, ctrl.label)
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. |
a summary data frame of log fold change, lfc standard error, p-value and q-value.
## Not run:
data(hb)
summaryDE = indDE(data=data,group=as.factor(group),data.type="microarray",
case.label="2", ctrl.label="1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.