View source: R/FindCorMarkers.R
FindCorMarkers | R Documentation |
Find highly correlated markers to target features
FindCorMarkers(srt_inp, assay = "RNA", features, method = "spearman")
srt_inp |
Seurat input |
features |
Features that genes correlated with |
method |
Correlation method |
CorMarkers <- FindCorMarkers(srt_inp=test_seurat, assay='RNA', features=c('k_dist', 'sig_score'), method='spearman')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.