QTLDetection | R Documentation |
Function to perform QTL detection using four types of models: cross-specific, parental, ancestral and bi-allelic. The function save the results of the QTL detection processes in a specified folder and return the detected QTLs.
QTLDetection(
mppData,
mppData_bi,
par_clu,
thre_cr,
thre_par,
thre_anc,
thre_biall,
win.cof = 50,
win.QTL = 30,
folder,
Rep_id,
parallel,
cluster
)
mppData |
|
mppData_bi |
|
par_clu |
Parent clustering object. |
thre_cr |
Significance thresold for the cross-specific model. |
thre_par |
Significance threshold for the parental model. |
thre_anc |
Significance threshold for the ancestral model. |
thre_biall |
Significance threshold for the bi-allelic model. |
win.cof |
Minimum distance between two cofactors. Default = 50. |
win.QTL |
Minimum distance between two selected QTLs. Default = 30. |
folder |
Folder location where the results are saved. |
Rep_id |
Identifier for the specific replication. |
cluster |
Cluster object to run the analysis in parallel. |
parllel |
If the analysis should be run in parallel |
list with the QTLs detected with the four models.
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.