MzTab | R Documentation |
MzTab Class
An R6Class
generator object
metadata
Metadata
smallMoleculeSummary
list( SmallMoleculeSummary )
smallMoleculeFeature
list( SmallMoleculeFeature )
smallMoleculeEvidence
list( SmallMoleculeEvidence )
comment
list( Comment ) [optional]
new()
Create an MzTab object.
MzTab$new( metadata, smallMoleculeSummary, smallMoleculeFeature, smallMoleculeEvidence, comment = NULL, ... )
metadata
The metadata Metadata.
smallMoleculeSummary
The list( SmallMoleculeSummary ).
smallMoleculeFeature
The list( SmallMoleculeFeature ).
smallMoleculeEvidence
The list( SmallMoleculeEvidence ).
comment
The list( Comment ).
...
local optional variable arguments
toJSON()
Serialize to list object suitable for jsonlite
MzTab$toJSON()
fromJSON()
Deserialize from jsonlite list object
MzTab$fromJSON(MzTabJson)
MzTabJson
list object.
toJSONString()
Serialize to JSON string.
MzTab$toJSONString()
fromJSONString()
Deserialize from JSON string
MzTab$fromJSONString(MzTabJson)
MzTabJson
JSON string
toDataFrame()
Serialize to data frame
MzTab$toDataFrame()
fromDataFrame()
Deserialize from MzTab data frame
MzTab$fromDataFrame(MzTabDataFrame)
MzTabDataFrame
MzTab data frame
clone()
The objects of this class are cloneable with this method.
MzTab$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.