AMP-SCZ / utility

Storehouse for all utility scripts
Apache License 2.0
0 stars 4 forks source link

-300, -900 may not always exist in value range #100

Open tashrifbillah opened 5 months ago

tashrifbillah commented 5 months ago

-300, -900 may not always exist in value range. it can only exist in NOTES too. We discovered this in https://nda.nih.gov/data_structure.html?short_name=ampscz_pps01 : chrpps_postal , chpps_postalch

What this means is that we need to extend this if condition: https://github.com/AMP-SCZ/utility/blob/eda97e8f33c2ee35bdc1c5cccd4d33fc70f18ed6/nda-transform/ampscz_pps01.py#L86-L93

to be able to provide -300, -900 for more missing values.