| rtPCR {gplots} | R Documentation |
rtPCR data for experiments investigating a variety of markers for characterizing teratogenicity.
data(rtPCR)
A data frame with 1672 observations on the following 21 variables.
A0027002 through
A0054019Compound A through
Compound HNon
Strong Weak / ModerateSample 1 - Sample 152Rep 1 - Rep 21Ctrl, Neg. Ctrl
P1 - P9, No Vehicle Ctrl, and Pos. CtrlProbeType 1 -
ProbeType 17TBA
Anonymized data.
data(rtPCR)
# same scale
overplot( RQ ~ Conc..ug.ml. | Test.Substance,
data=rtPCR,
subset=Detector=="ProbeType 7" & Conc..ug.ml. > 0,
same.scale=TRUE,
log="xy",
f=3/4,
main="Detector=ProbeType 7",
xlab="Concentration (ug/ml)",
ylab="Relative Gene Quantification"
)
# different scales, but force lower limit to 0.01
overplot( RQ ~ Conc..ug.ml. | Test.Substance,
data=rtPCR,
subset=Detector=="ProbeType 7" & Conc..ug.ml. > 0,
log="xy",
f=3/4,
main="Detector=ProbeType 7",
xlab="Concentration (ug/ml)",
ylab="Relative Gene Quantification",
min.y=0.01
)