Description Usage Arguments Value References Examples
This function performs WAD method to identify differentially expressed genes (DEGs) from two-group gene expression data. A high absolute value for the WAD statistic is evident of a high degree of differential expression.
1 |
data |
numeric matrix or data frame containing count data or microarray data, where each row indicates the gene (or transcript or probeset ID), each column indicates the sample (or library), and each cell indicates the expression value (i.e., number of counts or signal intensity) of the gene in the sample. |
group |
numeric vector indicating the experimental group for each sample (or library). |
logged |
logical. If |
floor |
numeric scalar (> 0) specifying the floor value for
taking logarithm. The default is |
sort |
logical. If |
A numeric vector of WAD statistic for individual genes
Kadota K, Nakai Y, Shimizu K: A weighted average difference method for detecting differentially expressed genes from microarray data. Algorithms Mol Biol. 2008, 3: 8.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.