BStringGenome           package:GenomeBase           R Documentation

_T_h_e _B_S_t_r_i_n_g_G_e_n_o_m_e _c_l_a_s_s

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

     A container for the complete genome sequence of a given specie.

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

     [TODO: Put some details here]

_S_t_a_n_d_a_r_d _g_e_n_e_r_i_c _m_e_t_h_o_d_s:

     In the code snippets below, 'x' is a BStringGenome object and
     'name' is the name of a chromosome (character-string).

      'x$name': [TODO: Document me]

_O_t_h_e_r _f_u_n_c_t_i_o_n_s _a_n_d _g_e_n_e_r_i_c_s:

     In the code snippets below, 'x' is a BStringGenome object and
     'name' is the name of a chromosome (character-string).

      'unload(x, name)': [TODO: Document me]

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

     H. Pages

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

     BStringViews, DNAString

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

       ## [TODO: Put some examples here]

