Description Usage Arguments Value
This function Perform Differential Gene Expression Analysis using DESeq2.
1 |
condition |
a character vector composed of all different group conditions |
n1 |
a numeric variable indicating the number of samples for one of the group condition |
n2 |
a numeric variable indicating the number of samples for the other group condition |
N |
a numeric variable indicating the threshold for filtering low counts genes |
countsmatrix |
gene expression matrix with raw counts |
M |
a numeric variable indicating the number of cores for parallel computing |
a list consisting of the DESeq data object and a data frame with all differential gene expression analysis results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.