ALL                   package:ALL                   R Documentation

_A_c_u_t_e _L_y_m_p_h_o_b_l_a_s_t_i_c _L_e_u_k_e_m_i_a _D_a_t_a _f_r_o_m _t_h_e _R_i_t_z _L_a_b_o_r_a_t_o_r_y

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

     The data consist of microarrays from 128 different individuals
     with  acute lymphoblastic leukemia (ALL). A number of additional
     covariates are available. The data have been normalized (using
     rma) and it is the jointly normalized data that are available
     here. The data are presented in the form of an 'exprSet' object.

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

     data(ALL)

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

     The different covariates are:

        *  'cod': The patient IDs.

        *  'diagnosis' The date of diagnosis.

        *  'sex'   The sex of the patient, coded as 'M' and 'F'.

        *  'age'  The age of the patient in years.

        *  'BT'  The type and stage of the disease; 'B' indicates 
           B-cell ALL while a 'T' indicates T-cell ALL. 

        *  'remission' A factor with two levels, either 'CR' indicate 
           that remission was achieved or 'REF' indicating that the
           patient was refractory and remission was not achieved. 

        *  'CR'  A vector with the following values: 1: CR, remission
           achieved; 2: DEATH IN CR, patient died while in remission;
           3: DEATH IN INDUCTION, patient died while in induction
           therapy; 4: REF, patient was refractory to therapy. 

        *  'date.cr' The date on which remission was achieved.

        *  't(4;11)'  A logical vector indicating whether a t(4;11) 
           translocation was detected.

        *  't(9;22)'  A logical vector indicating whether a t(9;22) 
           translocation was detected.

        *  'cyto.normal' A logical vector indicating whether the 
           cytogenetics were normal.

        *  'citog'  A vector indicating the various cytogenetic
           abnormalities that were detected.

        *  'mol.biol' The assigned molecular biology of the cancer
           (mainly  for those with B-cell ALL), BCR\/ABL, ALL\/AF4,
           E2APBX etc. 

        *  'fusion protein' For those with BCR\/ABL which of the fusion
            proteins was detected,  'p190', 'p190\/p210', 'p210'.

        *  'mdr'   The patients response to multidrug resistance,
           either 'NEG', or 'POS'.

        *  'kinet'  ploidy, either diploid or hyperd.

        *  'ccr'  A vector indicating whether the patient had
           continuous complete remission nor not. 

        *  'relapse'  A vector indicating whether the patient had
           relapse or not.

        *  'transplant'  Did the patient receive a bone marrow
           transplant or not.

        *  'f.u' Follow-up data. The possible values are 1: AUBMT \/
           REL: autologous bone marrow transplant and subsequent
           relapse; 2: BMT \/ CCR: allogeneic bone marrow transplant
           and  still in continuous complete remission; 3: BMT \/
           DEATH IN CR: after allogeneic bone marrow transplant
           patient died without relapsing; 4: BMT \/ REL: after
           allogeneic bone marrow transplant patient relapsed; 5:
           CCR: patient was in  continuous complete remission;  6:
           CCR \/ OFF: patient was in  continuous complete remission
           but off-protocol for some reasons;   7: DEATH IN CR: died
           when in complete remission; 8: MUD \/ DEATH IN CR:
           unrelated allogeneic bone marrow transplant and  death
           without relapsing; 9:  REL: relapse; 10:  REL \/ SNC:
           relapse occurred at central nervous system.   

        *  { date last seen} Date the patient was last seen.

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

     Sabina Chiaretti, Xiaochun Li, Robert Gentleman, Antonella Vitale,
     Marco Vignetti, Franco Mandelli, Jerome Ritz, and Robin Foa Gene
     expression profile of adult T-cell acute lymphocytic leukemia
     identifies distinct subsets of patients with different response to
     therapy and survival. Blood, 1 April 2004, Vol. 103, No. 7.

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

     data(ALL)

