FindCorMarkers: Find highly correlated markers to target features

View source: R/FindCorMarkers.R

FindCorMarkersR Documentation

Find highly correlated markers to target features

Description

Find highly correlated markers to target features

Usage

FindCorMarkers(srt_inp, assay = "RNA", features, method = "spearman")

Arguments

srt_inp

Seurat input

features

Features that genes correlated with

method

Correlation method

Examples

CorMarkers <- FindCorMarkers(srt_inp=test_seurat, assay='RNA', features=c('k_dist', 'sig_score'), method='spearman')

navinlabcode/CellTrek documentation built on April 15, 2022, 8:04 a.m.