txtFormatQAObject: Formats results contained in QA process objects into a data...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/misc-methods.R

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

1

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

Author(s)

Nishant Gopalakrishnan

See Also

writeQATextReport

Examples

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

flowQ documentation built on Nov. 1, 2018, 3:38 a.m.