Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow VCF format for input of genotype data #29

Open
amanicha opened this issue Apr 29, 2016 · 1 comment
Open

Allow VCF format for input of genotype data #29

amanicha opened this issue Apr 29, 2016 · 1 comment

Comments

@amanicha
Copy link

It would be very helpful if ProbABEL could take VCF as input. VCF has become one of the most useful formats for genotype data, particularly as the Michigan imputation server is providing results this way. Imputation results are getting larger due to expanded reference panels, so that the MLDOSE format with one individual per row can be cumbersome as it requires all data to be read in before proceeding with regression analyses.

@lckarssen
Copy link
Member

Thanks for reporting this! I agree that the ability to use VCF as input format would be a valuable addition for ProbABEL.

I guess the VCFlib C++ library would be a good place to start. Alternatively, htslib (in C) could be an option. From a quick look it seems that licence-wise both could be included in/distributed with ProbABEL.

Unfortunately I don't have much time to work on this, so any help is appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants