View source: R/SingleCellRNASeq.R
identifyDifferentialGenes_for_all_clusters | R Documentation |
Identify differentially expressed genes for all identified clusters
identifyDifferentialGenes_for_all_clusters(
object,
method = c("wilcoxon"),
cluster.type = c("louvain", "walktrap", "kmeans", "merged_walktrap", "merged_louvain",
"merged_kmeans"),
min.log2FC = 0.2,
min.expFraction = 0.2
)
object |
The SingCellaR object. |
method |
The differential gene expression testing method. Default 'wilcoxon' test |
cluster.type |
The type of clustering method. |
min.log2FC |
The minimum log2FC cutoff. Default 0.20 |
min.expFraction |
The minimum fraction of expressing cell frequency cutoff. Default 0.2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.