locusLevelData          package:VanillaICE          R Documentation

_B_a_s_i_c _d_a_t_a _e_l_e_m_e_n_t_s _r_e_q_u_i_r_e_d _f_o_r _t_h_e _H_M_M

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

     This object is a list containing the basic data elements required
     for the HMM

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

     data(locusLevelData)

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

     A list

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

     The basic assay data elements that can be used for fitting the HMM
     are:

     1.  a mapping of platform identifiers to chromosome and physical
     position

     2. (optional) a matrix of copy number estimates

     3. (optional) a matrix of confidence scores for the copy number
     estimates (e.g., inverse standard deviations)

     4. (optional) a matrix of genotype calls

     5. (optional) CRLMM confidence scores for the genotype calls

     At least (2) or (4) is required.  The locusLevelData is a list
     that contains (1), (2), (4), and (5).

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

     A HapMap sample on the Affymetrix 50k platform.  Chromosomal
     alterations were simulated.  The last 100 SNPs on chromosome 2
     are, in fact, a repeat of the first 100 SNPs on chromosome 1 -
     this was added for internal use.

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

     data(locusLevelData)
     str(locusLevelData)

