Description Usage Arguments Value Author(s) Examples
Checks consistency of FCS File parameter names. Will report if FCS files have differing numbers of parameters or parameters have different names.
1 | citrus.checkFileParameterConsistency(dataDirectory)
|
dataDirectory |
Full path to directory where FCS files are. |
Returns 0
if file parameters are consistent, -1
otherwise.
Robert Bruggner
1 2 3 4 5 | # Where the data lives
dataDirectory = file.path(system.file(package = "citrus"),"extdata","example1")
# Check parameter consistency.
citrus.checkFileParameterConsistency(dataDirectory)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.