tlnagy / Crispulator.jl

✂️ Pooled CRISPR screen optimization tool
Other
19 stars 6 forks source link

auprc implementation is unnecessarily O(n^2) #26

Closed tlnagy closed 8 years ago

tlnagy commented 8 years ago

I'm already looping over all the scores, so doing it twice is wasteful and slow.