Closed abearab closed 8 months ago
Charlene Pan from UCSF
the output BH column was all NAs because some genes had 0 inputs, so I changed the change L40 of screenpro.init.py to fill in the nan p-values:
p_values[pd.isna(p_values)] = 1
to get it working; but alternatively I think changing my count matrixdf[df == 0] = 1
works too
solved here 44ca6954fbd42af50f1bc5ed7c02a85bdb98f6f1
root – https://github.com/GilbertLabUCSF/ScreenPro2/issues/21