"[[<--methods" {rflowcyt}R Documentation

Replacement and/or Addition of new slot or indexed elements using "[[<-"

Description

This method replaces the slot with a value that is assigned. In circumstances mentioned below, a new slot can also be added.

Methods

x = "ANY"
Replaces a slot with the assigned value.
x = "FCSmetadata"
Replaces the slot with the assigned value.

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 assigned a value. If no slot is found by the character index referring to the slotName, then a new slot will be made in the "fcsinfo" list with the particular character index as the slotName will be added along with the value that is assigned.

If using a numeric single-valued or numeric vector index, only the "fcsinfo" slots are numerically indexed and assigned a new value.

x = "FCS"
Replaces the indexed slots of the metadata portion of the object; See x="FCSmetadata" (above) for details.
x="PRIM.step"
replaces the object via a character slot name and/or a numeric iteration ID

x="PRIM.step.set", y="missing"
replaces 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="PRIM.crossval.step", y="missing"
replaces the object via a character slot name and/or a numeric testdata ID

[Package rflowcyt version 1.4.0 Index]