KarrLab/datanator

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Documentation](https://readthedocs.org/projects/datanator/badge/?version=latest)](http://docs.karrlab.org/datanator)
[![Test results](https://circleci.com/gh/KarrLab/datanator.svg?style=shield)](https://circleci.com/gh/KarrLab/datanator)
[![Test coverage](https://coveralls.io/repos/github/KarrLab/datanator/badge.svg)](https://coveralls.io/github/KarrLab/datanator)
[![Code analysis](https://api.codeclimate.com/v1/badges/e9b796130e29aee4672f/maintainability)](https://codeclimate.com/github/KarrLab/datanator)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

# Datanator: Toolkit for discovering and aggregating data for whole-cell modeling

## Contents
* [Overview](#overview)
* [Installation instructions and documentation](#installation-instructions-and-documentation)
* [Testing Datanator](#testing-datanator)
* [License](#license)
* [Development team](#development-team)
* [Questions and comments](#questions-and-comments)

## Overview
Extensive data is needed to build comprehensive predictive models of cells. Although the literature and public repositories contain extensive data about cells, this data is hard to utilize for modeling because it is scattered across a large number of sources; because it is described with inconsistent identifiers, units, and data models; and because there are few tools for finding relevant data for modeling specific species and environmental conditions. 

Datanator is a software tool for discovering, aggregating, and integrating the data needed for modeling cells. This includes metabolite, RNA, and protein abundances; protein complex compositions; transcription factor binding motifs; and kinetic parameters. Datanator is particularly useful for building large models, such as whole-cell models, that require large amounts of data to constrain large numbers of parameters.

This package contains the source code for Datanator. The data aggregated with Datanator is available at [https://www.datanator.info](https://www.datanator.info). The data is also available for download as MongoDB snapshot from [Zenodo](https://doi.org/10.5281/zenodo.3971048).

## Installation instructions and documentation
Please see the [documentation](http://docs.karrlab.org/datanator) for installation instructions, user instructions, and code documentation. 

Note, Datanator only supports Python 3. 

If one needs to use the datanator database hosted by Karr Lab, one will need `karr_lab_build_config` repository saved
as `.wc` in the user home directory.


## Testing Datanator
To ensure Datanator works properly, we have developed extensive units tests of every aspect of `datanator`. We recommend using `pytest` to run these tests as follows:

```
python3 -m pytest tests
```

## License
We aim to provide data and tools for working with this data with no additional restrictions beyond those imposed by the third-party data sources and software libraries used to construct Datanator.

The content of the Datanator database is a compilation of data curated by the Datanator Team and data aggregated from third-party databases. The copyrightable content curated by the Datanator Team is released under the Creative Commons 1.0 Universal (CC0) [License](LICENSE-DATA). The content from third-party databases is available under the licenses summarized [here](LICENSE-THIRD-PATRY-DATA).

The structure of the database is released under the CC0 [License](LICENSE-DATABASE-STRUCTURE). This software is released open-source under the MIT [License](LICENSE).

## Development team
The model was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York, US.

* Yosef Roth
* Zhouyang Lian
* Saahith Pochiraju
* Balazs Szigeti
* Jonathan Karr

## Questions and comments
Please contact the [Karr Lab](https://www.karrlab.org) with any questions or comments.