tabulateFlowHist {flowPloidy} | R Documentation |
Extract analysis results from a FlowHist object
tabulateFlowHist(fh, file = NULL)
fh |
|
file |
character, the name of the file to save data to |
A convenience function for extracting the results of the NLS curve-fitting analysis on a FlowHist object.
If fh
is a single FlowHist object, a data.frame with a single row
is returned. If fh
is a list of FlowHist
objects, a
row for each object will be added to the data.frame.
If a file name is provided, the data will be saved to that file.
a data frame
Tyler Smith
library(flowPloidyData) fh1 <- FlowHist(file = flowPloidyFiles[1], channel = "FL3.INT.LIN") fh1 <- fhAnalyze(fh1) tabulateFlowHist(fh1)