Description Usage Arguments Value Examples
View source: R/expData-methods.R
Extracts data in the report to the slot data
in the expData
object. An inner function of loadAll
.
1 | parseTemplete(onePlate, well.digits = 2)
|
onePlate |
an expData object |
well.digits |
the digits of the well column in the well-gene specification file |
an expData
object with initialized slot data
.
1 2 3 | datapath <- file.path(system.file("Test", package = "OperaMate"), "Tab")
lstPlates <- loadAll(cellformat = "Tab", datapath = datapath )
onePlate <- parseTemplete(lstPlates[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.