Package tera

TERA : the Toxicological and Risk Assessment Knowledge Graph.

The set of APIs enables aggregation, integration and access of several data sources relevant to the toxicological and risk assessment domain.

Expand source code
# -*- coding: utf-8 -*-
__version__ = '0.2.0'
__doc__ = """
    TERA : the Toxicological and Risk Assessment Knowledge Graph. 
    
    The set of APIs enables aggregation, integration and access of several data sources relevant to the toxicological and risk assessment domain. 
"""

Sub-modules

tera.DataAccess

A set of APIs to access data created with DataAggregation and DataIntegration modules.

tera.DataAggregation

A set of classes for aggregation of TERA data sources into common formats.

tera.DataIntegration

A set of classes for aligning data aggregated with tools in DataAggregation.

tera.utils

Utilities used by other modules.