Hello. I'm trying hard to go through the genotype imputation pipeline, unsuccessfully though. I have .bim .bed and .fam files and I need to select a subset of typed SNPs in these files and impute other SNPs. So far so good. I then prephase using shapeit and impute with impute2. I downloaded .hap.gz .legend.gz and genetic_map* files from the impute2 website (haplotype release date: October 2014). The last step would be running snptest, in order to get association results. Can anyone share his/her own pipeline with me? I get at some point this error: "ERROR: There are no type 2 SNPs after applying the command-line settings... ". I would greatly appreciate a step by step pipeline, since all the above software is already installed on my computer. Please let me know. Cheers, Alessandro
There is this a recent paper:
Molgenis-impute: imputation pipeline in a box
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4541731/
or a pipeline from github:
https://github.com/CNSGenomics/impute-pipe
Thanks, I'll look into it.
In any case, I would be very grateful if someone could share even just a fake little example with me. I start from .hap .legend and genetic_map* files I retrieve from Impute2 website and then I use my binary plink format files with genotypes as input. I think this is all I need, since I have installed all necessary software.