View source: R/differential_expression.R
dds_from_compressed_by_annotation | R Documentation |
Convert the reads tibble into a DESeq dataset
dds_from_compressed_by_annotation(
reads,
sample_info,
condition_list = "conditions",
ds_formula = ~conditions
)
reads |
reads tibble |
sample_info |
sample info tibble with a conditions column |
condition_list |
a string vector describing the different conditions |
ds_formula |
a formula describing the design of the analysis |
DESeq dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.