testGatingCompliance {flowUtils} | R Documentation |
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.
testGatingCompliance(file)
file |
name of the file in which the report generated is to be saved |
The testGatingCompliance depends on the data package gatingMLData for performing the compliance tests
Gopalakrishnan N
Gating-ML Candidate Recommendation for Gating Description in Flow Cytometry V 1.5
## Not run: ### performs all the Gating compliance tests and writes the results to mytest.html testGatingCompliance("mytest") ## End(Not run)