SpectraRef | R Documentation |
SpectraRef Class
An R6Class
generator object
ms_run
MsRun
reference
character
new()
Create a SpectraRef
SpectraRef$new(ms_run, reference, ...)
ms_run
The ms run MsRun .
reference
The reference to a particular spectrum using the id_format defined in MsRun.
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
SpectraRef$toJSON()
fromJSON()
Deserialize from jsonlite list object
SpectraRef$fromJSON(SpectraRefJson)
SpectraRefJson
list object.
toJSONString()
Serialize to JSON string.
SpectraRef$toJSONString()
fromJSONString()
Deserialize from JSON string
SpectraRef$fromJSONString(SpectraRefJson)
SpectraRefJson
JSON string
toString()
Serialize to string
SpectraRef$toString()
fromString()
Deerialize from string
SpectraRef$fromString(SpectraRefString)
SpectraRefString
The SpectraRef string representation.
clone()
The objects of this class are cloneable with this method.
SpectraRef$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.