Probes-class {splicegear} | R Documentation |
Information about a set of probes
Objects can be created by calls of the form new("Probes", pos)
or new("Probes", pos, info)
.
The object are primarily storing the location of the probe on a
matching sequence sequence. Optional information can be stored
in the slot info
(a data.frame
).
pos
:"matrix"
. It expects one
row per probe. The first column should give the start position
while the second column should give the end positioninfo
:"data.frame"
. Optional
information one wishes to carry around can be stored here.signature(.Object = "Probes")
: ... signature(object)
: show minimal informationsignature(x = "Probes", y = "missing")
: plot the
position of the probes. (see plot.Probes
) signature(x = "Probes", y = "SpliceSites")
: plot
the positions of the probes and the positions of the splice sites
SpliceSites-class
, SpliceExprSet-class
,
data(probes) plot(probes)