drop_marker {onemap} | R Documentation |
Creates a new sequence by dropping markers.
Description
Creates a new sequence by dropping markers from a predetermined one.
Usage
drop_marker(input.seq, mrks)
Arguments
input.seq |
an object of class |
mrks |
a vector containing the markers to be removed
from the |
Value
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
See Also
Examples
data(onemap_example_out)
twopt <- rf_2pts(onemap_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)))