mqmprocesspermutation: Convert mqmmulti objects into a scanoneperm object

Description Usage Arguments Value Author(s) See Also Examples

Description

Function to convert mqmmulti objects into a scanoneperm object, this allows the use of R/qtl methods for permutation analysis that do not support the output of a multiple QTL scan using mqm's outputstructure.

Usage

1
mqmprocesspermutation(mqmpermutationresult = NULL)

Arguments

mqmpermutationresult

mqmmulti object obtained after performing permutations on a single trait.using the function mqmpermutation

Value

Output of the algorithm is a scanoneperm object. See also: summary.scanoneperm

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
8
f2qtl <- c(3,15,1,0)					# QTL at chromosome 3
data(map10)						# Mouse genetic map

f2cross <- sim.cross(map10,f2qtl,n=100,type="f2")	# Simulate a F2 Cross
## Not run: f2result <- mqmpermutation(f2cross,scanfunction=mqmscan)			# Bootstrap MQM mapping on the f2cross

f2perm <- mqmprocesspermutation(f2result)			# Create a permutation object
summary(f2perm)					# What LOD score is considered significant ?

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