buildChromCytoband            package:reb            R Documentation

_C_o_n_s_t_r_u_c_t _a _c_h_r_o_m_L_o_c_a_t_i_o_n _o_b_j_e_c_t _f_r_o_m _a _c_y_t_o_b_a_n_d _e_n_v_i_r_o_n_m_e_n_t

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

     Construct a chromLocation object from a cytoband environment.
     Human, Rat, and Mouse are currently possible.

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

     buildChromCytoband(organism = "h")

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

organism: character, "h" for human, "m" for mouse, and "r" for rat. 

_V_a_l_u_e:

     a chromLocation object

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

     Karl J. Dykema, karl.dykema@vai.org  Kyle A. Furge,
     kyle.furge@vai.org

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

     'buildChromLocation'

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

       humanBands <- buildChromCytoband("h")
       humanBands@chromLocs[["1"]]
       

