Description Usage Arguments Value See Also Examples
Creates a new sequence by adding markers from a predetermined one. The markers are added in the end of the sequence.
1  | add.marker(input.seq, mrks)
 | 
input.seq | 
 an object of class   | 
mrks | 
 a vector containing the markers to be added from the
  | 
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   | 
@author Marcelo Mollinari, mmollina@usp.br
1 2 3 4 5 6  | data(example.out)
twopt <- rf.2pts(example.out)
all.mark <- make.seq(twopt,"all")
groups <- group(all.mark)
(LG1 <- make.seq(groups,1))
(LG.aug<-add.marker(LG1, c(4,7)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.