locations {qtl} | R Documentation |
A table with genetic locations of the traits in the multitrait
dataset
data(locations)
Each row is a trait with the following information:
Name
, Name of the trait (will be checked against the name in the cross object
Chr
, Chromosome of the trait
cM
, Location in cM from the start of the chromosome
Additional information from the Arabidopsis RIL selfing experiment with Landsberg erecta (Ler) and Cape Verde Islands (Cvi) with 162 individuals scored (with errors at) 117 markers. Dataset obtained from GBIC - Groningen BioInformatics Centre
## Not run: data(multitrait) data(locations) multiloc <- addloctocross(multitrait,locations) results <- scanall(multiloc) mqmplot.cistrans(results,multiloc, 5, FALSE, TRUE) ## End(Not run)