Description Usage Arguments Value Author(s) See Also Examples
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.
1 |
qp |
A |
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
Nishant Gopalakrishnan
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.