buildDataFiles           package:BSgenome           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _b_u_i_l_d _t_h_e _g_e_n_o_m_e _d_a_t_a _f_i_l_e_s

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

     This function is used to build the data files included in the
     "Biostring-based genome data packages" (aka "BSgenome packages")
     like the BSgenome.Hsapiens.UCSC.hg18 package. It's intended to be
     used by the maintainer of these packages, not by the end-user.

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

       buildDataFiles(srcdir, destdir, names, prefix="", suffix="", comments=NULL, single.seq=TRUE)

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

  srcdir: [TODO: Document me] 

 destdir: [TODO: Document me] 

   names: [TODO: Document me] 

  prefix: [TODO: Document me] 

  suffix: [TODO: Document me] 

comments: [TODO: Document me] 

single.seq: [TODO: Document me] 

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

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

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

     H. Pages

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

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

