View source: R/DEGs_manipulation.R
true_DEGs_proportion | R Documentation |
Proportion of Matched DEGs
true_DEGs_proportion(
sim_data,
group,
group_combn,
sim_DEGs,
DEA_method,
verbose = TRUE
)
sim_data |
The simulated dataset to be evaluated. |
group |
Group(or cluster) assignment of every cells in columns of matrix. |
group_combn |
The combinations of two groups generated by |
sim_DEGs |
A list with |
DEA_method |
The method used for differential expression analysis. edgeRQLF, edgeRQLFDetRate, MASTcpmDetRate, MASTcpm, limmatrend and limmavoom. |
verbose |
Whether the process massages are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.