Description Usage Arguments Value See Also Examples
Creates a new sequence by dropping markers from a predetermined one.
| 1 | drop.marker(input.seq, mrks)
 | 
| input.seq | an object of class  | 
| mrks | a vector containing the markers to be removed
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<-drop.marker(LG1, c(10,14)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.