try_seq_by_seq | R Documentation |
It uses try_seq function repeatedly trying to positioned each marker
in a vector of markers into a already ordered sequence.
Each marker in the vector "markers"
is kept in the sequence
if the difference of LOD and total group size of the models
with and without the marker are below the thresholds "lod.thr"
and "cM.thr"
.
try_seq_by_seq(sequence, markers, cM.thr = 10, lod.thr = -10, verbose = TRUE)
sequence |
object of class sequence with ordered markers |
markers |
vector of integers defining the marker numbers to be inserted in the |
cM.thr |
number defining the threshold for total map size increase when inserting a single marker |
lod.thr |
the difference of LODs between model before and after inserting the marker need to have value higher than the value defined in this argument |
verbose |
A logical, if TRUE it output progress status information. |
An object of class sequence
, which is a list containing the
following components:
seq.num |
a |
seq.phases |
a |
seq.rf |
a |
seq.like |
log-likelihood of the corresponding linkage map. |
data.name |
name of the object of class |
twopt |
name of the object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.