abhi18av / drug-resistance-prediction-cambiohack

Predicting drug resistance using H20.ai
https://cambiohack.uk/drug-resistance-prediction-using-wgs-data
MIT License
2 stars 4 forks source link

first matrix generation with scikit-allel #10

Closed jamesbaye closed 3 years ago

jamesbaye commented 3 years ago

Generates a matrix of SNP counts where rows are SNP_IDs and columns are SAMPLE_IDs.

Here the SNP_ID is {CHR}.{POS}. An alternative could be to have the SNP_ID be {CHR}.{POS}.{ALT}

abhi18av commented 3 years ago

Nice work @jamesbaye !