"[[-methods"            package:rflowcyt            R Documentation

_E_x_t_r_a_c_t_i_o_n _o_f _s_l_o_t _i_n_f_o_r_m_a_t_i_o_n _u_s_i_n_g "[["

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

     Specifically this method is able to extract components or slots.

     ANY.object[1]  retrieves the first element or slot

     FCSmetadata.object["fcsinfo"] obtains the "fcsinfo" slot which is
     a list

     FCSmetadata.object["$P1R"] obtains the first parameter range/max 

     FCSmetadata.object[1:10]  obtains first 10 elements of the
     "fcsinfo" slot of the metadata

     FCS.object[1,2:3] extracts/reduces the data of the "FCS-class"
     object

_M_e_t_h_o_d_s:


     _x = "_A_N_Y" extracts elements

     _x = "_F_C_S_m_e_t_a_d_a_t_a" Extracts slot information.

          If using a single character string index such as the
          slotNames ("mode" or "$MODE"; "size" or "$TOT"; "nparam" or
          "$PAR"; "longnames" or "$PnS" or "$P1S" or "$P2S" etc...;
          "shortnames"or "$PnN" or "$P1N" or "$P2N" etc...;
          "paramranges" or "$PnR" or "$P1R" or "$P2R"
          etc...;"fcsinfo";"objectname", "original", "filename") as
          well as the "fcsinfo" slotNames can be retrieved.

          If using a numeric single-valued or numeric vector index,
          only the "fcsinfo" slots are numerically indexed and can be
          retreived. 

     _x = "_F_C_S" extracts the slot information from the metadata portion
          of the object; see x="FCSmetadata" description (above) for
          specific indexing using "[[" 

     _x="_P_R_I_M._s_t_e_p" extracts the object via a character slot name and/or
          a numeric iteration ID 


     _x="_P_R_I_M._s_t_e_p._s_e_t", _y="_m_i_s_s_i_n_g" extracts the object via a character
          slot name for the step (ie, "peel.step" or "expand.step") and
          with an optional slot name for the "PRIM.step" object.


     _x="_P_R_I_M._c_r_o_s_s_v_a_l._s_t_e_p", _y="_m_i_s_s_i_n_g" extracts the object via a
          character slot name and/or a numeric testdata ID

