aertslab / AUCell

AUCell: score single cells with gene regulatory networks
122 stars 26 forks source link

Binarization thresholds #33

Open DHelix opened 1 year ago

DHelix commented 1 year ago

Hi, I binarized the regulon activity:

bin_auc_mtx, thresholds = binarize(auc_mtx, num_workers=20)

However, the thresholds didn't seem to be defined correctly. For example: image image Is there any way I can improve it? Thanks!