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
A0054019
Compound A
through
Compound H
Non
Strong
Weak / Moderate
Sample 1
- Sample 152
Rep 1
- Rep 21
Ctrl
, Neg. Ctrl
P1
- P9
, No Vehicle Ctrl
, and Pos. Ctrl
ProbeType 1
-
ProbeType 17
TBA
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 )