| MzQCinputFile | R Documentation |
An inputfile within metadata for a run/setQuality
An inputfile within metadata for a run/setQuality
nameThe name MUST uniquely match to a location (specified below) listed in the mzQC file.
locationUnique file location, REQUIRED to be specified as a URI. The file URI is RECOMMENDED to be publicly accessible.
fileFormatAn MzQCcvParameter with 'accession' and 'name'.
filePropertiesAn 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() )
nameString value for initialization of field name
locationString value for initialization of field location
fileFormatOptional MzQCcvParameter value for initialization of field fileFormat
filePropertiesOptional list value for initialization of field fileProperties
isValid()Verifies validity of the object
MzQCinputFile$isValid(context = "MzQCinputFile")
contextOptional 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")
dataA datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()'
contextOptional 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.