makeAnnotationspackage:ann.Dmelanogaster.FlyBase.r51R Documentation

_F_u_n_c_t_i_o_n _u_s_e_d _t_o _p_r_o_d_u_c_e _t_h_e _a_n_n_o_t_a_t_i_o_n _d_a_t_a_s_e_t_s _p_r_o_v_i_d_e_d
_b_y _t_h_e _a_n_n._D_m_e_l_a_n_o_g_a_s_t_e_r._F_l_y_B_a_s_e._r_5_1 _p_a_c_k_a_g_e

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

     [TODO: Put a description]

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

       makeAnnotations(srcdir=".", destdir=".")

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

  srcdir: Path to the directory where the GFF files have been
          downloaded. 

 destdir: Path to the directory where to save the generated annotation
          datasets. 

_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:

     'getAnnGenes', 'getAnnExonParents', 'getAnnExons', 'EXON2GENE',
     'GENE_ID2NAMES', 'GFFutils'

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

       # Here is how the annotation datasets coming with the
       # ann.Dmelanogaster.FlyBase.r51 package were made:
       #
       #   1) From a Unix-shell, run the scripts provided in inst/scripts in
       #      a 'tmpdir':
       #        download-gff.sh && extract-gff.sh && clean-gff.sh && check-gff.sh
       #
       #   2) From R, call 'makeAnnotations(tmpdir)' where 'tmpdir' is the 
       #      directory containing the "clean" GFF files produced at 1).

