operaMate: Data process and analysis pipeline

Description Usage Arguments Value Examples

View source: R/dataprocess.R

Description

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

Usage

1
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

1
2
3
4
configFile <- file.path(system.file("Test", package = "OperaMate"),
"demoData", "demoParam.txt")
operaReport <- operaMate(configFile, gDevice = "png")
head(operaReport$report)

OperaMate documentation built on Nov. 17, 2017, 1:55 p.m.