FoxoTech / methylprep

Python-based preprocessing software for Illumina methylation arrays
MIT License
33 stars 14 forks source link

custom manifest support #106

Open notmaurox opened 2 years ago

notmaurox commented 2 years ago

Hi,

I've updated Methylprep to support custom manifests. All the APIs should work the same as they did before. Now the code will parse a manifest csv if the path is provided by the user and figure out rs and control content from the data frame (without using hardcoded info in arrays.py)