Description Usage Arguments Value Examples
View source: R/summarizeSensitivityProfiles.R
This function creates a table with cell lines as rows and radiation types as columns, summarising the drug senstitivity data of a RadioSet into drug-cell line pairs
1 2 3 4 | summarizeSensitivityProfiles(rSet,
sensitivity.measure = "AUC_recomputed", cell.lines, radiation.types,
summary.stat = c("mean", "median", "first", "last", "max", "min"),
fill.missing = TRUE, verbose = TRUE)
|
rSet |
[RadioSet] The RadioSet from which to extract the data |
sensitivity.measure |
[character] which sensitivity sensitivity.measure to use? Use the sensitivityMeasures function to find out what measures are available for each PSet. |
cell.lines |
|
radiation.types |
|
summary.stat |
|
fill.missing |
|
verbose |
Should the function print progress messages? |
[matrix] A matrix with cell lines going down the rows, radiation types across the columns, with the selected sensitivity statistic for each pair.
1 2 | data(Cleveland_small)
GDSCauc <- summarizeSensitivityProfiles(Cleveland_small, sensitivity.measure='AUC_published')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.