tfSimilarity | R Documentation |
Function to plot a matrix with Jaccard Similarity values based on how similar up-regulated TFs are between clusters/groups
tfSimilarity(obj, markers, db, plot = T)
obj |
Seurat object with RNA data, active ident should be what markers are comparing (ex: seurat_clusters) |
markers |
differentially expressed genes by cluster or group |
db |
TF database with names(db) as TFs |
plot |
logical to indicate whether to return plot (TRUE) or return similarity matrix (FALSE) |
either ggplot object or Jaccard Similarity matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.