jPAP Manual > V. Defining a Model > 7. Continuous Trait Parameters
For a continuous trait, the phenotypes are assumed to distribute normally within genotypes. The penetrance equals the height of the normal density (including 1/√2π) as the phenotype. You can scale, standardize, or transform phenotypes by assigning transformations in the metadata document.
The effects on the genotype means of up to ten covariates may be estimated for each continuous trait when using modules qmlprmv or qmlprdd. This extension allows for genotype-specific age or measured environmental effects. Only linear effects are estimated; for cross or squared terms, include the product or square as an OV and treat it as another covariate.
The power parameter corresponds to P in the MacLean power transformation assignable in the metadata document. Set P = 1 for no transformation. Estimating P within a 1-genotype model allows you to determine the transformation to correspond to a single normal density. Estimating P within the environmental model allows you to test for a mixture of distributions. If you then assign the power transformation in the metadata document, setting its constant to the estimate of P, further analyses will consider the transformed phenotypes. Estimating P within a genetic model allows transformation of the phenotypes to obtain the best fit to each model.
Only modules qmlprdd and qmlprddp restrict the number of alleles to two and the within-genotype standard deviations to equality.
1. Means/Standard Deviations
Module qmlprmv parameterizes the model as means μi, standard deviations σi, and slope sji for covariate j for each genotype i. The number of loci and alleles included in the genetic model are unrestricted.
2. Dominance/Displacement
Module qmlprdd restricts the genetic model to two alleles. The
parameters comprise the total mean μT, total standard
deviation σT, dominance d, displacement t for the mean,
mean slope sj for covariate j, and dominance dsj,
displacement tsj for covariate j. If p represents the
frequency of allele 1, q = 1 - p, μi and sij
represent the mean and slope of covariate j, respectively, for
genotype i, i = 1, 2, 3, and σ represents the within-genotype
standard deviation, then
μT = p²μ1 + 2pqμ2
+ q²μ3,
sj = p²s1j + 2pqs2j
+ q²s3j,
σT² = p²[μ1²
+ Σs1j2] + 2pq[μ2²
+ Σs2j2] + q²[μ3²
+ Σs3j2] + σ²,
d = (μ2 - μ1)/(μ3
- μ1),
t = (μ3 - μ1)/σ,
dsj = (s2j - s1j)/(s3j
- s1j),
tsj = (s3j - s1j)/σ.
The reverse equations equal:
μ1 = 2pqdt - q2t,
μ2 = μ1 + dt,
μ3= μ1+ t,
s1j = 2pqdsjt - q2tsj,
s2j = s1j + dsjtsj,
s3= s1j + tsj.
Note that t differs from the definition of displacement in Morton & MacLean [1974]. For multi-locus models, d, t, dsj, and tsj are locus-specific and t and tsj add across loci.
3. Means/Standard Deviations/Threshold
Module qmlprmvt parameterizes the model as means for each genotype μi, standard deviations for each genotype σi, and threshold T. Parameter T specifies the lower limit of the trait for individuals whose phenotypes are impossible to obtain because medication or the disease process has altered the level. For example, medicated hypertensives might be included in an analysis of blood pressure by specifying that their levels exceed the diagnostic threshold. Observation records would contain a missing value for the continuous trait input and "affected" status for a corresponding disease trait. The number of loci and alleles included in the genetic model are unrestricted.
4. Dominance/Displacement/Proportion
Module qmlprddp restricts the genetic model to two alleles.
The parameters comprise the total mean μT,
total standard deviation σT, dominance d, displacement t, and
proportion P. If p represents the frequency of allele 1, q = 1 - p,
μi represent the genotype means, i = 1, 2, 3, and σ
represent the within-genotype standard deviation, then
μT = p²μ1 + 2pqμ2
+ q²μ3,
σT² = p²μ1² + 2pqμ2²
+ q²μ3² + σ²,
d = (μ2 - μ1)/(μ3
- μ1), and
t = (μ3 - μ1)/σ.
Note that t differs from the definition of displacement in Morton & MacLean [1974]. For multi-locus models, d and t become locus-specific and t adds across loci. Parameter P specifies the proportion of individuals in the population whose phenotypes are impossible to obtain because medication or the disease process has altered the level. For example, medicated hypertensives might be included in an analysis of blood pressure by specifying that their levels exceed the 95th percentile. Each observation record would be designated a missing value for the continuous trait and affected for a corresponding disease trait.