View source: R/DEGs_manipulation.R
perform_DEA | R Documentation |
Perform Differential Expression Analysis This function is used to perform DEA for single-cell RNA-seq data by QLF model in edgeR package including the cellular detection rate.
perform_DEA(data, group, method, species = NULL, verbose = TRUE)
data |
A matrix of gene expression profile. |
group |
Group(or cluster) assignment of every cells in columns of matrix. |
method |
Which DE method will be used? Choices: edgeRQLF, edgeRQLFDetRate, MASTcpmDetRate, MASTtpmDetRate, MASTcpm, MASTtpm, limmatrend, limmavoom, ttest and wilcox. |
species |
We only support |
verbose |
Whether the process massages are returned. |
A dataframe of DEA result.
Soneson C, Robinson M D. Bias, robustness and scalability in single-cell differential expression analysis. Nature methods, 2018, 15(4): 255-261. https://doi.org/10.1038/nmeth.4612 Github URL: https://github.com/csoneson/conquer_comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.