Skip to content
/ emmaa Public
forked from gyorilab/emmaa

Ecosystem of Machine-maintained Models with Automated Analysis

License

Notifications You must be signed in to change notification settings

bgyori/emmaa

This branch is 111 commits behind gyorilab/emmaa:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81d4117 · Jan 21, 2022
Jun 16, 2021
Jan 19, 2022
Jan 21, 2022
Jan 12, 2022
Jun 28, 2021
May 1, 2019
Jul 8, 2021
Jun 8, 2021
Jun 25, 2021
Nov 22, 2018
Apr 1, 2019
Jul 1, 2020
Dec 4, 2018
Sep 7, 2021

Repository files navigation

EMMAA

EMMAA is an Ecosystem of Machine-maintained Models with Automated Analysis. The primary way users can interact with EMMAA is by using the EMMAA Dashboard which can be accessed here.

Documentation

For a detailed documentation of EMMA, visit http://emmaa.readthedocs.io. The documentation contains three main sections:

Concept

The main idea behind EMMAA is to create a set of computational models that are kept up-to-date using automated machine reading, knowledge-assembly, and model generation. Each model starts with a prior network of relevant concepts connected through a set of known mechanisms. This set of mechanisms is then extended by reading literature or other sources of information each day, determining how new information relates to the existing model, and then updating the model with the new information.

Models are also available for automated analysis in which relevant queries that fall within the scope of each model can be automatically mapped to structural and dynamical analysis procedures on the model. This allows recognizing and reporting changes to the model that result in meaningful changes to analysis results.

Applications

The primary application area of EMMAA is the molecular biology of cancer, however, it can be applied to other domains that the INDRA system and the reading systems integrated with INDRA can handle.

Installation

Users primarily interact with EMMAA via the Dashboard, for which no dependencies need to be installed.

To set up programmatic access to EMMAA's features locally, do the following:

git clone https://github.com/indralab/emmaa.git
cd emmaa
pip install git+https://github.com/sorgerlab/indra.git
pip install git+https://github.com/indralab/indra_db.git
pip install -e .

A Dockerized version of EMMAA is available at https://hub.docker.com/r/labsyspharm/emmaa, which can be obtained as

docker pull labsyspharm/emmaa

Funding

The development of EMMAA is funded under the DARPA Automating Scientific Knowledge Extraction (ASKE) program under award HR00111990009.

About

Ecosystem of Machine-maintained Models with Automated Analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.3%
  • HTML 12.6%
  • Jupyter Notebook 7.0%
  • JavaScript 4.6%
  • CSS 1.1%
  • Shell 0.2%
  • Dockerfile 0.2%