https://github.com/bayer-group/genie-parser

Python package for processing AACR GENIE data

https://github.com/bayer-group/genie-parser

Science Score: 13.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary

Keywords

bayer-reg-none beat-not-applicable open-source
Last synced: 9 months ago · JSON representation

Repository

Python package for processing AACR GENIE data

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
bayer-reg-none beat-not-applicable open-source
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Codeowners

README.md

Python module genie

This Python module is for working with data from the AACR genie project. Please see the docmentation at https://Bayer-Group.github.io/genie-parser/ for details.

!!! warning

If you want to contribute to this project by pushing any commits, please copy the git hooks to .git/hooks. This is not automatically done by a git clone. See the README in the git-hooks directory.

Installation of the genie package

It is recommended to create a new virtual environment with Python >= 3.9 and to install the genie package in that environment. Activate the environment and run:

sh pip install "git+https://github.com/Bayer-Group/genie-parser.git"

If you want to install a particular develpment branch, use

sh pip install "git+https://github.com/Bayer-Group/genie-parser.git@BRANCHNAME"

Owner

  • Name: Bayer Open Source
  • Login: Bayer-Group
  • Kind: organization

Science for a better life

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Henrik Seidel h****l@b****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • biopython *
  • importlib_resources *
  • natsort >=8.1.0
  • numpy >=1.22.4
  • pandas >=1.4.2
  • pyarrow *
  • scikit-learn *
  • setuptools >=60.10.0
  • statsmodels *
  • tqdm >=4.64.0