snpLocNCref-class          package:GGtools          R Documentation

_C_l_a_s_s "_s_n_p_L_o_c_N_C_r_e_f" _c_o_n_t_a_i_n_e_r _f_o_r _n_e_t_C_D_F _r_e_f_e_r_e_n_c_e
_t_o _s_n_p _l_o_c_a_t_i_o_n _d_a_t_a

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

     Class "snpLocNCref" container for netCDF reference to snp location
     data

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("snpLocNCref",
     ...)'. They extend class character.

_S_l_o_t_s:


     '._D_a_t_a': Object of class '"character"' intended to be the pathname
          of the netCDF store for snp location information. This store
          will have two variables: chr (integer denoting chromosome, in
          humans 23=X, 24=Y), and cumloc (numeric cumulative base pair
          count to SNP location). 

_E_x_t_e_n_d_s:

     Class '"character"', from data part. Class '"vector"', by class
     "character", distance 2. Class '"characterORMIAME"', by class
     "character", distance 2.

_M_e_t_h_o_d_s:


     _g_e_t_S_n_p_D_a_t_a 'signature(x = "snpLocNCref")': returns list with
          elements 'chr' and 'cumloc' 

     _s_h_o_w 'signature(object = "snpLocNCref")': returns concise string
          as pathname may be long. 

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     showClass("snpLocNCref")

