https://github.com/bayer-group/genie-parser
Python package for processing AACR GENIE data
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
Repository
Python package for processing AACR GENIE data
Basic Info
- Host: GitHub
- Owner: Bayer-Group
- License: bsd-3-clause
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://bayer-group.github.io/genie-parser/
- Size: 9.08 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Website: https://bayer.com/
- Repositories: 98
- Profile: https://github.com/Bayer-Group
Science for a better life
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | 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
- 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