MzQCinputFile | R Documentation |
An inputfile within metadata for a run/setQuality
An inputfile within metadata for a run/setQuality
name
The name MUST uniquely match to a location (specified below) listed in the mzQC file.
location
Unique file location, REQUIRED to be specified as a URI. The file URI is RECOMMENDED to be publicly accessible.
fileFormat
An MzQCcvParameter with 'accession' and 'name'.
fileProperties
An array of MzQCcvParameter, usually with 'accession', 'name' and 'value'. Recommended are at least two entries: a) Completion time of the input file (MS:1000747) and b) Checksum of the input file (any child of: MS:1000561 ! data file checksum type).
new()
Constructor
MzQCinputFile$new( name = NA_character_, location = NA_character_, fileFormat = MzQCcvParameter$new(), fileProperties = list() )
name
String value for initialization of field name
location
String value for initialization of field location
fileFormat
Optional MzQCcvParameter value for initialization of field fileFormat
fileProperties
Optional list value for initialization of field fileProperties
isValid()
Verifies validity of the object
MzQCinputFile$isValid(context = "MzQCinputFile")
context
Optional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()
Creates JSON file from this object.
MzQCinputFile$toJSON(...)
...
Optional parameters for jsonlite:::asJSON()
fromData()
Sets data for this object from plain named lists of R objects
MzQCinputFile$fromData(data, context = "MzQCinputFile")
data
A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()'
context
Optional string describing location in mzQC structure that is used for more informative warning texts.
clone()
The objects of this class are cloneable with this method.
MzQCinputFile$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.