Description Usage Arguments Details Value Examples
Extracts data of a specific type in a list of expData
objects to
initialize a cellData
object.
1 2 3 4 5 |
object |
a cellData object |
lstPlates |
a list of expData objects |
... |
other parameters |
positive.ctr |
a character vector, the positive control well IDs, e.g. c("E05", "E06") |
negative.ctr |
a character vector, the positive control well IDs, e.g. c("B05", "B06") |
neglect.well |
a character vector, the neglect wells. Accept regular expression, e.g. c("*02", "*23") |
expwell |
include all wells except control and neglect.well if NULL |
negative.ctr accept regular expression
a cellData
object, with initialized slot origin.data
1 2 3 4 5 6 7 8 | data(platemap)
platemap$Path <- file.path(
system.file("Test", package = "OperaMate"), platemap$Path)
data(demoCell)
datapath <- file.path(system.file("Test", package = "OperaMate"), "Matrix")
lstPlates <- loadAll(cellformat = "Matrix", datapath = datapath)
oneCell <- cellLoad(oneCell, lstPlates, neglect.well = c("*02", "*23"))
str(oneCell["origin.data"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.