loadExpressionDrugSensitivityAssociation {cTRAP} | R Documentation |
Load gene expression and drug sensitivity correlation matrix
loadExpressionDrugSensitivityAssociation(source, file = NULL)
source |
Character: source of matrix to load; see
|
file |
Character: filepath to gene expression and drug sensitivity association dataset (automatically downloaded if file does not exist) |
Correlation matrix between gene expression (rows) and drug sensitivity (columns)
Other functions related with the prediction of targeting drugs:
as.table.referenceComparison()
,
listExpressionDrugSensitivityAssociation()
,
plot.referenceComparison()
,
plotTargetingDrugsVSsimilarPerturbations()
,
predictTargetingDrugs()
gdsc <- listExpressionDrugSensitivityAssociation()[[1]] loadExpressionDrugSensitivityAssociation(gdsc)