Generate your own simulated data
-
Use SeqSIMLA to get simulated data (.ped, .map...).
-
Download .legend file from 1000G.
-
Download parse.pl.
-
Put your SeqSIMLA data, .legend file and parse.pl in same folder.
-
Execute parse.pl with below parameters, and you will get .bed, .bim, .fam and a new .legend.
--ref file_name: the name of .legend file.
--map file_name: the name of .map file.
--ped file_name: the name of .ped file.
--ref_out file_name: the name of new .legend file (Optional).
--ref_pos line_number: which line you want to start to replace snps's name and snp's position from .legend to your .map (Optional).
Note: if --ref_pos is not in the command, parse.pl will choose a line randomly.
For example,
perl parse.pl --ref ALL_1000G_phase1interim_jun2011_chr1_impute --map test --ped test --ref_out chr1 --ref_pos 10000
-
Get annotation file:
-
Upload the new legend file to SeattleSeq website
-
Choose "custom" for input file format and also fill out all information about your input file.
-
Click "Submit".
-
You will receive a download link email from SeattleSeq after your annotation file is ready to download.
-
After you have done all steps, you will get .bed, .bim, .fam and a annotation file.
Enjoy your work with FamPipe :)