Description Usage Arguments Examples
View source: R/auc_thresh_kmeans_nextflow.R
This function is to analyze the nextflow implementation results of SCENIC! 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.
1 | auc_thresh_kmeans_nextflow(regulonAUC)
|
regulonAUC |
The AUC values for all regulons as calculated by SCENIC (content of file:3.4_regulonAUC.Rds). |
1 2 | regulon_thresholds <- auc_thresh_kmeans(regulonAUC)
#'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.