add_marker | R Documentation |
Creates a new sequence by adding markers from a predetermined one. The markers are added in the end of the sequence.
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
drop_marker
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<-add_marker(LG1, c(4,7)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.