MakeIndex               package:GeneR               R Documentation

_M_a_k_e _a_n _i_n_d_e_x _f_o_r _a _b_a_n_k _f_i_l_e

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

     Make an index for a bank file (if there wasn't).

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

     makeIndex(file, type="E", index="ix")

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

    file: file name of bank file

    type: "E" for Embl, "G", for Genebank, "F" for Fasta

   index: Suffix for the index file (usually: ix)

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

     Check if index file exists and is newer than bank file. If not,
     call one of indexFasta, indexEmbl, indexGbk.

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

       1: Index already exists (and no changes)

       0: Index successfully created

      -1: Error

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

     Centre de Gntique molculaire, CNRS Gif / Yvette

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

     'indexFasta','indexEmbl', 'indexGbk'

