run_deseq2 | R Documentation |
Run Differential Gene Expression with DESeq2.
run_deseq2(exp, level2annot, test = "LRT", no_cores = 1, verbose = TRUE, ...)
exp |
Expression matrix with gene names as rownames. |
level2annot |
Array of cell types, with each sequentially corresponding a column in the expression matrix. |
test |
either "Wald" or "LRT", which will then use either
Wald significance tests (defined by |
no_cores |
Number of cores to parallelise across.
Set to |
verbose |
Print messages. #' @inheritParams orthogene::convert_orthologs |
... |
Additional arguments to be passed to
gorth or homologene. |
DESeq
results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.