File: traitCmd.xml.txt

package info (click to toggle)
lamarc 2.1.10.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,052 kB
  • sloc: cpp: 112,339; xml: 16,769; sh: 3,528; makefile: 1,219; python: 420; perl: 260; ansic: 40
file content (122 lines) | stat: -rw-r--r-- 4,388 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<lamarc-converter-cmd>
    <lamarc-header-comment>traitExample: generated with theta=0.1 rec=0.1 trait at position 906</lamarc-header-comment>
    <outfile>lamarc-trait-input.xml</outfile>
    <traits>
        <trait-info>
            <name>funny-nose</name>
            <allele>normal</allele>
            <allele>affected</allele>
        </trait-info>
        <phenotype>
            <name>straight</name>
            <genotype-resolutions>
                <trait-name>funny-nose</trait-name>
                <haplotypes>
                    <alleles> normal normal </alleles>
                    <penetrance> 1.0 </penetrance>
                </haplotypes>
            </genotype-resolutions>
        </phenotype>
        <phenotype>
            <name>bent</name>
            <genotype-resolutions>
                <trait-name>funny-nose</trait-name>
                <haplotypes>
                    <alleles> normal affected </alleles>
                    <penetrance> 1.0 </penetrance>
                </haplotypes>
                <haplotypes>
                    <alleles> affected normal </alleles>
                    <penetrance> 1.0 </penetrance>
                </haplotypes>
            </genotype-resolutions>
        </phenotype>
        <phenotype>
            <name>broken</name>
            <genotype-resolutions>
                <trait-name>funny-nose</trait-name>
                <haplotypes>
                    <alleles> affected affected </alleles>
                    <penetrance> 1.0 </penetrance>
                </haplotypes>
            </genotype-resolutions>
        </phenotype>
    </traits>
    <regions>
        <region>
            <name>region1</name>
            <effective-popsize>1</effective-popsize>
            <trait-location>
                <trait-name>funny-nose</trait-name>
            </trait-location>
            <segments>
                <segment datatype="dna">
                    <name>locus_1</name>
                    <markers>1000</markers>
                    <first-position-scanned>1</first-position-scanned>
                    <map-position>1</map-position>
                </segment>
            </segments>
        </region>
    </regions>
    <populations>
        <population>pop1</population>
    </populations>
    <individuals>
        <individual>
            <name>s0_s1</name>
            <sample><name>s0</name></sample>
            <sample><name>s1</name></sample>
            <has-phenotype>broken</has-phenotype>
        </individual>
        <individual>
            <name>s2_s3</name>
            <sample><name>s2</name></sample>
            <sample><name>s3</name></sample>
            <has-phenotype>broken</has-phenotype>
        </individual>
        <individual>
            <name>s4_s5</name>
            <sample><name>s4</name></sample>
            <sample><name>s5</name></sample>
            <has-phenotype>broken</has-phenotype>
        </individual>
        <individual>
            <name>s6_s7</name>
            <sample><name>s6</name></sample>
            <sample><name>s7</name></sample>
            <has-phenotype>bent</has-phenotype>
        </individual>
        <individual>
            <name>s10_s11</name>
            <sample><name>s10</name></sample>
            <sample><name>s11</name></sample>
            <has-phenotype>straight</has-phenotype>
        </individual>
        <individual>
            <name>s12_s13</name>
            <sample><name>s12</name></sample>
            <sample><name>s13</name></sample>
            <has-phenotype>straight</has-phenotype>
        </individual>
        <individual>
            <name>s14_s15</name>
            <sample><name>s14</name></sample>
            <sample><name>s15</name></sample>
            <has-phenotype>straight</has-phenotype>
        </individual>
        <individual>
            <name>s8_s9</name>
            <sample><name>s8</name></sample>
            <sample><name>s9</name></sample>
            <has-phenotype>straight</has-phenotype>
        </individual>
    </individuals>
    <infiles>
        <infile format="migrate" datatype="dna" sequence-alignment="sequential">
            <name>traitData.mig</name>
            <population-matching type="single">pop1</population-matching>
            <segments-matching type="single">locus_1</segments-matching>
        </infile>
    </infiles>
</lamarc-converter-cmd>