Description Usage Arguments Value Author(s) References See Also Examples
Makes a sequence of markers based on an object of another type.
1 |
input.obj |
an object of class |
arg |
its value depends on the type of object |
phase |
its value is also dependent on the type of |
twopt |
a |
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 |
Gabriel Margarido, gramarga@gmail.com
Lander, E. S., Green, P., Abrahamson, J., Barlow, A., Daly, M. J., Lincoln, S. E. and Newburg, L. (1987) MAPMAKER: An interactive computer package for constructing primary genetic linkage maps of experimental and natural populations. Genomics 1: 174-181.
compare
, try.seq
,
order.seq
and map
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
data(example.out)
twopt <- rf.2pts(example.out)
all.mark <- make.seq(twopt,"all")
all.mark <- make.seq(twopt,1:30) # same as above, for this data set
groups <- group(all.mark)
LG1 <- make.seq(groups,1)
LG1.ord <- order.seq(LG1)
(LG1.final <- make.seq(LG1.ord)) # safe order
(LG1.final.all <- make.seq(LG1.ord,"force")) # forced order
markers <- make.seq(twopt,c(2,3,12,14))
markers.comp <- compare(markers)
(base.map <- make.seq(markers.comp))
base.map <- make.seq(markers.comp,1,1) # same as above
(extend.map <- try.seq(base.map,30))
(base.map <- make.seq(extend.map,5)) # fifth position is the best
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.