CoreSet - A generic data container for molecular profiles and treatment response data
CoreSet-class.RdCoreSet - A generic data container for molecular profiles and treatment response data
Details
The CoreSet (cSet) class was developed as a superclass for pSets in the PharmacoGx and RadioGx packages to contain the data generated in screens of cancer sample lines for their genetic profile and sensitivities to therapy (Pharmacological or Radiation). This class is meant to be a superclass which is contained within the PharmacoSet (pSet) and RadioSet (rSet) objects exported by PharmacoGx and RadioGx. The format of the data is similar for both pSets and rSets, allowing much of the code to be abstracted into the CoreSet super-class. However, the models involved with quantifying sampleular response to Pharmacological and Radiation therapy are widely different, and extension of the cSet class allows the packages to apply the correct model for the given data.
Slots
annotationSee Slots section.
molecularProfilesSee Slots section.
sampleSee Slots section.
treatmentSee Slots section.
treatmentResponseSee Slots section.
perturbationSee Slots section.
curationSee Slots section.
datasetTypeSee Slots section.
Slots
annotation: A
listof annotation data about theCoreSet, including the$nameand the session information for how the object was created, detailing the exact versions of R and all the packages used.molecularProfiles: A
listorMultiAssayExperimentcontainingCoreSetobject.sample: A
data.framecontaing the annotations for all the samples profiled in the data set, across all molecular data types and treatment response experiments.treatment: A
data.framecontaining the annotations for all treatments in the dataset, including the mandatory 'treatmentid' column to uniquely identify each treatment.treatmentResponse: A
listorLongTablecontaining all the data for the treatment response experiment, including$info, adata.framecontaining the experimental info,$rawa 3Darraycontaining raw data,$profiles, adata.framecontaining sensitivity profiles statistics, and$n, adata.framedetailing the number of experiments for each sample-drug/radiationInfo pairperturbation:
listcontaining$n, adata.framesummarizing the available perturbation data. This slot is currently being deprecated.curation:
listcontaining mappings fortreatment,sampleandtissuenames used in the data set to universal identifiers used between differentCoreSetobjects.datasetType:
characterstring of 'sensitivity', 'perturbation', or both detailing what type of data can be found in theCoreSet, for proper processing of the data