Calibintlist-class {mscalib}R Documentation

Class "Calibintlist"

Description

The Calibintlist stores objects of class Calibintstat. It provides methods to calibrate the Massvectorlist

Objects from the Class

An object of this class is obtained by calling the function getintcalib-methods

Slots

.Data:
Object of class "list" The list of Calibintstat-class objects
ppm:
Object of class "logical": TRUE – If the mass measurement was measured in parts per million (ppm)
info:
Object of class "character" identifier
experiment:
Object of class "character" experiment description (optional)
project:
Object of class "character" (optional)
uniq:
Object of class "logical": TRUE – If matching of calibration masses was accompanied by computing the noncrossing matching.
content:
Object of class "character" = "Calibintstat"
names:
Object of class "character" Obligatory names slot

Extends

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

Methods

applycalib
signature(obx = "Massvectorlist", oby = "Calibintlist"): ...
coerce<-
signature(from = "Calibintlist", to = "data.frame"): ...
coerce
signature(from = "Calibintlist", to = "data.frame"): ...

Note

Author(s)

W.Wolski

References

~put references to the literature/web site here ~

See Also

Calibintstat-class for links to other classes

Examples

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

[Package mscalib version 1.0.1 Index]