getSequence          package:GeneRegionScan          R Documentation

_G_e_t _S_e_q_u_e_n_c_e _f_r_o_m _a _P_r_o_b_e_L_e_v_e_l_S_e_t

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

     Function to retrieve the sequences of feature in a ProbeLevelSet.

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

         getSequence(object, id)

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

  object: A ProbeLevelSet object

      id: Optional character vector with the featureNames of the
          sequences of interest

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

     A character vector with the sequences of all probes in the
     ProbeLevelSet. The names of the vector are set to match the
     sequences.

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

     Diego Diez

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

     'ProbeLevelSet'

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

             data(exampleProbeLevelSet)
             getSequence(exampleProbeLevelSet)
             

