Description Usage Arguments Value Methods (by generic) Slots Examples
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 cell 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 cellular 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.
Generic for sensitivityInfo method
A generic for the sensitivityInfo replacement method
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | ## S4 method for signature 'CoreSet'
annotation(object)
## S4 method for signature 'CoreSet'
cellInfo(object)
## S4 replacement method for signature 'CoreSet,data.frame'
cellInfo(object) <- value
## S4 method for signature 'CoreSet'
cellNames(object)
## S4 replacement method for signature 'CoreSet,character'
cellNames(object) <- value
## S4 method for signature 'CoreSet'
curation(object)
## S4 replacement method for signature 'CoreSet,list'
curation(object) <- value
## S4 method for signature 'CoreSet'
datasetType(object)
## S4 replacement method for signature 'CoreSet'
datasetType(object) <- value
## S4 method for signature 'CoreSet'
dateCreated(object)
## S4 replacement method for signature 'CoreSet'
dateCreated(object) <- value
## S4 method for signature 'CoreSet'
fNames(object, mDataType)
## S4 replacement method for signature 'CoreSet,character,character'
fNames(object, mDataType) <- value
## S4 method for signature 'CoreSet'
featureInfo(object, mDataType)
## S4 replacement method for signature 'CoreSet,character,data.frame'
featureInfo(object, mDataType) <- value
## S4 replacement method for signature 'CoreSet,character,DataFrame'
featureInfo(object, mDataType) <- value
## S4 method for signature 'CoreSet'
mDataNames(object)
## S4 replacement method for signature 'CoreSet'
mDataNames(object) <- value
## S4 method for signature 'CoreSet'
molecularProfiles(object, mDataType, assay)
## S4 replacement method for signature 'CoreSet,character,character,matrix'
molecularProfiles(object, mDataType, assay) <- value
## S4 replacement method for signature 'CoreSet,character,missing,matrix'
molecularProfiles(object, mDataType, assay) <- value
## S4 method for signature 'CoreSet'
molecularProfilesSlot(object)
## S4 replacement method for signature 'CoreSet,list'
molecularProfilesSlot(object) <- value
## S4 method for signature 'CoreSet'
name(object)
## S4 replacement method for signature 'CoreSet'
name(object) <- value
## S4 method for signature 'CoreSet'
pertNumber(object)
## S4 replacement method for signature 'CoreSet,array'
pertNumber(object) <- value
## S4 method for signature 'CoreSet'
phenoInfo(object, mDataType)
## S4 replacement method for signature 'CoreSet,character,data.frame'
phenoInfo(object, mDataType) <- value
## S4 replacement method for signature 'CoreSet,character,DataFrame'
phenoInfo(object, mDataType) <- value
## S4 method for signature 'CoreSet'
sensNumber(object)
## S4 replacement method for signature 'CoreSet,matrix'
sensNumber(object) <- value
## S4 method for signature 'CoreSet'
sensitivityInfo(object)
## S4 replacement method for signature 'CoreSet,data.frame'
sensitivityInfo(object) <- value
## S4 method for signature 'CoreSet'
sensitivityMeasures(object)
## S4 replacement method for signature 'CoreSet,character'
sensitivityMeasures(object) <- value
## S4 method for signature 'CoreSet'
sensitivityProfiles(object)
## S4 replacement method for signature 'CoreSet,data.frame'
sensitivityProfiles(object) <- value
## S4 replacement method for signature 'CoreSet,matrix'
sensitivityProfiles(object) <- value
## S4 method for signature 'CoreSet'
sensitivityRaw(object)
## S4 replacement method for signature 'CoreSet,array'
sensitivityRaw(object) <- value
## S4 method for signature 'CoreSet'
sensitivitySlot(object)
## S4 replacement method for signature 'CoreSet,list'
sensitivitySlot(object) <- value
|
object |
An ['CoreSet'] to extract the raw sensitivity data from. |
value |
A 3D ['array'] containing the raw dose and viability measurements to update the object with. |
mDataType |
|
assay |
|
An object of the CoreSet class
A list
of named annotaiton
A list
of unique cell and tissue identifiers to check validity
of a cSet
A copy of the RadioSet
with the updated curation slot
a data.frame
with the experiment info if dimension is excluded,
otherwise a 'data.table' with annotations for the cells or drugs dimension
of the LongTable.
Updated CoreSet
A ['character'] vector of all the available sensitivity measures.
A update CoreSet
object with the new sensitivity measures
a ['data.frame'] with sensitivity profile summaries for CoreSet
Updated CoreSet
A ['array'] containing the raw sensitivity data as experiment by dose level by metric.
A 3D ['array'] containing the raw sensitivity data as experiment by dose level by metric.
annotation
: Retrieve the annotations slot form an rSet
cellInfo
: Returns the annotations for all the cell lines tested on in the CoreSet
cellInfo<-
: Update the cell line annotations
cellNames
: Return the cell names used in the dataset
cellNames<-
: Update the cell names used in the dataset
curation
: Retrieve the curation slot form a cSet
curation<-
: Update the curation slot of a cSet
datasetType
: Update the dataset type of an rSet and return a copy of
the updated object
datasetType<-
: Update the dataset type of an rSet and return a copy of
the updated object
dateCreated
: Return the date the CoreSet was created
dateCreated<-
: Update the date a cSet was created
fNames
: Return the feature names used in the dataset
fNames<-
: Update the feature names used in a molecular profile
featureInfo
: Return the feature info for the given molecular data
featureInfo<-
: Replace the gene info for the molecular data
featureInfo<-
: Replace the gene info for the molecular data
mDataNames
: Return the molecular data types available in a cSet object
mDataNames<-
: Return the molecular data types available in a cSet object
molecularProfiles
: Return the given type of molecular data from the CoreSet
molecularProfiles<-
: Update the given type of molecular data from the CoreSet
molecularProfiles<-
: Update the given type of molecular data from the CoreSet
molecularProfilesSlot
: Return a list containing all molecularProfiles in the cSet
molecularProfilesSlot<-
: Update the contents of the molecularProfiles slot in a
CoreSet and returns an update copy
name
: Return the name of the CoreSet
name<-
: Return the name of the CoreSet
pertNumber
: Return the summary of available perturbation
experiments
pertNumber<-
: Update the summary of available perturbation
experiments
phenoInfo
: Return the experiment info from the given type of molecular data in CoreSet
phenoInfo<-
: Update the given type of molecular data experiment info in the CoreSet
phenoInfo<-
: Update the given type of molecular data experiment info in the CoreSet
sensNumber
: Return the summary of available sensitivity
experiments
sensNumber<-
: Update the summary of available sensitivity
experiments
sensitivityInfo
: Return the drug dose sensitivity experiment info
sensitivityInfo<-
: Update the sensitivity experiment info
sensitivityMeasures
: Returns the available sensitivity profile
summaries, for example, whether there are IC50 values available
sensitivityMeasures<-
: Updates the sensitivity measures in a 'CoreSet' object
and returns the updated object
sensitivityProfiles
: Return the sensitivity profile summaries from the
sensitivity slot.
sensitivityProfiles<-
: Update the sensitivity profile summaries the sensitivity
slot.
sensitivityProfiles<-
: Update the phenotypic data for the drug dose
sensitivity
sensitivityRaw
: Get the raw dose and vaibility data from a CoreSet object.
sensitivityRaw<-
: Set the raw dose and viability data for a cSet and return
and updated copty
sensitivitySlot
: Retrieve the contents of the sensitivity slot
sensitivitySlot<-
: Set the raw dose and viability data for a cSet and return
and updated copty
annotation
A list
of annotation data about the CoreSet,
including the $name
and the session information for how the object
was created, detailing the exact versions of R and all the packages used
molecularProfiles
A list
containing SummarizedExperiment
s
type object for holding data for RNA, DNA, SNP and Copy Number Variation
measurements respectively, with associated rowData
and colData
containing the row and column metadata
cell
A data.frame
containg the annotations for all the cell
lines profiled in the data set, across all data types
sensitivity
A list
containing all the data for the sensitivity
experiments, including $info
, a data.frame
containing the
experimental info,$raw
a 3D array
containing raw data,
$profiles
, a data.frame
containing sensitivity profiles
statistics, and $n
, a data.frame
detailing the number of
experiments for each cell-drug/radiationInfo pair
perturbation
A list
containting $n
, a data.frame
summarizing the available perturbation data,
curation
A list
containing mappings for
cell
, tissue
names used in the data set to universal
identifiers used between different CoreSet objects
datasetType
A character
string of 'sensitivity',
'perturbation', or both detailing what type of data can be found in the
CoreSet, for proper processing of the data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | annotation(clevelandSmall_cSet)
data(clevelandSmall_cSet)
curation(clevelandSmall_cSet)
data(clevelandSmall_cSet)
curation(clevelandSmall_cSet) <- curation(clevelandSmall_cSet)
data(clevelandSmall_cSet)
sensitivityInfo(clevelandSmall_cSet)
sensitivityInfo(clevelandSmall_cSet) <- sensitivityInfo(clevelandSmall_cSet)
sensitivityMeasures(clevelandSmall_cSet)
data(clevelandSmall_cSet)
sensitivityMeasures(clevelandSmall_cSet) <- sensitivityMeasures(clevelandSmall_cSet)
sensitivityProfiles(clevelandSmall_cSet)
sensitivityProfiles(clevelandSmall_cSet) <- sensitivityProfiles(clevelandSmall_cSet)
data(clevelandSmall_cSet)
sensRaw <- sensitivityRaw(clevelandSmall_cSet)
head(sensRaw)
data(clevelandSmall_cSet)
sensitivityRaw(clevelandSmall_cSet) <- sensitivityRaw(clevelandSmall_cSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.