makes DESeq2 object
1 | do_deseq(count_data, sample_data, design_formula, low_count_filter = 0)
|
count_data |
countdata, from prep_for_deseq function |
sample_data |
meta data |
low_count_filter |
filter for low counts, will remove genes with average counts < filter. Defult = 0 |
desing_formula |
design formula for comparison |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.