Learn R Programming

flowQ (version 1.32.0)

txtFormatQAObject: Formats results contained in QA process objects into a data frame with appropriate row and column names

Description

Formats information contained in QA process objects into a data frame which can then be easly written to a tab delimited file. Information contained includes the values used in the outlier detection, information whether the particular parameter passed the outlier test and the summary aggregator information.

Usage

txtFormatQAObject(qp)

Arguments

qp
A qaProcess object

Value

A data.frame containing the values used in outlier detection, thresholds used, information regarding whether the parameter passed/failed the test as well as the summary aggregator information

See Also

writeQATextReport

Examples

Run this code
  data(qData)
  p1 <- qaProcess.marginevents(qData[[1]], channels=c("FSC-A", "SSC-A"),
           outdir=tempdir(), name=paste("Panel", 1, sep="_"))
  res <- txtFormatQAObject(p1)
  res

Run the code above in your browser using DataLab