testGatingCompliance {flowUtils}R Documentation

Function to perfom all the gating-ML Compliance tests

Description

This funtion performs all the gating-ML compliance tests. The XML files, data files and the Expected results provided by the gatingMLData are utilized in performing the compliance tests. The results obtained are compared with the expected results and a summary html report is generated.

Usage

 testGatingCompliance(file)

Arguments

file name of the file in which the report generated is to be saved

Details

The testGatingCompliance depends on the data package gatingMLData for performing the compliance tests

Author(s)

Gopalakrishnan N

References

Gating-ML Candidate Recommendation for Gating Description in Flow Cytometry V 1.5

Examples


## Not run: 
### performs all the Gating compliance tests  and writes the results to mytest.html
testGatingCompliance("mytest")
## End(Not run)


[Package flowUtils version 1.2.0 Index]