https://github.com/cthoyt/indra-machines

Several configuration files for biomedical relation extraction with INDRA

https://github.com/cthoyt/indra-machines

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Several configuration files for biomedical relation extraction with INDRA

Basic Info
  • Host: GitHub
  • Owner: cthoyt
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 40 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 8 years ago · Last pushed about 8 years ago
Metadata Files
Readme License

README.md

INDRA Machines

This repository contains public configurations for INDRA machines that will investigate the literature around several pathologies, diseases, and conditions.

Contributing

Please submit an issue if you have an idea for a new disease area with either a list of genes or search terms for PubMed. Feel free to submit a merge request if you generate a new configuration file.

Generating A Configuration File

  1. Install INDRA with pip install indra
  2. Create a new directory and cd into it
  3. Use the CLI python -m indra.tools.machine make

Editing the Configuration File

See: http://indra.readthedocs.io/en/latest/modules/tools/index.html#module-indra.tools.machine

Example:

```yaml belief_threshold: 0.8

PUBMED SEARCH TERMS

Generic search terms

search_terms:

- "search term 1"

- "search term 2"

Gene symbol search terms

search_genes:

- AKT1

- EGFR

GMAIL CREDENTIALS

gmail:

user:

password:

TWITTER CREDENTIALS

twitter:

consumer_token:

consumer_secret:

access_token:

access_secret:

NDEX CREDENTIALS

ndex:

user:

password:

network:

```

Links

Owner

  • Name: Charles Tapley Hoyt
  • Login: cthoyt
  • Kind: user
  • Location: Bonn, Germany
  • Company: RWTH Aachen University

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 7
  • Total pull requests: 0
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cthoyt (7)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • indra *
  • ndex2 *
  • pybel *
  • requests *