auc_thresh_kmeans: This function takes the regulon AUC values and determines...

Description Usage Arguments Examples

View source: R/auc_thresh_kmeans.R

Description

This function takes the regulon AUC values and determines thresholds for binarizatio based on kmeans clustering. Less specific than the SCENIC function AUCell_exploreThresholds but much faster.

Usage

1
auc_thresh_kmeans(regulonAUC)

Arguments

regulonAUC

The AUC values for all regulons as calculated by SCENIC (content of file:3.4_regulonAUC.Rds).

Examples

1
regulon_thresholds <- auc_thresh_kmeans(regulonAUC)

FloWuenne/scFunctions documentation built on June 3, 2021, 6:42 p.m.