Andrew Riha

Results 22 issues of Andrew Riha

Utilize NCBI's [Variation Services](https://api.ncbi.nlm.nih.gov/variation/v0/) API to populate missing RSIDs. An idea for how this could be performed... For all SNPs in a dataset, lookup RSIDs in batches of 50k SNPs...

enhancement

Currently, `snps` normalizes data into a dataframe with four columns named `rsid`, `chrom`, `pos`, and `genotype`. `genotype` can either be `np.nan` or a string of length 1 or 2. For...

enhancement