Class Database


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2021-01-02T19:26:21.550+01:00")
    public class Database
    extends Object
    Specification of databases. (empty): The description of databases used. For cases, where a known database has not been used for identification, a userParam SHOULD be inserted to describe any identification performed e.g. de novo. If no identification has been performed at all then "no database" should be inserted followed by null. prefix: The prefix used in the “identifier” column of data tables. For the “no database” case "null" must be used. version: The database version is mandatory where identification has been performed. This may be a formal version number e.g. “1.4.1”, a date of access “2016-10-27” (ISO-8601 format) or “Unknown” if there is no suitable version that can be annotated. uri: The URI to the database. For the “no database” case, "null" must be reported.

    mzTab-M specification example(s):

    MTD     database[1]     [MIRIAM, MIR:00100079, HMDB, ]
    MTD     database[1]-prefix      hmdb
    MTD     database[1]-version     3.6
    MTD     database[1]-uri http://www.hmdb.ca/
    MTD     database[2]     [,, "de novo", ]
    MTD     database[2]-prefix      dn
    MTD     database[2]-version     Unknown
    MTD     database[2]-uri null
    MTD     database[3]     [,, "no database", null ]
    MTD     database[3]-prefix      null
    MTD     database[3]-version     Unknown
    MTD     database[3]-uri null