fromDatatoMzQC | R Documentation |
The plain-R representation of your mzQC objects must be wrapped in an outer list, if your mzQC object representation is already a list because upon detecting lists, this function will call 'class$fromData(element)' for every element.
fromDatatoMzQC(mzqc_class, data)
mzqc_class |
Prototype of the class to convert 'data' into |
data |
A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()' |
data = MzQCcvParameter$new("acc", "myName", "value") data_recovered = fromDatatoMzQC(MzQCcvParameter, list(jsonlite::fromJSON(jsonlite::toJSON(data)))) data_recovered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.