Description Usage Arguments Value Examples
View source: R/drugGeneResponseCurve.R
This function generates a plot visualizing the relationship between gene expression, time and dose level for the selected tSet. The plot is generated with ggplot2 and can be customized using ggplot plot + function() syntax.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
tSet |
|
duration |
|
cell_lines |
|
mDataTypes |
|
features |
|
dose |
|
drug |
|
summarize_replicates |
|
line_width |
|
point_size |
|
ggplot_args |
|
verbose |
|
Plot of the viabilities for each drug vs time of exposure
1 2 3 4 5 | if (interactive()) {
drugGeneResponseCurve(TGGATESsmall, dose = c("Control", "Low", "Middle"),
mDataTypes="rna", drug = drugNames(TGGATESsmall)[1],
duration = c("2", "8", "24"), features = "ENSG00000002726_at")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.