fhAccessors | R Documentation |
Functions to access slot values in FlowHist
objects
fhGate(fh)
fhLimits(fh)
fhSamples(fh)
fhTrimRaw(fh)
fhPeaks(fh)
fhInit(fh)
fhComps(fh)
fhModel(fh)
fhSpecialParams(fh)
fhArgs(fh)
fhNLS(fh)
fhCounts(fh)
fhCV(fh)
fhRCS(fh)
fhFile(fh)
fhChannel(fh)
fhBins(fh)
fhLinearity(fh)
fhDebris(fh)
fhHistData(fh)
fhRaw(fh)
fhStandards(fh)
fhStdPeak(fh)
fhStdSelected(fh)
fhStdSizes(fh)
fhOpts(fh)
fhG2(fh)
fhAnnotation(fh)
fhFail(fh)
fh |
a |
For normal users, these functions aren't necessary. Overly curious
users, or those wishing to hack on the code, may find these useful for
inspecting the various bits and pieces inside a FlowHist
object.
The versions of these functions that allow modification of the
FlowHist
object are not exported. Functions are provided
for users to update FlowHist
objects in a safe way.
Used to access a slot, returns the value of the slot. Used to
update the value of a slot, returns the updated FlowHist
object.
Tyler Smith
library(flowPloidyData)
fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN")
fhModel(fh1) ## prints the model to screen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.