Description Usage Arguments Value Examples
Creates and object of class WideSomaLogicData
.
1 2 3 4 5 6 | WideSomaLogicData(
sampleAndIntensityData,
sequenceData,
metadata,
checksum = paste0(rep.int("f", 40), collapse = "")
)
|
sampleAndIntensityData |
A data.table of sample and intensity data. |
sequenceData |
A data.table of sequence data. |
metadata |
A list of metadata. |
checksum |
A string containing a SHA1 checksum. |
An object of class WideSomaLogicData
.
1 2 3 4 5 6 | wsld <- WideSomaLogicData(
data.frame(SampleStuff = letters, IntensityStuff = rnorm(26)),
data.frame(SequenceStuff = LETTERS),
list(MetadataStuff = Sys.Date())
)
str(wsld)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.