find_Correlations: Find correlations between a query and a geneset

View source: R/qol.R

find_CorrelationsR Documentation

Find correlations between a query and a geneset

Description

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.

Usage

find_Correlations(obj, query, subset = NULL)

Arguments

obj

Seurat object

query

Vector of genes to assess

subset

Subset of total genes in obj to correlate against


rwcrocker/SeuratAddons documentation built on May 7, 2022, 1:08 a.m.