PLINK input file. how convert vcf files (IonTorrent) into it.
1
0
Entering edit mode
8.0 years ago
IndyDNA ▴ 10

Hi everyone,

I'm Diego. I'm currently working on an IONTorrent PGM, using a custom amplicon panel of 6 genes, scanning a population of several hundred samples. I would ask how to generate the input files needed for PLINK from the files that came out from the IonTorrent Server. The PLINK tutorial talks about the BED file (the only one I got), a BIM file (a MAP file with a row for each SNP), a FAM file(made from a PED file, with a row for each patient), and pop.phe qt.phe (are they mandatory, or useful only when are rappresented more than 1 population? how can I generate them? just typing?) How can I generate them all?

VCFtools seems to be able to generate the PED and MAP files, which I have to edit for fitting in BIM and FAM for PLINK, right? What about the *.phe files?

I hope this is not a re-posted question. Thank you in advance for your support, I hope you have a nice day

Diego

ped bim vcf Ion-Torrent PLINK • 2.5k views
ADD COMMENT
0
Entering edit mode
8.0 years ago

.map and .ped are a great start. You can convert .map and .ped into the binary format (.bim .bed .fam) in PLINK using the --recode --make-bed command. Note that the binary files offer no new information compared to .map and .ped - they are just a more efficient format for whole-genome data.

ADD COMMENT

Login before adding your answer.

Traffic: 2275 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6