OpenMendel / VCFTools.jl

Julia utilities for handling VCF files
https://openmendel.github.io/VCFTools.jl/dev
Other
18 stars 4 forks source link

Roadmap #1

Open Hua-Zhou opened 7 years ago

Hua-Zhou commented 7 years ago

This issue documents the implementation roadmap for iterative solvers.

biona001 commented 4 years ago

Below is a (tentative) list of features I need for MendelImpute:

biona001 commented 4 years ago

Here are a few more desired routines typically needed for quality control:

They are mentioned here

kose-y commented 4 years ago

see https://github.com/vcftools/vcftools/blob/master/src/cpp/variant_file_format_convert.cpp for vcf to plink conversion.

kose-y commented 4 years ago

VCF to PLINK is implemented in SnpArrays.jl.

biona001 commented 4 years ago

In the next few days, I will add:

Hua-Zhou commented 4 years ago

👍