IndexFasta               package:GeneR               R Documentation

_C_r_e_a_t_e _a_n _i_n_d_e_x _f_o_r _a _f_a_s_t_a,_e_m_b_l,_g_b_k _f_i_l_e

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

     Create an index for a fasta file

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

     indexFasta(file)
     indexEmbl(file,index="ix")
     indexGbk(file)

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

    file: file path to the Fasta file

   index: suffix for the index file

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

       1: Indexfile has been created

       0: Error

_N_o_t_e:

     These functions makes index file even if it already exists.

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

     Antoine Lucas, Centre de Gntique molculaire, CNRS Gif / Yvette

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

     'makeIndex'

