CAST-genomics / haptools

Ancestry and haplotype aware simulation of genotypes and phenotypes for complex trait analysis
https://haptools.readthedocs.io
MIT License
18 stars 4 forks source link

feat: `Phenotypes.check missing()` method #191

Closed aryarm closed 1 year ago

aryarm commented 1 year ago

this adds a new check_missing() method to the Phenotypes class to discard samples with missing values

it should be useful for happler, in particular

I've added 1) docs to the documentation for the data API and 2) an appropriate test, as well