Description Slots Methods Author(s) See Also Examples
The YAQCStats
class stores the probes used for the
quality control as a special class, namely the
YaqcControlProbes
class. This class encapsulated
the probe names that are used the generate an
YAQCStats
object. Objects of this class are
created with the probeSelectionInterface
function. The
hybridization, labelling and degradation probes are encapsulated in
YaqcBioProbes
, YaqcSpkProbes
and YaqcDegProbes
objects respectively. These can be retrieved with their respective
accessors, as described below.
Furthermore, an info
function allows
to retrieve or set a free text slot to describe the
YaqcControlProbes
object.
bio
:Object of class "YaqcBioProbes"
encapsulating the 'bio' (BioB5, BioB3, BioBM, BioC5,...)
hybridization probes.
spk
:Object of class "YaqcSpkProbes"
encapsulating the labelling probes (dap5, dap3, dap3, phe5,...).
deg
:Object of class "YaqcDegProbes"
encapsulating the degradation probes used to assess the 3'/5'
ratio.
info
:Object of class "character"
providing
general information about the YaqcControlProbes
object.
signature(object = "YaqcControlProbes")
: returns
the 'bio' (BioB5, BioB3, BioBM, BioC5,...) hybridization probes of
the current object, as an YaqcBioProbes
instance.
signature(object = "YaqcBioProbes")
: returns
the 'bio' (BioB5, BioB3, BioBM, BioC5,...) hybridization probes of
the current object, as characters.
signature(object = "YaqcControlProbes")
: returns
the labelling probes (dap5, dap3, dap3, phe5,...) of the current
object, as an YaqcSpkProbes
instance.
signature(object = "YaqcSpkProbes")
: returns
the labelling probes (dap5, dap3, dap3, phe5,...) of the current
object, as characters
signature(object = "YaqcControlProbes")
: returns
the degradation probes used to assess the 3'/5'ratio, as an
YaqcDegProbes
instance.
signature(object = "YaqcDegProbes")
: returns
the degradation probes used to assess the 3'/5'ratio, as
characters.
signature(object = "YaqcControlProbes")
: returns
the inforation slot of the current object.
signature(object = "YaqcControlProbes")
: sets
the information slot of the current object.
signature(object = "YaqcControlProbes")
: shows
the current object.
Laurent Gatto
probeSelectionInterface
and
YAQCStats
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.