marker_type function

Informs the segregation patterns of markers

Informs the segregation patterns of markers

Informs the type of segregation of all markers from an object of class sequence. For outcross populations it uses the notation by Wu et al., 2002 . For backcrosses, F2s and RILs, it uses the traditional notation from MAPMAKER i.e. AA, AB, BB, not AA and not BB.

marker_type(input.seq)

Arguments

  • input.seq: an object of class sequence.

Returns

data.frame with segregation types of all markers in the sequence are displayed on the screen.

Details

The segregation types are (Wu et al., 2002 ):

TypeCrossSegregation
A.1ab x cd1:1:1:1
A.2ab x ac1:1:1:1
A.3ab x co1:1:1:1
A.4ao x bo1:1:1:1
B1.5ab x ao1:2:1
B2.6ao x ab1:2:1
B3.7ab x ab1:2:1
C8ao x ao3:1
D1.9ab x cc1:1
D1.10ab x aa1:1
D1.11ab x oo1:1
D1.12bo x aa1:1
D1.13ao x oo1:1
D2.14cc x ab1:1
D2.15aa x ab1:1
D2.16oo x ab1:1
D2.17aa x bo1:1
D2.18oo x ao1:1

Examples

data(onemap_example_out) twopts <- rf_2pts(onemap_example_out) markers.ex <- make_seq(twopts,c(3,6,8,12,16,25)) marker_type(input.seq = markers.ex) # segregation type for some markers data(onemap_example_f2) twopts <- rf_2pts(onemap_example_f2) all_mrk<-make_seq(twopts, "all") lgs<-group(all_mrk) lg1<-make_seq(lgs,1) marker_type(lg1) # segregation type for linkage group 1

References

Wu, R., Ma, C.-X., Painter, I. and Zeng, Z.-B. (2002) Simultaneous maximum likelihood estimation of linkage and linkage phases in outcrossing species. Theoretical Population Biology 61: 349-363.

See Also

make_seq

Author(s)

Gabriel R A Margarido, gramarga@gmail.com

  • Maintainer: Cristiane Taniguti
  • License: GPL-3
  • Last published: 2025-01-10