xsScores                 package:XDE                 R Documentation

_A_l_t_e_r_n_a_t_i_v_e _c_r_o_s_s-_s_t_u_d_y _s_c_o_r_e_s _o_f _d_i_f_f_e_r_e_n_t_i_a_l _e_x_p_r_e_s_s_i_o_n

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

     Alternative cross-study scores of differential expression

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

     xsScores(statistic, N)

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

statistic: a matrix of study-specific estimates of effect size. Rows
          are genes and columns are studies.

       N: numerical vector: the number of samples in each study (the
          length should be the number of columns in 'statistic')

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

     A matrix of cross-study scores for differential expression
     ("diffExpressed"), concordant differential expression, and
     discordant differential expression.

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

     R. Scharpf

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

     J.K. Choi, U. Yu, S. Kim, and O.J. Yoo (2003), Combining multiple
     microarray studies and modeling interstudy variation,
     Bioinformatics, 19(1) I84-I90.  

     E. Garrett-Mayer, G. Parmigiani, X. Zhong, L. Cope, and E.
     Gabrielson (2007), Cross-study validation and combined analysis of
     gene expression microarray data, Biostatistics, September

     R. Scharpf et al., A Bayesian Model for Cross-Study Differential
     Gene Expression, Technical Report 158, Johns Hopkins University,
     Department of Biostatistics, 2007

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

     the GeneMeta package, 'ssStatistic'

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

       data(expressionSetList)
       t <- ssStatistic(statistic="t", phenotypeLabel="adenoVsquamous", esetList=expressionSetList)
       tScores <- xsScores(t, N=nSamples(expressionSetList))

