fhAnalyze {flowPloidy} | R Documentation |
Complete non-linear regression analysis of FlowHist histogram data
fhAnalyze(fh)
fh |
a |
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
library(flowPloidyData) fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN") fh1 <- fhAnalyze(fh1)