Changes

From Genome Analysis Wiki
Jump to navigationJump to search
2,398 bytes added ,  14:28, 29 November 2010
Created page with 'This page documents the splitPed program, which splits a pedigree file into smaller files with subsets of markers. == Input Files == === Required Input Files === ==== Pedigree f…'
This page documents the splitPed program, which splits a pedigree file into smaller files with subsets of markers.

== Input Files ==
=== Required Input Files ===
==== Pedigree file ====
File fed to -ped option, in [[Merlin]] format pedigree file. For details of the Merlin file format, see the Merlin tutorial [http://www.sph.umich.edu/csg/abecasis/Merlin/tour/input_files.html]. <br>

Within each file, markers should be stored by chromosome position. Alleles should be stored in the forward strand and can be encoded as 'A', 'C', 'G' or 'T' (there is no need to use numeric identifiers for each allele). <br>

==== Marker information file ====
File fed to -dat option, in [[Merlin]] format marker information file. For details of the Merlin file format, see the Merlin tutorial [http://www.sph.umich.edu/csg/abecasis/Merlin/tour/input_files.html]. <br>

=== Optional Input Files ===
==== Map file ====
File fed to -map option, containing chromosome, marker name, and marker coordinate (in base pairs) information for each marker. Markers should be stored in the same order as in the marker information file. <br>

== Options ==
=== Required options ===
==== window size ====
Window size can be specified by one of the following three options: (1) -nWindows (2) -windowSize and (3) -windowLength. <br>

-nWindows specifies the number of windows to split into and the program splits markers evenly into output windows. <br>

-windowSize specifies the number of markers in one output window. The remainder goes to the last window. <br>

-windowLength specifies the length (in base pairs) of one output window. The remainder goes to the last window. Note that this option is only allowed when map input file is specified. <br>

==== flanking region ====
Size of flanking region on each side can be specified by one of the following two options: (1) -overlapSize and (2) -overlapLength. <br>

-overlapSize specifies the number of markers in each flanking region (so that the total number of flanking markers for each window is twice the number specified except for the first and last window). <br>

-overlapLength specifies the length (in base pairs) of each flanking region (so that the total length of the flanking regions is twice the number specified except for the first and last window). <br>

=== Additional options ===

== Questions and Comments? ==

Email [mailto:yunli@med.unc.edu Yun Li].
212

edits

Navigation menu