Caliblist-class {mscalib}R Documentation

Class "Caliblist"

Description

Container class for objects of type Calibstat-class

Objects from the Class

The objects of Caliblist child classes are created by the call to e.g. getintcalib-methods,getprecalib-methods

Slots

.Data:
Object of class "list" list containing object of class Calibstat-class
info:
Object of class "character" – identifier
experiment:
Object of class "character"
project:
Object of class "character"
uniq:
Object of class "logical" – if true each list element must be unique
content:
Object of class "character" – type of class stored
names:
Object of class "character"

Extends

Class "Mlist", directly. Class "List", by class "Mlist". Class "list", by class "Mlist", with explicit coerce. Class "vector", by class "Mlist", with explicit coerce.

Methods

[
signature(x = "Caliblist"): ...
[[<-
signature(x = "Caliblist"): ...
coerce
signature(from = "Caliblist", to = "matrix"): ...
coerce
signature(from = "Caliblist", to = "data.frame"): ...
show
signature(object = "Caliblist"): ...
summary
signature(object = "Caliblist"): ...

Note

Author(s)

References

See Also

Superclass of classes like Calibprelist-class,Calibintlist-class

Examples

##---- Should be DIRECTLY executable !! ----

[Package mscalib version 1.0.1 Index]