mqmgetmodel: Retrieve the QTL model used in mapping from the results of an...

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieves the QTL model used for scanning from the output of an MQM scan. The model only contains the selected cofactors significant at the specified cofactor.significance from the results of an mqm scan

Usage

1
	mqmgetmodel(scanresult)

Arguments

scanresult

An object returned by mqmscan, including cofactors and QTL model.

Value

The function returns the QTL model created (cofactors selected in modeling found to be significant at cofactor.significance) and used during the mqmscan See for the format of the model: makeqtl returns NULL when no cofactors reach the significance threshold during QTL modeling.

Author(s)

Ritsert C Jansen; Danny Arends; Pjotr Prins; Karl W Broman kbroman@biostat.wisc.edu

See Also

Examples

1
2
3
4
5
6
7
	data(hyper)
        
	hyperfilled <- fill.geno(hyper)
	cofactors <- mqmsetcofactors(hyperfilled,4)
	result <- mqmscan(hyperfilled,cofactors)
	mqmgetmodel(result)
	plot(mqmgetmodel(result))

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.