sourceURLs            package:AnnBuilder            R Documentation

_A _d_a_t_a _f_i_l_e _c_o_n_t_a_i_n_s _u_r_l_s _f_o_r _d_a_t_a _a_v_a_i_l_a_b_l_e _f_r_o_m _v_a_r_i_o_u_s _p_u_b_l_i_c
_r_e_p_o_s_i_t_o_r_i_e_s

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

     This data file is used by various objects (through 'getSrcUrl') to
     get the correct urls for various data sources to be processed.

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

     sourceURLs[[XX]] will get the url for data source XX, where XX is
     a short name for a particular public data repository. Valid names
     include "LL" - LocusLink, "UG" - UniGene, "GP" - GoldenPath, "GO"
     - Gene Ontology, "KEGG" - Kyoto Encyclopedia of Genes and Genomes,
     "GEO" - Gene Expression Omnibus, and "YG" - Yeast Genome.

_N_o_t_e:

     The data file part of the Bioconductor project at Dana-Farber
     Cancer Institute to provide Bioinformatics functionalities through
     R

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

     Jianhua Zhang

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

     'pubRepo-class'

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

     data("sourceURLs", package="AnnBuilder")
     sourceURLs[["KEGG"]]

