DRProfile-class | R Documentation |
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
getDrugs(x) DRProfSet(cell_line = "MCF7", dataset = "CCLE") ## S4 method for signature 'DRProfSet,missing' plot(x, y, ...)
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
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.