Learn R Programming

OperaMate (version 1.4.0)

parseTemplete: Data extraction from one report

Description

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

Usage

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

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

Run the code above in your browser using DataLab