Description Usage Arguments Value Examples
A systematical pipeline for opera data importing, normalization, quality control, hit detection, analysis, and visualization.
1 |
configFile |
the location of the file specifying all parameters |
gDevice |
the graphics device |
... |
addition arguments for graphics devices |
a list of three components: a list of cellData objects, the annotated table of each well, and the enrichment analysis table
1 2 3 4 | configFile <- file.path(system.file("Test", package = "OperaMate"),
"demoData", "demoParam.txt")
operaReport <- operaMate(configFile, gDevice = "png")
head(operaReport$report)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.