Learn R Programming

rcellminer (version 1.4.2)

plotDrugActivityRepeats: Plot NCI-60 drug activity profiles for repeat experiments.

Description

Plot NCI-60 drug activity profiles for repeat experiments.

Usage

plotDrugActivityRepeats(nscStr, useZScore = FALSE, maxRepNum = 5,
  pdfFilename = NULL, pdfWidth = 12, pdfHeight = 6)

Arguments

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)

Value

  • NONE

concept

rcellminer

Examples

Run this code
plotDrugActivityRepeats("609699")
plotDrugActivityRepeats("609699", useZScore=TRUE, maxRepNum=3)

Run the code above in your browser using DataLab