Description Usage Arguments Details Value
View source: R/ascend_DESeq2.R
Wrapper for DESeq2.
1 2 3 |
object |
An EMSet |
group |
Column in colInfo that contains a set of conditions you want to test |
condition.a |
Condition(s) in the group column that you want to test for. |
condition.b |
Condition(s) in the group column that you want to test against. |
fitType |
Type of fit to use with DESeq2 - parametric, local (Default) and mean. |
ngenes |
Number of genes you want to test (Default: all genes) |
This is a wrapper for DESeq2. The function handles the conversion of the EMSet to a DESeqDataset object for use with the DESeq2 functions.
Results from DESeq2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.