View source: R/CoreSet-class.R
CoreSet | R Documentation |
A constructor that simplifies the process of creating CoreSets, 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 CoreSet methods.
CoreSet(
name,
molecularProfiles = list(),
sample = 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)),
curationSample = data.frame(),
curationTissue = data.frame(),
curationTreatment = data.frame(),
treatment = data.frame(),
datasetType = c("sensitivity", "perturbation", "both"),
verify = TRUE,
...
)
name |
A |
molecularProfiles |
A |
sample |
A |
sensitivityInfo |
A |
sensitivityRaw |
A 3 Dimensional |
sensitivityProfiles |
|
sensitivityN , perturbationN |
A |
curationSample , curationTissue , curationTreatment |
A |
treatment |
A |
datasetType |
A |
verify |
|
... |
Catch and parse any renamed constructor arguments. |
Parameters to this function have been renamed!
cell is now sample
drug is now treatment
An object of class CoreSet
data(clevelandSmall_cSet)
clevelandSmall_cSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.