DETest | R Documentation |
The main function to run any of the statistical tests developed as part of this package for the analysis of single-cell sequencing data.
DETest(
sce,
method = "All",
verbose = TRUE,
fixed.priors = TRUE,
return.time = TRUE
)
sce |
SingleCellExperiment object with a logcounts assay and a "Dose" column in the rowData(sce) |
method |
the statistical test(s) to run. Options are "BAYES", "LRT.linear", "LRT.multiple", "ANOVA", "KW", "WRS", "CHISQ", or "MAST". Leave empty to run all tests on your dataset. |
Various statistical tests were adapted specifically for dose-response
single-cell/single-nuclei transcriptomic data. The method
enable the
following tests:
BAYES is our new Bayes implementation.. what happens when it goes to next line?
LRT.linear
a list of data.frames containing the statistical output for each individual tests performed.
Authors... 2021
# Running all statistical tests
DEG.testing <- DETest(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.