Description Usage Arguments Value Examples
A function that compares and compiles all the genes identified by extract_genes_expressed() into one matrix. Does this by determining the gene expressions that overlap between clusters and mapping that information into the matrix.
1 | compare_cluster_genes(seurat_object, min_percent)
|
seurat_object |
A Seurat object that has undergone the entire workflow, involving UMAP. |
min_percent |
A float representing the percentage of cells that have to express the gene to be included in the result. |
Returns a matrix of number of clusters by number of clusters, with each matrix cell (x,y) containing the vector of genes expressed by both clusters x and y.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.