Description Usage Arguments Value
View source: R/RadioSet-class.R
A constructor that simplifies the process of creating RadioSets, as well as creates empty objects for data not provided to the constructor. Only objects returned by this constructor are expected to work with the RadioSet methods. For a much more detailed instruction on creating RadioSets, please see the "CreatingRadioSet" vignette.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | RadioSet(
name,
molecularProfiles = list(),
cell = data.frame(),
radiation = data.frame(),
sensitivityInfo = data.frame(),
sensitivityRaw = array(dim = c(0, 0, 0)),
sensitivityProfiles = matrix(),
sensitivityN = matrix(nrow = 0, ncol = 0),
perturbationN = array(NA, dim = c(0, 0, 0)),
curationCell = data.frame(),
curationTissue = data.frame(),
datasetType = c("sensitivity", "perturbation", "both"),
verify = TRUE
)
|
name |
A |
molecularProfiles |
A |
cell |
A |
radiation |
A |
sensitivityInfo |
A |
sensitivityRaw |
A 3 Dimensional |
sensitivityProfiles |
|
sensitivityN, perturbationN |
A |
curationCell, curationTissue |
A |
datasetType |
A |
verify |
|
An object of class RadioSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.