parseTemplete: Data extraction from one report

Description Usage Arguments Value Examples

View source: R/expData-methods.R

Description

Extracts data in the report to the slot data in the expData object. An inner function of loadAll.

Usage

1
parseTemplete(onePlate, well.digits = 2)

Arguments

onePlate

an expData object

well.digits

the digits of the well column in the well-gene specification file

Value

an expData object with initialized slot data.

Examples

1
2
3
datapath <- file.path(system.file("Test", package = "OperaMate"), "Tab")
lstPlates <- loadAll(cellformat = "Tab", datapath = datapath )
onePlate <- parseTemplete(lstPlates[[1]])

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