"[[-methods" {rflowcyt} | R Documentation |
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
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.