singleParameterTransform-class.RdA transformation that operates on a single parameter
.DataObject of class "function". The transformation.
parametersObject of class "transformation". The
parameter to transform. Can be a derived parameter from another
transformation.
transformationIdObject of class "character". An
identifier for the object.
Objects can be created by calls of the form
new("singleParameterTransform", ...).
Class "transform", directly.
Class "transformation", by class "transform", distance 2.
Class "characterOrTransformation", by class "transform", distance 3.
showClass("singleParameterTransform")#> Class "singleParameterTransform" [package "flowCore"] #> #> Slots: #> #> Name: .Data parameters transformationId #> Class: function transformation character #> #> Extends: #> Class "transform", directly #> Class "transformation", by class "transform", distance 2 #> Class "characterOrTransformation", by class "transform", distance 3 #> #> Known Subclasses: "quadratic", "squareroot", "logarithm", "exponential", "asinht", "sinht", #> "asinhtGml2", "logicletGml2", "hyperlogtGml2", "lintGml2", "logtGml2", #> "hyperlog", "EHtrans", "splitscale", "invsplitscale"