spliceset             package:splicegear             R Documentation

_E_x_a_m_p_l_e _d_a_t_a _f_o_r _s_p_l_i_c_e_g_e_a_r

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

     The putative splice variants for a reference sequence, the
     matching probes from the Affymetrix chip 'HG-U95A' and probe
     intensities from the 'dilution' dataset.

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

     #data(eset, package="splicegear")
     #data(probes, package="splicegear")
     #data(spsites, package="splicegear")
     #data(spliceset, package="splicegear")

_F_o_r_m_a_t:

     The formats are objects of class 'exprSet-class', 'Probes-class',
     'SpliceSites-class' and 'SpliceExprSet-class' respectively.

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

     The attribute "name" is set to the ID of the Unigene cluster from
     which the reference sequence is taken.

_S_o_u_r_c_e:

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

     "PALSdb", ref. GeneLogic's dilution dataset.

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

     data(spliceset, package="splicegear")

     plot(spliceset, main=attr(spliceset, "name"))

