getRefflat               package:ACME               R Documentation

_G_e_t _t_h_e _r_e_f_f_l_a_t _t_a_b_l_e _f_r_o_m _u_c_s_c _f_o_r _t_h_e _g_i_v_e_n _g_e_n_o_m_e

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

     Fetches the refflat table from ucsc, stores in temp dir and then
     gunzips it and reads it in.

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

     getRefflat(genome = "hg17")

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

  genome: The genome code from ucsc, like 'hg16', 'mm6', etc.

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

     A data frame mirroring the UCSC table structure.

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

     Sean Davis <sdavis2@mail.nih.gov>

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

     http://genome.ucsc.edu

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

     'findClosestGene'

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

     rf <- getRefflat('hg17')

