/**
 * Forum API
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 2.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface Mesh
 */
export interface Mesh {
    /**
     * this label\'s id
     * @type {string}
     * @memberof Mesh
     */
    'id'?: string;
    /**
     * this label\'s CHEBI id
     * @type {string}
     * @memberof Mesh
     */
    'CHEBI'?: string;
    /**
     * this label\'s CHEMONT id
     * @type {string}
     * @memberof Mesh
     */
    'CHEMONT'?: string;
    /**
     * this label\'s CID id
     * @type {string}
     * @memberof Mesh
     */
    'CID'?: string;
    /**
     * this label\'s MESH id
     * @type {string}
     * @memberof Mesh
     */
    'MESH'?: string;
    /**
     * this label\'s COOC id
     * @type {string}
     * @memberof Mesh
     */
    'COOC'?: string;
    /**
     * this label\'s TOTAL_PMID_CHEMONT nb
     * @type {string}
     * @memberof Mesh
     */
    'TOTAL_PMID_CHEMONT'?: string;
    /**
     * this label\'s TOTAL_PMID_CID nb
     * @type {string}
     * @memberof Mesh
     */
    'TOTAL_PMID_CID'?: string;
    /**
     * this label\'s TOTAL_PMID_MESH nb
     * @type {string}
     * @memberof Mesh
     */
    'TOTAL_PMID_MESH'?: string;
    /**
     * this label\'s TOTAL_PMID nb
     * @type {string}
     * @memberof Mesh
     */
    'TOTAL_PMID'?: string;
    /**
     * this label\'s TOTAL_PMID_CHEBI nb
     * @type {string}
     * @memberof Mesh
     */
    'TOTAL_PMID_CHEBI'?: string;
    /**
     * this label\'s odds_ratio
     * @type {string}
     * @memberof Mesh
     */
    'odds_ratio'?: string;
    /**
     * this label\'s fold_change
     * @type {string}
     * @memberof Mesh
     */
    'fold_change'?: string;
    /**
     * this label\'s chisq_stat
     * @type {string}
     * @memberof Mesh
     */
    'chisq_stat'?: string;
    /**
     * this label\'s q_value
     * @type {string}
     * @memberof Mesh
     */
    'q_value'?: string;
    /**
     * this label\'s n_weak
     * @type {string}
     * @memberof Mesh
     */
    'n_weak'?: string;
    /**
     * this label\'s nameMesh
     * @type {string}
     * @memberof Mesh
     */
    'nameMesh'?: string;
    /**
     * this label\'s namePubchem
     * @type {string}
     * @memberof Mesh
     */
    'namePubchem'?: string;
    /**
     * this label\'s nameChemont
     * @type {string}
     * @memberof Mesh
     */
    'nameChemont'?: string;
    /**
     * this label\'s nameChebi
     * @type {string}
     * @memberof Mesh
     */
    'nameChebi'?: string;
    /**
     * this label\'s tree_root
     * @type {string}
     * @memberof Mesh
     */
    'tree_root'?: string;
    /**
     * this label\'s tree_concat
     * @type {string}
     * @memberof Mesh
     */
    'tree_concat'?: string;
}
