View source: R/SingleCellRNASeq.R
export_marker_genes_to_table | R Documentation |
Export identified marker genes to table.
export_marker_genes_to_table(
object,
cluster.type = c("walktrap", "louvain", "kmeans", "merged_louvain", "merged_walktrap",
"merged_kmeans"),
n.TopGenes = 5,
min.log2FC = 0.5,
min.expFraction = 0.3,
write.to.file = ""
)
object |
The SingCellaR object. |
cluster.type |
The clustering method name. |
n.TopGenes |
The number of top differential genes. Default 5 |
min.log2FC |
The minimum log2FC. |
min.expFraction |
The minimum fraction of expressing cell frequency. |
write.to.file |
The output file name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.