Description Usage Arguments Examples
View source: R/binarize_regulons_nextflow.R
This function is to analyze the nextflow implementation results of SCENIC! Uses AUC thresholds to binarize regulon activity. Binary regulons are stored as lists of dataframes.
1 | binarize_regulons_nextflow(regulonAUC, thresholds)
|
regulonAUC |
The AUC values for all regulons as calculated by SCENIC (content of file:3.4_regulonAUC.Rds). |
thresholds |
The AUC thresholds as determined by auc_thresh_kmeans or another method. Format has to be a named list with regulons as names and thresholds as values! |
1 | binary_regulons <- binarize_regulons(regulonAUC,regulon_thresholds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.