I've got some plink files (.bed .bim .fam) that allegedly contain genetic variation data for many (human) individuals. I would like to analyse this data using my own tools but can't see how to parse the plink format. Having never used plink I can't easily see how to get it to simply dump the data to an easily parseable file, e.g. in VCF format. But any reasonable well-documented easily-readable format will do.

I would really appreciate any tips from plink users out there who no doubt know the best way to go about it and could save me hours messing about with it. plink also seems to do some kind of filtering on variant frequency (removing rare variants?) by default which I don't want. I just would like to read the data.

Similar questions and discussions