Learn R Programming

OperaMate (version 1.4.0)

operaMate: Data process and analysis pipeline

Description

A systematical pipeline for opera data importing, normalization, quality control, hit detection, analysis, and visualization.

Usage

operaMate(configFile, gDevice = "png", ...)

Arguments

configFile
the location of the file specifying all parameters
gDevice
the graphics device
...
addition arguments for graphics devices

Value

a list of three components: a list of cellData objects, the annotated table of each well, and the enrichment analysis table

Examples

Run this code
configFile <- file.path(system.file("Test", package = "OperaMate"),
"demoData", "demoParam.txt")
operaReport <- operaMate(configFile, gDevice = "png")
head(operaReport$report)

Run the code above in your browser using DataLab