Closed xikanfeng2 closed 1 month ago
The line 59 of seacon/normalizer.py should be
readcount_df[b] = readcount_df[b] / bin_lambdas[b]
rather than
readcount_df[b] = readcount_df[b] / y[b]
The variable y is not defined.
Thank you very much for finding this! I've updated the code.
The line 59 of seacon/normalizer.py should be
rather than
The variable y is not defined.