Class OptColumnMapping


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2021-01-02T19:25:37.430+01:00")
    public class OptColumnMapping
    extends Object
    Additional columns can be added to the end of the small molecule table. These column headers MUST start with the prefix “opt_” followed by the {identifier} of the object they reference: assay, study variable, MS run or “global” (if the value relates to all replicates). Column names MUST only contain the following characters: ‘A’-‘Z’, ‘a’-‘z’, ‘0’-‘9’, ‘’, ‘-’, ‘[’, ‘]’, and ‘:’. CV parameter accessions MAY be used for optional columns following the format: opt{identifier}_cv_{accession}_\{parameter name}. Spaces within the parameter’s name MUST be replaced by ‘_’.

    mzTab-M specification example(s):

    SMH     SML_ID  …       opt_assay[1]_my_value   …       opt_global_another_value
    SML     1       …       My value        …       some other value