fhAnalyze | R Documentation |
Complete non-linear regression analysis of FlowHist histogram data
fhAnalyze(fh, verbose = TRUE)
fh |
a |
verbose |
boolean, set to FALSE to turn off logging messages |
Completes the NLS analysis, and calculates the modelled events and CVs for the result.
a FlowHist
object with the analysis (nls, counts,
cv, RCS) slots filled.
Tyler Smith
FlowHist
library(flowPloidyData)
fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN")
fh1 <- fhAnalyze(fh1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.