Learn R Programming

qtl (version 1.44-9)

mqmextractmarkers: MQM marker extraction

Description

Extract the real markers from a cross object that includes pseudo markers

Usage

mqmextractmarkers(mqmresult)

Arguments

mqmresult

result from mqmscan, including pseudo markers

Value

Returns a scanone object with the pseudo markers removed

See Also

Examples

Run this code
# NOT RUN {
data(multitrait)

multitrait <- fill.geno(multitrait)

result <- mqmscan(multitrait)
newresult <- mqmextractmarkers(result)
# }

Run the code above in your browser using DataLab