Contents
|
|
|
Zhang, M., Feng, R., Chen, X.,
Hu, B., and Zhang, H.
Feng, R., Leckman, J.F., and Zhang, H. (2004) Linkage Analysis of Ordinal Traits for Pedigree Data. Proc Natl Acad Sci. 101;16739-16744
|
|
Any research using this program or the methods or ideas behind it should
acknowledge the use of LOT, and cite the references in the Citation section.
THIS SOFTWARE IS PROVIDED BY THE COLLABORATIVE
CENTER FOR STATISTICS IN SCIENCE AT YALE UNIVERSITY ¡°AS IS¡± AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COLLABORATIVE CENTER FOR STATISTICS IN SCIENCE AT YALE
UNIVERSITY BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
I.
Data Input This part is modified from the Genehunter program to
accommodate the ordinal trait and to add the graphic user interface (GUI). See
Input file formats for the details.
II.
Inference of Inheritance Vectors This part is taken from the Genehunter program. The method
is described in (Kruglyak et al., 1996).
III.
Inference of Inheritance Vectors This step assesses a potential link between a marker and
the trait locus through the inheritance pattern at a locus. We use a
proportional-odds logistic model that includes two types of latent random
variables to detect association between a marker and a disease locus. The two
types of latent variables,
where x
is the vector of covariates that is available for each study subject,
IV.
Output This part uses JFreeChart library for GUI.
where |
Ascertainment
Sensitivity of Parameter Inputs
It is
important to assess the sensitivity of the
Input
file formats
The
input file for LOT uses a slightly modified format from supports input files the standard GENEHUNTER (or LINKAGE) format. Two
input files are required: a locus data file and pedigree file.
(I) locus file. This file contains information on genetic distances
between markers, number of alleles at each locus and their frequencies. We explain
this file using the sample.loc.
The first row of five numbers in sample.loc is
|
31 0 0
5 0 |
31 is
the number of loci; also see LINKAGE manual.
0 refers
to risk locus; also see LINKAGE manual.
0 means
not sex linked; also see LINKAGE manual.
5 is the
designated program code used by LINKAGE, referring to MLINK.
0 is the
number of covariates. This is an added feature in
The second row of four numbers in sample.loc is
|
0 0.0
0.0 0 |
The four numbers represent:
Mutation
locus:
= 0, if mutation rates are zero,
= the mutation locus number (input order) for
non-zero mutation rates.
Male
mutation rate.
Female
mutation rat
Linkage
disequilibrium
= 0, if loci
are assumed to be in linkage equilibrium.
= 1, if loci are in linkage disequilibrium. When loci are in linkage
equilibrium, allele frequencies must be given under each locus description;
otherwise, haplotype frequencies are provided.
The third row in sample.loc is
|
1 2 3 4
5 ¡ 31 |
This gives the order of all marker loci, from D1S468 to
D1S1609.
The fourth row in sample.loc is
|
1 2 |
1 refers
to the nature of the trait locus, and always use 1 for
2 means
that the trait locus is di-allelic
The fifth row in sample.loc is the assumed allele
frequencies of the trait locus.
|
0.910000
0.090000 |
The sixth row in sample.loc is a single number, referring
to the number of liability
classes. Set it to 1 for
|
1 |
The seventh row in sample.loc specifies the penetrances of
the genotypes at the diallelic trait locus.
|
0.165000
0.575000 0.75000 |
The following rows specify the allele frequencies of each marker.
For example, marker D1S468 classified as type ¡°3¡± according to the LINKAGE program
terminology and has 9 alleles. Hence, we enter the following information.
|
3 9 # D1S468 |