NetAffxResource        package:AffyCompatible        R Documentation

_C_r_e_a_t_e _a_n_d _a_c_c_e_s_s _a _N_e_t_A_f_f_x_R_e_s_o_u_r_c_e _d_a_t_a_b_a_s_e

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

     Use this function to create and access a NetAffxResource database.

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

     NetAffxResource(user = character(0),
         password = character(0),
         affxLicence = "FHCRC0607",
         directory = tempdir(), ...)

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

    user: Lenght 1 character vector containing the Affymetrix user name
          authorized to access the NetAffx resource.

password: Length 1 character vector containing the Affymetrix password
          of the user.

affxLicence: Length 1 character vector containing the Affymetrix
          licence (typically application specific, i.e., the specified
          licence covers AffyCompatible).

directory: (Optional) length 1 character vector providing the full path
          to the local directory where the NetAffx database and files
          will be managed. Defaults to a session-specific temporary
          directory.

     ...: Additional arugments, not currently used.

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

     'NetAffxResource' creates a 'NetAffxResource' object that manages
     a data base of NetAffx resources. The data base is located on the
     user file system as indicated by the 'directory' arugment. It is
     populated when the user requests specific files.

     Users should provide a 'directory' argument, so that the data base
     can be reused across sessions. This means that large files are
     only downloaded once.

     Additional details are provided in the vignette accompanying this
     package.

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

     'NetAffxResource'.

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

     Martin Morgan

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

     'NetAffxResource'. The vignette `Annotations with NetAffx'.

