View source: R/plotDrugActivityRepeats.R
plotDrugActivityRepeats | R Documentation |
Plot NCI-60 drug activity profiles for repeat experiments.
plotDrugActivityRepeats(
nscStr,
useZScore = FALSE,
maxRepNum = 5,
pdfFilename = NULL,
pdfWidth = 12,
pdfHeight = 6
)
nscStr |
a string specifying the NSC identifier for a compound. |
useZScore |
a boolean specifying whether to plot z-transformed data (as opposed to -logGI50 values). |
maxRepNum |
an integer specifying the maximum number of repeat experiments to plot. |
pdfFilename |
name of a PDF output |
pdfWidth |
with of the PDF (default: 12) |
pdfHeight |
with of the PDF (default: 6) |
NONE
plotDrugActivityRepeats("609699")
plotDrugActivityRepeats("609699", useZScore=TRUE, maxRepNum=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.