Description Usage Arguments Value Slots Methods Examples
The expData class is a container to store data imported from one Columbus system report
Constructor method of expData class.
Show method
1 2 3 4 5 6 7 8 9 10 11 12 |
name |
character, the plate ID (barcode-replicateID), e.g. DSIMGA03-s1. |
path |
character, the path of the Columbus system report. |
rep.id |
character, replicateID, e.g. s1. |
exp.id |
character, barcode, e.g. DSIMGA03. |
format |
character, format of the Columbus system report. |
object |
a expData class |
x |
a expData object |
i |
a requested slot name |
data |
the vectorized raw data matrix of one plate of each type. |
wellID |
a character vector, the well IDs. |
an expData object
namecharacter, the plate ID (barcode-replicateID), e.g. DSIMGA03-s1.
pathcharacter, the path of the Columbus system report.
rep.idcharacter, replicateID, e.g. s1.
exp.idcharacter, barcode, e.g. DSIMGA03.
dataa list of vectors, the vectorized raw data matrix of one plate of each type.
formatcharacter, format of the Columbus system report.
wellIDa character vector, the well IDs.
expData(name, path, rep.id, exp.id, format).
signature(object = "expData"). Displays object content as text.
x[i]. x: an expData object;
i: character, an expData slot name.
dataLoad(object, data, wellID)
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.