Description Usage Arguments Value
Runs DESeq2
on normalized, batch-corrected data containing two groups to be contrasted.
1 | run_deseq2(data, group_1, group_2, gene_column)
|
data |
A data frame containing normalized count data. |
group_1 |
A character vector naming the columns that belong to group 1. |
group_2 |
A character vector naming the columns that belong to group 2. |
gene_column |
A character string naming the column containing gene names. |
A data frame containing DESeq2
results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.