Description Usage Arguments Value Examples
Draw plot of the Best Overall Response to the Treatment from clinical information downloaded from MMRF-Commpass Researcher Gateway
1 2 3 4 5 6 7 8 9 | MMRFgetGateway_BestOverallResponsePlot(
treat.resp,
therapyname = NULL,
topN = 20,
dpi = 100,
filename = "BestOverall_responsePlot",
height = 20,
width = 20
)
|
treat.resp |
is a data.frame of clinical information downloaded from MMRF-Commpass Researcher Gateway and imported into environment |
therapyname |
Therapy name |
topN |
top number of case count |
dpi |
Image dpi |
filename |
The name of the png file |
height |
Image height |
width |
Image width |
table with the case count of the Best overall response to treatments
1 2 | MMRFgetGateway_BestOverallResponsePlot(clinMMGateway,"Bortezomib",height=5, width=8)
MMRFgetGateway_BestOverallResponsePlot(clinMMGateway,topN=40, height=15, width=15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.