View source: R/pseudobulk_analyze.R
pb_to_deseq | R Documentation |
pb to deseq
pb_to_deseq(
pb,
sample_var,
vars,
formula_str = paste0("~", paste0(vars, collapse = "+"))
)
pb |
mtx |
sample_var |
as string, name of variable identifying samples |
vars |
list of strings, name of variables of relevant conditions |
deseq object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.