calculateCnSE           package:VanillaICE           R Documentation

_C_a_l_c_u_l_a_t_e_s _c_o_p_y _n_u_m_b_e_r _s_t_a_n_d_a_r_d _e_r_r_o_r_s

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

     Calculates SNP-specific standard errors for copy number using a
     reference set.

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

     calculateCnSE(object, referenceSet, epsilon = 0.1)

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

  object: An object of class 'SnpCopyNumberSet' or 'oligoSnpSet'.  

referenceSet: An object of class 'SnpCopyNumberSet' or 'oligoSnpSet'.
          If missing, this function uses the samples in the 'object' to
          estimate across sample standard deviations 

 epsilon: minimum standard error

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

     Calculates SNP-specific standard errors from a reference
     distribution as the product of the within copy number standard
     deviation of the sample (test set) and the across samples standard
     deviation from a reference set.  The across samples standard
     deviation is scaled by the median (e.g., across sample sd = across
     sample sd/ median(across sample sd)).

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

     A matrix of standard errors

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

     R. Scharpf

