compare_cluster_genes: Compares Genes Expressed In Each Cluster.

Description Usage Arguments Value Examples

View source: R/seuratter.R

Description

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.

Usage

1
compare_cluster_genes(seurat_object, min_percent)

Arguments

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.

Value

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.

Examples

1

sotaro0214/seuratter documentation built on Dec. 8, 2019, 4:24 p.m.