Cutting up plink .ped/fam files to create files for n genomic windows
1
0
Entering edit mode
7.3 years ago

Hi All,

There is a population genomic analysis that I want to apply to n genomic windows for large snp dataset (i.e., 10 kb windows). The analysis package reads plink .ped/.fam files or plink binary files.

Is there a way in plink to export n .plink/.ped datafiles for a given window size or even a window of n snp's?

Alternatively, what would a basic approach for generating these files look like in unix or python?

Thanks in advance

Sean

plink genome sequence • 1.5k views
ADD COMMENT
0
Entering edit mode

Thanks for the fast response. I think I can manage that!

ADD REPLY
2
Entering edit mode
7.3 years ago

You can use a bash for loop which repeatedly makes plink calls of the form "plink --bfile ... --chr ... --from-kb ... --to-kb ... --make-bed --out ..."

ADD COMMENT

Login before adding your answer.

Traffic: 1757 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