loadAnnotation           package:occugene           R Documentation

_L_o_a_d_s _A_n_n_o_t_a_t_i_o_n _F_i_l_e

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

     Loads and checks an annotation file.

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

     loadAnnotation(fileName)

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

fileName: Name of file

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

     Annotation file need four columns: idNum, first, last, and
     overlap.

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

     Returns a data frame

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

     Oliver Will owill4@yahoo.com

_R_e_f_e_r_e_n_c_e_s:

     See the book chapter O. Will (**) in **

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

     # No self contained example

