FoxoTech / methylcheck

Python-based Illumina methylation array quality control software.
MIT License
10 stars 7 forks source link

Unable to get GCT scores in excel output. #67

Open notmaurox opened 2 years ago

notmaurox commented 2 years ago

I am trying to process samples and get GCT scores in the excel output file.

I think the issue comes from this line:

https://github.com/FoxoTech/methylcheck/blob/e3f4a7468176873a83f05cbed45185c146d6f24b/methylcheck/reports/bead_array.py#L638

If I comment it out; GCT scores appear in the excel output. I think you might want to check np.isnan(v) is True instead of np.isnan(v) is False

Cheers, Mauro