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

Description Usage Arguments Value Examples

View source: R/plotDrugActivityRepeats.R

Description

Plot NCI-60 drug activity profiles for repeat experiments.

Usage

1
2
3
4
5
6
7
8
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

Examples

1
2
plotDrugActivityRepeats("609699")
plotDrugActivityRepeats("609699", useZScore=TRUE, maxRepNum=3)

CBIIT/rcellminer documentation built on July 28, 2021, 8:51 a.m.