Package: QTLEMM 1.5.2
Ping-Yuan Chung
QTLEMM: QTL Mapping and Hotspots Detection
For QTL mapping, this package comprises several functions designed to execute diverse tasks, such as simulating or analyzing data, calculating significance thresholds, and visualizing QTL mapping results. The single-QTL or multiple-QTL method, which enables the fitting and comparison of various statistical models, is employed to analyze the data for estimating QTL parameters. The models encompass linear regression, permutation tests, normal mixture models, and truncated normal mixture models. The Gaussian stochastic process is utilized to compute significance thresholds for QTL detection on a genetic linkage map within experimental populations. Two types of data, complete genotyping, and selective genotyping data from various experimental populations, including backcross, F2, recombinant inbred (RI) populations, and advanced intercrossed (AI) populations, are considered in the QTL mapping analysis. For QTL hotspot detection, statistical methods can be developed based on either utilizing individual-level data or summarized data. We have proposed a statistical framework capable of handling both individual-level data and summarized QTL data for QTL hotspot detection. Our statistical framework can overcome the underestimation of thresholds resulting from ignoring the correlation structure among traits. Additionally, it can identify different types of hotspots with minimal computational cost during the detection process. Here, we endeavor to furnish the R codes for our QTL mapping and hotspot detection methods, intended for general use in genes, genomics, and genetics studies. The QTL mapping methods for the complete and selective genotyping designs are based on the multiple interval mapping (MIM) model proposed by Kao, C.-H. , Z.-B. Zeng and R. D. Teasdale (1999) <doi:10.1534/genetics.103.021642> and H.-I Lee, H.-A. Ho and C.-H. Kao (2014) <doi:10.1534/genetics.114.168385>, respectively. The QTL hotspot detection analysis is based on the method by Wu, P.-Y., M.-.H. Yang, and C.-H. Kao (2021) <doi:10.1093/g3journal/jkab056>.
Authors:
QTLEMM_1.5.2.tar.gz
QTLEMM_1.5.2.zip(r-4.5)QTLEMM_1.5.2.zip(r-4.4)QTLEMM_1.5.2.zip(r-4.3)
QTLEMM_1.5.2.tgz(r-4.4-any)QTLEMM_1.5.2.tgz(r-4.3-any)
QTLEMM_1.5.2.tar.gz(r-4.5-noble)QTLEMM_1.5.2.tar.gz(r-4.4-noble)
QTLEMM_1.5.2.tgz(r-4.4-emscripten)QTLEMM_1.5.2.tgz(r-4.3-emscripten)
QTLEMM.pdf |QTLEMM.html✨
QTLEMM/json (API)
# Install 'QTLEMM' in R: |
install.packages('QTLEMM', repos = c('https://py-chung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/py-chung/qtlemm/issues
Last updated 5 months agofrom:3f1c078b43. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:D.makeEM.MIMEM.MIM2EM.MIMvEQF.permuEQF.plotIM.searchIM.search2LOD.QTLdetectLRTthreMIM.pointsMIM.points2MIM.searchMIM.search2progenyQ.makeQhot
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generate D Matrix | D.make |
EM Algorithm for QTL MIM | EM.MIM |
EM Algorithm for QTL MIM with Selective Genotyping | EM.MIM2 |
EM Algorithm for QTL MIM with Asymptotic Variance-Covariance Matrix | EM.MIMv |
EQF Permutation | EQF.permu |
EQF plot | EQF.plot |
QTL search by IM | IM.search |
QTL search by IM with Selective Genotyping | IM.search2 |
QTL Detect by LOD | LOD.QTLdetect |
LRT Threshold | LRTthre |
QTL Short Distance Correction by MIM | MIM.points |
QTL Short Distance Correction by MIM with Selective Genotyping | MIM.points2 |
QTL search by MIM | MIM.search |
QTL search by MIM with Seletive Genotyping | MIM.search2 |
Progeny Simulation | progeny |
Generate Q Matrix | Q.make |
QTL Hotspot | Qhot |