
graphics::image
) for each sample.## S3 method for class 'FeatureSet':
image(x, which, transfo=log2, ...)## S3 method for class 'PLMset':
image(x, which=0,
type=c("weights","resids", "pos.resids","neg.resids","sign.resids"),
use.log=TRUE, add.legend=FALSE, standardize=FALSE,
col=NULL, main, ...)
FeatureSet
objectimage
if(require(oligoData) & require(pd.hg18.60mer.expr)){
data(nimbleExpressionFS)
par(mfrow=c(1, 2))
image(nimbleExpressionFS, which=4)
## fit <- fitPLM(nimbleExpressionFS)
## image(fit, which=4)
plot(1) ## while fixing fitPLM TODO
}
Run the code above in your browser using DataLab