Hello.
Thank you for providing us with your valuable research code.
In the "init" method in "Predictor/expression_dataset.py", for expression level normalization, shouldn't maxE = 1, minE = 0 be replaced with maxE = max(exprs) and minE = min(exprs)?
It's simply my opinion. Please let me know if I'm wrong.
Thank you!