findAnnotationData        package:aroma.core        R Documentation

_L_o_c_a_t_e_s _a_n _a_n_n_o_t_a_t_i_o_n _d_a_t_a _f_i_l_e

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

     Locates an annotation data file.

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

     ## Default S3 method:
     findAnnotationData(name, tags=NULL, set, pattern=NULL, private=FALSE, ..., firstOnly=TRUE, paths=NULL, verbose=FALSE)

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

    name: A 'character' string.

    tags: Optional 'character' string.

 pattern: A filename pattern to search for.

 private: If 'FALSE', files and directories starting with a periods are
          ignored.

     ...: Arguments passed to 'findFiles'.

firstOnly: If 'TRUE', only the first matching pathname is returned.

   paths: A 'character' 'vector' of paths to search. If 'NULL', default
          paths are used.

     set: A 'character' string specifying what type of annotation to
          search for.

 verbose: A 'logical' or 'Verbose'.

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

     Returns 'NULL', one or several matching pathnames.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

