Description Usage Arguments Details Value Author(s) References Examples
Thresholds are determined by Permutation test for QTN association or linkage mapping in multiple-line cross population. Critical thresholds includes p value for association analysis, while P valude and LOD statistic for linkage mapping analysis in single interest trait
1 2 | ptJM(vecPheno, PhenoData, GenoData_EST, method, npt, alpha,
selection, tolerance, Trace, select, sle, sls, Choose)
|
vecPheno |
The name vector for interest traits |
PhenoData |
The data set for trait with best linear unbias estimate(BLUE) or predict(BLUP) |
GenoData_EST |
Information of chromosome id, genetic distance position and genotype for all marker, where missing markers are estimated |
method |
Method for association mapping(AM) or linkage mapping(LM) |
npt |
The Number times of permutation test |
alpha |
Significant levels, default is 0.1 |
selection |
Model selection method including "forward" and "stepwise",forward selection starts with no effects in the model and adds effects, while stepwise regression is similar to the forward method except that effects already in the model do not necessarily stay there |
tolerance |
Tolerance value for controlling multicollinearity, default is 1e-7 |
Trace |
Statistic for multiple analysis of variance, including Wilks‘ lamda, Pillai Trace and Hotelling-Lawley’s Trace |
select |
Specifies the criterion that uses to determine the order in which effects enter and/or leave at each step of the specified selection method including Akaike Information Criterion(AIC), the Corrected form of Akaike Information Criterion(AICc),Bayesian Information Criterion(BIC),Schwarz criterion(SBC),Hannan and Quinn Information Criterion(HQ), Significant Levels(SL) |
sle |
Specifies the significance level for entry |
sls |
Specifies the significance level for staying in the model |
Choose |
Chooses from the list of models at the steps of the selection process the model that yields the best value of the specified criterion. If the optimal value of the specified criterion occurs for models at more than one step, then the model with the smallest number of parameters is chosen. If you do not specify the Choose option, then the model selected is the model at the final step in the selection process |
Thresholds for Multiple-line cross population QTN association or linkage mapping are determined by Permutation test. Critical thresholds including p value and LOD value are determined to mapping single interest trait. Type of Multiple analysis of variance is invalid for this function
Return a data frame for association mapping(AM) and linkage mapping with 0.05, 0.1 and alpha level
Junhui Li
Doerge, R. W., and Churchill, G. A. (1996). Permutation tests for multiple loci affecting a quantitative character. Genetics, 142(1), 285-94.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.