powered by
Pulling genotypes with a map from cross and putting into population object.
set.geno.from.cross(cross,population,map=c("genetic","physical"))
An object of class cross. See read.cross for details. If not supported, it will be created using data stored in population
cross
read.cross
An object of class population. See create.population for details.
population
create.population
In which map ofd an population object shall map pulled from cross be stored:
genetic - genetic map - population$offspring$maps$genetic.
physical - physical map - population$offspring$maps$physical.
This function pull genotypes with a map from the cross object and puts them into provided population object. This is useful if the same cross is saturated multiple times.
reorganizeMarkersWithin - Apply new ordering on the cross object usign ordering vector.
reorganizeMarkersWithin
assignChrToMarkers - Create ordering vector from chromosome assignment vector.
assignChrToMarkers
cross.denovo - Create de novo genetic map or chromosome assignment vector.
cross.denovo
reduceChromosomesNumber - Number of routines to reduce number of chromosomes of cross object.
reduceChromosomesNumber
# NOT RUN { data(testPopulation) data(testCross) testPopulation <- set.geno.from.cross(testCross,testPopulation) # }
Run the code above in your browser using DataLab