validData-methods            package:xps            R Documentation

_E_x_t_r_a_c_t _S_u_b_s_e_t _o_f _D_a_t_a

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

     Extracts a subset of valid data from data.frame 'data'.

     _Usage_

     ' validData(object, which = "") '

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

  object: object of class 'DataTreeSet'.

   which: type of probes to be returned.

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

     For expression arrays, 'validData' returns all the perfect match
     or mismatch   probes on the arrays the object represents as
     data.frame, i.e. 'which' can have  the following values:

         'pm':    perfect match probes.
         'mm':    mismatch probes.
         'both':  both perfect match and mismatch probes.

     For exon arrays, 'validData' returns the probes of the different
     exon levels as  data.frame, i.e. 'which' can have one of the
     following values:

         'core':          probesets supported by RefSeq and full-length GenBank transcripts.
         'metacore':      core meta-probesets.
         'extended':      probesets with other cDNA support.
         'metaextended':  extended meta-probesets.
         'full':          probesets supported by gene predictions only.
         'metafull':      full meta-probesets.
         'affx':          standard AFFX controls.
         'all':           combination of above.
         'genomic':       genomic background probes.
         'antigenomic':   antigenomic background probes.

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

     A 'data.frame'.

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

     Christian Stratowa

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

     'pm', 'mm'

