AffyProbesMatch-class {altcdfenvs} | R Documentation |
Store the results of a call to matchAffyProbes
.
Objects can be created by calls of the form new("AffyProbesMatch", ...)
.
An object will store the result of matching probe sequences against target sequences.
pm
:"list"
:
each element is vector of index valuesmm
:"list"
:
each element is vector of index valueslabels
:"character"
chip_type
:"character"
and of length 1.probes
:"ANY"
:
the probetable
object used to perform the matches.
signature(x = "AffyProbesMatch", y =
"AffyProbesMatch")
: combine two instances. This is can
be useful when splitting the list of target sequences to
parallelized the job.signature(x = "AffyProbesMatch")
:Show the
instance.signature(object = "AffyProbesMatch")
:
build an Hypergraph
from the matches.showClass("AffyProbesMatch")