View source: R/DEGs_manipulation.R
calculate_DEGs_properties | R Documentation |
Summarize the Ability of Simulating DEGs
calculate_DEGs_properties(
count_matrix,
group,
DEGs,
DEA_method,
model_method,
verbose = TRUE
)
count_matrix |
A matrix or a list with names of gene expression data. |
group |
A vector of characters which indicate which group a cell belongs to. A list is also supported when many matrices of data is input in |
DEGs |
A list of DEGs with the names of |
DEA_method |
The DEA method to get the DEGs. Choices: edgeRQLF, edgeRQLFDetRate, MASTcpmDetRate, MASTtpmDetRate, MASTcpm, MASTtpm, limmatrend, limmavoom, ttest and wilcox. |
model_method |
The method to establish the model. SVM, Decision tree or RF (Random Forest). |
verbose |
Whether the process massages are returned. |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.