View source: R/PharmacoSet-class.R
PharmacoSet2 | 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.
PharmacoSet2(
name = "emptySet",
treatment = data.frame(),
sample = data.frame(),
molecularProfiles = MultiAssayExperiment(),
treatmentResponse = TreatmentResponseExperiment(),
perturbation = list(),
curation = list(sample = data.frame(), treatment = data.frame(), tissue = data.frame()),
datasetType = "sensitivity"
)
name |
A |
treatment |
A |
sample |
A |
molecularProfiles |
A |
treatmentResponse |
A |
perturbation |
A deprecated slot in a |
curation |
This class requires an additional curation item, tissue, which maps from published to standardized tissue idenifiers. |
datasetType |
A deprecated slot in a |
A CoreSet
object storing standardized and curated treatment
response and multiomic profile data associated with a given publication.
data(CCLEsmall)
CCLEsmall
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.