powered by
Extract the real markers from a cross object that includes pseudo markers
mqmextractmarkers(mqmresult)
result from mqmscan, including pseudo markers
mqmscan
Returns a scanone object with the pseudo markers removed
The MQM tutorial: https://rqtl.org/tutorials/MQM-tour.pdf
MQM - MQM description and references
MQM
mqmscan - Main MQM single trait analysis
mqmscanall - Parallellized traits analysis
mqmscanall
mqmaugment - Augmentation routine for estimating missing data
mqmaugment
mqmautocofactors - Set cofactors using marker density
mqmautocofactors
mqmsetcofactors - Set cofactors at fixed locations
mqmsetcofactors
mqmpermutation - Estimate significance levels
mqmpermutation
scanone - Single QTL scanning
scanone
# NOT RUN { data(multitrait) multitrait <- fill.geno(multitrait) result <- mqmscan(multitrait) newresult <- mqmextractmarkers(result) # }
Run the code above in your browser using DataLab