Description Usage Arguments Value Examples
View source: R/summarizeSensitivityProfiles.R
This function creates a table with drug as rows and cell lines as columns, summarising the drug senstitivity data of a ToxicoSet into drug-cell line pairs for a specified experiment duration.
1 2 3 4 5 6 7 8 9 10 |
tSet |
|
duration |
|
cell_lines |
|
drugs |
|
sensitivity.measure |
|
summary.stat |
|
fill.missing |
|
verbose |
Should the function print progress messages? |
matrix
A matrix with drugs going down the rows, cell lines across
the columns, with the selected sensitivity statistic for each pair.
1 2 | data(TGGATESsmall)
TGGATESauc <- summarizeSensitivityProfiles(TGGATESsmall, sensitivity.measure='auc_recomputed')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.