GFFutils    package:ann.Dmelanogaster.FlyBase.r51    R Documentation

_G_F_F _u_t_i_l_i_t_y _f_u_n_c_t_i_o_n_s

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

     Some functions to read a GFF file and extract the exon and gene
     information from it.

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

       gff.read(file, nrows=-1, verbose=FALSE)
       gff.extract.gene(gff)
       gff.extract.exonParentFeatures(gff)
       gff.extract.exon(gff)

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

    file: The GFF file to read. 

   nrows: The number of rows (GFF records) to read. 

 verbose: If 'TRUE' then 'gff.read' will print the number of records
          effectively read. 

     gff: The GFF table (data frame) returned by 'gff.read'. 

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

