plotDrugActivityRepeats {rcellminer}R Documentation

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

Examples

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


[Package rcellminer version 2.2.0 Index]