powered by
If you have a list of elements, call fromDatatoMzQC.
fromDatatoMzQCobj(mzqc_class, data, context = NULL)
Prototype of the class to convert 'data' into
A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()'
A trace through the mzQC object tree to aid users in case of errors
data = MzQCcvParameter$new("acc", "myName", "value") data_recovered = fromDatatoMzQCobj(MzQCcvParameter, jsonlite::fromJSON(jsonlite::toJSON(data))) data_recovered
Run the code above in your browser using DataLab