Description Objects from the Class Slots Methods Examples
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:Object of class "list":
each element is vector of index values
mm:Object of class "list":
each element is vector of index values
labels:Object of class "character"
chip_type:Object of class "character"
and of length 1.
probes:Object of class "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.
1 | showClass("AffyProbesMatch")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.