"cellInfo"(pSet)
"cellInfo"(object) <- value
"drugInfo"(pSet)
"drugInfo"(object) <- value
"phenoInfo"(pSet, mDataType)
"phenoInfo"(object, mDataType) <- value
"molecularProfiles"(pSet, mDataType)
"molecularProfiles"(object, mDataType) <- value
"featureInfo"(pSet, mDataType)
"featureInfo"(object, mDataType) <- value
"sensitivityInfo"(pSet)
"sensitivityInfo"(object) <- value
"sensitivityProfiles"(pSet)
"sensitivityProfiles"(object) <- value
"sensitivityMeasures"(pSet)
"drugNames"(pSet)
"drugNames"(object) <- value
"cellNames"(pSet)
"cellNames"(object) <- value
"featureNames"(pSet, mDataType)
"dateCreated"(pSet)
"pSetName"(pSet)
"pertNumber"(pSet)
"sensNumber"(pSet)
"pertNumber"(object) <- value
"sensNumber"(object) <- valuePharmacoSet objectPharmacoSet objectcharacter with the type of molecular data to return/updatecellInfo: Returns the annotations for all the cell lines tested on in the PharmacoSet cellInfo<-: Update the cell line annotations drugInfo: Returns the annotations for all the drugs tested in the PharmacoSet drugInfo<-: Update the drug annotations phenoInfo: Return the experiment info from the given type of molecular data in PharmacoSet phenoInfo<-: Update the the given type of molecular data experiment info in the PharmacoSet molecularProfiles: Return the given type of molecular data from the PharmacoSet molecularProfiles<-: Update the given type of molecular data from the PharmacoSet featureInfo: Return the feature info for the given molecular data featureInfo<-: Replace the gene info for the molecular data sensitivityInfo: Return the drug dose sensitivity experiment info sensitivityInfo<-: Update the sensitivity experiment info sensitivityProfiles: Return the phenotypic data for the drug dose sensitivity sensitivityProfiles<-: Update the phenotypic data for the drug dose
sensitivity sensitivityMeasures: Returns the available sensitivity profile
summaries, for example, whether there are IC50 values available drugNames: Return the names of the drugs used in the PharmacoSet drugNames<-: Update the drug names used in the dataset cellNames: Return the cell names used in the dataset cellNames<-: Update the cell names used in the dataset featureNames: Return the feature names used in the dataset dateCreated: Return the date the PharmacoSet was created pSetName: Return the name of the PharmacoSet pertNumber: Return the summary of available perturbation
experiments sensNumber: Return the summary of available sensitivity
experiments pertNumber<-: Update the summary of available perturbation
experiments sensNumber<-: Update the summary of available sensitivity
experiments
annotationlist of annotation data about the PharmacoSet,
including the $name and the session information for how the object
was creating, detailing the exact versions of R and all the packages usedmolecularProfileslist containing 4 Biobase::ExpressionSet
type object for holding data for RNA, DNA, SNP and Copy Number Variation
measurements respectively, with associated fData and pData
containing the row and column metadatacelldata.frame containg the annotations for all the cell
lines profiled in the data set, across all data typesdrugdata.frame containg the annotations for all the drugs
profiled in the data set, across all data typessensitivitylist 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 pairperturbationlist containting $n, a data.frame
summarizing the available perturbation data,curationlist containing mappings for $drug,
cell, tissue names used in the data set to universal
identifiers used between different PharmacoSet objectsdatasetTypecharacter string of 'sensitivity',
'preturbation', or both detailing what type of data can be found in the
PharmacoSet, for proper processing of the data