Description Usage Arguments Value Examples
DRProfSet is a class for managing dose-response information about cell lines from a pharmacogenomics dataset
getDrugs extracts drug list
DRProfSet manages all data from a given cell line from a pharmacogenomics source
1 2 3 4 5 6 |
x |
instance of DRProfSet |
cell_line |
character(1) cell line name, entries in cell_lines_v1 |
dataset |
character(1) resource name, entries in datasets_v1 |
y |
for plot: not used |
... |
not used |
getDrugs: character vector
instance of DRProfSet
1 2 3 4 5 | if (interactive()) trs = DRTraceSet() else trs = iriCCLE()
ps = traces(trs)[[1]]
ps
getDrugs(ps)
if (interactive()) DRProfSet()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.