Description Usage Arguments Value References Examples
Perform DEA using the voom-limma pipeline on a normalized dataset. The normalized data can be provided as normalized counts or by adjusting factor for the original count data.
1 |
RC |
Data in the format of a data frame or matrix, with columns for samples and rows for genes. |
groups |
Vector of characters indicating the group label for each sample. |
Pval |
Cut-off point for p-values to identify differentially expressed genes. |
normalized |
Logical, whether the data is provided as normalized counts.
If set to FALSE, adjustment factors must be provided using the |
adjust |
Adjusting factors for normalizing the count data. Must be
provided if the data is not normalized beforehand as indicated by the
|
list, containing id.list
(names of DE genes), p.val
, and log2.FC
.
Differential Expression with Limma-Voom
1 2 | voom.benchmark <- DE.voom(data.benchmark, data.group)
str(voom.benchmark)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.