find_Correlations | R Documentation |
This function calculates the Pearson correlation between a query gene and all detected genes in the Seurat object, returning a dataframe. Specify a gene subset to improve efficiency.
find_Correlations(obj, query, subset = NULL)
obj |
Seurat object |
query |
Vector of genes to assess |
subset |
Subset of total genes in obj to correlate against |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.