-
Notifications
You must be signed in to change notification settings - Fork 4
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
Roadmap #1
Comments
Below is a (tentative) list of features I need for MendelImpute:
I will try to implement them in the next 1~2 weeks.. Are there any caveats I need to be aware of? In particular, I'm not sure what is the best way to filter based on sample index due to the data structure of |
Here are a few more desired routines typically needed for quality control:
They are mentioned here |
see https://github.com/vcftools/vcftools/blob/master/src/cpp/variant_file_format_convert.cpp for vcf to plink conversion. |
VCF to PLINK is implemented in SnpArrays.jl. |
👍 |
This issue documents the implementation roadmap for iterative solvers.
convert(Matrix{T}, reader::VCF.Reader)
will convert all records from the current position ofreader
to a matrix of typeMatrix{T}
copy(A::AbstractMatrix{T}, reader::VCF.Reader)
will fill the columns ofA
the GT data from the current position ofreader
The text was updated successfully, but these errors were encountered: