View source: R/drugSensitivity.R
loadExpressionDrugSensitivityAssociation | R Documentation |
Load gene expression and drug sensitivity correlation matrix
loadExpressionDrugSensitivityAssociation(
source,
file = NULL,
path = NULL,
rows = NULL,
cols = NULL,
loadValues = FALSE
)
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) |
path |
Character: folder where to find files (optional; |
rows |
Character or integer: rows |
cols |
Character or integer: columns |
loadValues |
Boolean: load data values (if available)? If |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.