genotypeD            package:MasterBayes            R Documentation

_g_e_n_o_t_y_p_e_D _O_b_j_e_c_t

_D_e_s_c_r_i_p_t_i_o_n:

     Extends the genotype class for dominant marker data

_U_s_a_g_e:

     genotypeD(a1, locus=NULL)

_A_r_g_u_m_e_n_t_s:

      a1: vector of scored genotypes (0 or 1) for dominant markers

   locus: object of class locus, gene, or marker, holding information
          about the source of this genotype.

     ...: further arguments to be passed

_D_e_t_a_i_l_s:

_A_u_t_h_o_r(_s):

     Jarrod Hadfield j.hadfield@sheffield.ac.uk

_S_e_e _A_l_s_o:

     'genotype', 'summary.genotypeD'

_E_x_a_m_p_l_e_s:

     l1<-rbinom(100,1,0.5)
     l1<-genotypeD(l1)

