You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @leraman
My sample size is more than 1000 samples, when making reference I use default args. Sorry for not reply you for a long time due to some emergency works but I cannot give you the reference file. Also I found that the error comes from the calculation of CPA. I have modified the script of get_cpa function to:
def get_cpa(results_c, binsize):
x = 0
for segment in results_c:
try:
x += (segment[2] - segment[1] + 1) * binsize * abs(segment[3])
CPA = x / len(results_c) * (10 ** -8)
except:
pass
return(CPA)
And after that I'm not encountered the error again. Does I do right? Because what I need mostly is zscore
sample.zip
I'm running NIPT samples then suddenly I found this error occurred in some samples
Its appeared in some files, not all samples. I don't know what's wrong with those file. I have attached 1 .npz file that be bugged out.
The text was updated successfully, but these errors were encountered: