GP-class             package:AnnBuilder             R Documentation

_C_l_a_s_s "_G_P" _a _s_u_b-_c_l_a_s_s _o_f _p_u_b_R_e_p_o _t_o _g_e_t/_p_r_o_c_e_s_s _d_a_t_a _f_r_o_m _G_o_l_d_e_n_P_a_t_h

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

     This class is a sub-class of pubRepo with source specific
     functions to get/process data from GoldenPath {<URL:
     http://www.genome.ucsc.edu/goldenPath>} to obtain gene location
     and orientation data

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("GP", ...)'. A
     constructor (GP) is available and should be used to instantiate
     objects of this class

_S_l_o_t_s:

     '_o_r_g_a_n_i_s_m': Object of class '"character", from class "UG"' s
          character string for the organism of concern

     '_s_r_c_U_r_l': Object of class '"character", from class "UG"' a
          character string for the url where the source data are. As
          multiple data sources will be used, srcUlr in this case is
          the location where the source data are (e.g. <URL:
          http://www.genome.ucsc.edu/goldenPath/14nov2002/database/>)  

     '_p_a_r_s_e_r': Object of class '"character", from class "UG"' not in
          use

     '_b_a_s_e_F_i_l_e': Object of class '"character", from class "UG"' not in
          use

_E_x_t_e_n_d_s:

     Class '"UG"', directly. Class '"pubRepo"', by class "UG".

_M_e_t_h_o_d_s:

     _g_e_t_S_t_r_a_n_d 'signature(object = "GP")': Processes the refLink and
          refGene data files and returns a matrix with gene location
          and orientation data

_N_o_t_e:

     This class is 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

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

     <URL: http://www.genome.ucsc.edu>

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

     'pubRepo-class'

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

     # The example may take a few second to finish
     ## Not run: 
     ## The url (\url{ftp://hgdownload.cse.ucsc.edu/goldenPath/currentGenomes/})
     ## was correct at the time of coding. Replace with a correct one if it
     ## is invalid 
     url <- getSrcUrl("GP", organism = "human")
     gp <- GP(srcUrl = url, organism = "human")
     strand <- getStrand(gp)
     ## End(Not run)

