browseFlowHist | R Documentation |
Visually assess and correct histogram fits
browseFlowHist(flowList, debug = FALSE)
flowList |
either a |
debug |
boolean, turns on debugging messages |
Visually assess histogram fits, correcting initial values, and selecting model components.
This function will open a browser tab displaying the first
FlowHist
object from the argument flowList
. Using
the interface, the user can modify the starting values for the histogram
peaks, select different debris model components, toggle the linearity
option, select which peak to treat as the standard, and, if multiple
standard sizes are available, select which one to apply.
See the "Getting Started" vignette for a tutorial introduction.
Returns the list of FlowHist
objects, updated by
any changes made in the GUI.
Tyler Smith
library(flowPloidyData)
batch1 <- batchFlowHist(flowPloidyFiles(), channel = "FL3.INT.LIN")
## Not run:
batch1 <- browseFlowHist(batch1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.