MCD file format
|
Previous Top Next |
· | Position indicates that the numbers are positions from the left telomere of the current chromosome. So numbers should be in increasing order.
|
· | Interval indicates that the numbers are the interval distance after a marker. So the last number and only the last number in the series should be zero.
|
-type
|
|
position 0.0 9.3 17.2 29.9 38.7 52.8 57.8 72.4 76.6 93.2 97.0 115.5 116.5
|
|
interval 9.3 7.9 12.7 8.8 14.1 5.0 14.6 4.2 16.6 3.8 18.5 1.0 0.0
|
Code
|
Reference
|
Note
|
1
|
Haldane (1919)
|
Default
|
2
|
Kosambi (1944)
|
|
3
|
Morgan (1994)
|
"Fixed"
|
4
|
Carter and Falconer (1951)
|
|
5
|
Rao et al. (1979)
|
0 £ p £ 1
|
6
|
Sturt (1976)
|
L
|
7
|
Felsenstein (1979)
|
-¥ < K < ¥, K ¹ 2
|
8
|
Karlin (1984)
|
Binomial, N > 0
|
· | cM (centiMorgan)
|
· | M (Morgan)
|
· | r (Recombination frequency) - If you choose this parameter, then token -function should be 3 (Morgan)
|
· | Yes means markers have names
|
· | No means markers will not have names.
|
Code
|
Design
|
Examples
|
Bi
|
Backcross to Pi
|
B1, B2
|
Bij
|
Backcross j times to Pi
|
B13, B25
|
SFi
|
Selfed generation i intercross
|
SF2, SF6
|
RFi
|
Randomly mated generation i intercross
|
RF2, RF3
|
RI0
|
Doubled haploid
|
RI0
|
RI1
|
Recombinant inbred via selfing
|
RI1
|
RI2
|
Recombinant inbred via sib mating
|
RI2
|
T(Bi)SFj
|
Testcross of SFi to Pj
|
T(B1)SF3
|
T(SFi+j)SFi
|
Testcross of SFi for j generations
|
T(SF4)SF3
|
T(Bj)RFi
|
Testcross of RFi to Pj
|
T(B1)RF3
|
T(D3)SFi
|
Design III
|
T(D3)SF5
|
· | Yes means all comparisons are case dependent.
|
· | No means all names of individuals, markers and traits are converted to lower case to make comparisons.
|
-TranslationTable
|
AA 2 2
|
Aa 1 1
|
aa 0 0
|
A- 12 12
|
a- 10 10
|
-- -1 -1
|
· | The first column is the genotype. The program assumes that the A allele is diagnostic for the High (parental 1) line and the a allele is diagnostic for the Low (parental 2) line. A minus sign (-) means the allele is unknown (missing). Dominant as well as co-dominant markers can be encoded.
|
· | The middle column is how the output of these genotypes will be encoded.
|
· | The third column is how you will code the marker genotype data in this source data file. Just about any set of tokens can be used for the third column (corresponding to your dataset), but DO NOT change the first two columns.
|
-TranslationTable
|
AA 2 BB
|
Aa 1 Bb
|
aa 0 bb
|
A- 12 B
|
a- 10 b-
|
-- -1 --
|
· | Order by marker: For each marker, you provide the genotype data for all individuals. The order of the individuals must be the same for each marker.
|
· | Order by individuals: For each individual, you provide the genotype data for all markers (all chromosomes). The order of chromosomes and markers has to be the same.
|
-start individuals markers
|
Ind1 2 2 1 1 2 2 2 2 2
|
Ind2 2 2 2 1 2 1 2 2 1
|
Ind3 2 2 2 2 2 1 2 1 1
|
Ind4 2 1 2 2 2 2 1 1 1
|
Ind5 2 1 2 2 2 2 1 1 1
|
-stop individuals markers
|
-start individuals traits 2 Trait_1 Trait_2 named
|
Ind1 5.0 15.0
|
Ind2 5.3 15.3
|
Ind3 6.2 16.2
|
Ind4 4.1 24.1
|
Ind5 5.5 25.5
|
-stop individuals traits
|
|
-start individuals otraits 2 sex brood named
|
Ind1 M 1
|
Ind2 F 1
|
Ind3 M 0
|
Ind4 M 1
|
Ind5 M 1
|
-stop individuals otraits
|
|