View source: R/CoreSet-class.R
CoreSet2 | R Documentation |
New implementation of the CoreSet constructor to support MAE and TRE. This
constructor will be swapped with the original CoreSet
constructor as
part of an overhaul of the CoreSet class structure.
CoreSet2(
name = "emptySet",
treatment = data.frame(),
sample = data.frame(),
molecularProfiles = MultiAssayExperiment(),
treatmentResponse = LongTable(),
datasetType = "sensitivity",
perturbation = list(n = array(dim = 3), info = "No perturbation data!"),
curation = list(sample = data.frame(), treatment = data.frame())
)
name |
A |
treatment |
A |
sample |
A |
molecularProfiles |
A |
treatmentResponse |
A |
datasetType |
A deprecated slot in a |
perturbation |
A deprecated slot in a |
curation |
A |
A CoreSet
object storing standardized and curated treatment
response and multiomic profile data associated with a given publication.
data(clevelandSmall_cSet)
clevelandSmall_cSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.