The slide module provides the
definition of the
slide class.
See the bottom of the page for an example of how the class can be used.
cs. The aname
and bname arguments are optional character strings, which default to 'A'
and 'B'. The optional ef argument is an extractor, with the default value
of svol.extractor. Remaining arguments are passed along to the
extractor.tf) to both channels in a slide.
Additional arguments are passed along to the transformer.ccl argument
is supplied as a list of color.coding objects, then
the scatter plot will be plotted in different colors.An object of the slide class
represents a single kind of measurement performed at all spots on both channels
of a complete slide object. Extracting the svol attributes, for
example, produces a slide. So does extracting the background. So does a
normalization procedure.
x <- f.load.cg4.file('CG01180.txt', 'demo')
s <- slide(x, ef=standard.channel)
summary(s)
plot(s)
opar <- par(mfrow=c(2,1))
image(s)
par(opar)