Caliblist-class {mscalib} | R Documentation |
Container class for objects of type Calibstat-class
The objects of Caliblist
child classes are created by the call to
e.g. getintcalib-methods
,getprecalib-methods
.Data
:"list"
list containing
object of class Calibstat-class
info
:"character"
– identifierexperiment
:"character"
project
:"character"
uniq
:"logical"
– if true each
list element must be uniquecontent
:"character"
– type of
class storednames
:"character"
Class "Mlist"
, directly.
Class "List"
, by class "Mlist"
.
Class "list"
, by class "Mlist", with explicit coerce.
Class "vector"
, by class "Mlist", with explicit coerce.
signature(x = "Caliblist")
: ... signature(x = "Caliblist")
: ... signature(from = "Caliblist", to = "matrix")
: ... signature(from = "Caliblist", to = "data.frame")
: ... signature(object = "Caliblist")
: ... signature(object = "Caliblist")
: ...
Superclass of classes like
Calibprelist-class
,Calibintlist-class
##---- Should be DIRECTLY executable !! ----