mqmscanfdr(cross, scanfunction=mqmscanall, thresholds=c(1,2,3,4,5,7,10,15,20), n.perm=10, verbose=FALSE, ... )
cross
. See read.cross
for details.
scanone
, cim
and mqmscan
to scan for QTL in shuffled/randomized data. It is
recommended to also install the snow
library for parallelization of
calculations. The snow
library allows
calculations to run on multiple cores or even scale it up to an entire cluster,
thus speeding up calculation by the number of computers used.
MQM
- MQM description and references
mqmscan
- Main MQM single trait analysis
mqmscanall
- Parallellized traits analysis
mqmaugment
- Augmentation routine for estimating missing data
mqmautocofactors
- Set cofactors using marker density
mqmsetcofactors
- Set cofactors at fixed locations
mqmpermutation
- Estimate significance levels
scanone
- Single QTL scanning
data(multitrait)
# impute missing genotype data
multitrait <- fill.geno(multitrait)
## Not run: # Calculate the thresholds
# result <- mqmscanfdr(multitrait, threshold=10.0, n.perm=1000)
# ## End(Not run)
Run the code above in your browser using DataLab