tryallpositions(cross, marker, chr, error.prob=0.0001, map.function=c("haldane","kosambi","c-f","morgan"), m=0, p=0, maxit=4000, tol=1e-6, sex.sp=TRUE, verbose=TRUE)
cross
. See
read.cross
for details.-
to have all chromosomes but those considered. A logical (TRUE/FALSE)
vector may also be used."scanone"
, so that
one may use plot.scanone
,
summary.scanone
, etc.) with each row being a
possible position for the marker.
The first two columns are the chromosome ID and position. The third
column is a LOD score comparing the hypotheses that the marker is in that
position versus the hypothesis that it is not linked to that chromosome.In the case of a 4-way cross, with sex.sp=TRUE
, there are two
additional columns with the estimated female and male genetic lengths
of the respective chromosome, when the marker is in that position.
With sex.sp=FALSE
, or for other types of crosses, there is one
additional column, with the estimated genetic length of the respective
chromosome, when the marker is in that position.The row names indicate the nearest flanking markers for each interval.
droponemarker
, est.map
, ripple
,
est.rf
, switch.order
,
movemarker
data(fake.bc)
tryallpositions(fake.bc, "D7M301", 7, error.prob=0, verbose=FALSE)
Run the code above in your browser using DataLab