Skip to content

AUCell scores are weird don't make sense #458

Answered by dmalzl
dmalzl asked this question in [Python]
Discussion options

You must be logged in to vote

I did a bit of forensic digging in the code base and found that this apparent "weirdness" is due to the use of weights (i.e. noweights = False) which especially for log normalized data etc. results in negative values due to the expression values being used as weights (or something like this). So if anybody wants the expected 0 - 1 value range set noweights = True

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dmalzl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant