vianu
Vianu is a Python package designed for developers working in the life sciences and healthcare sectors. It provides access to a variety of tools and workflows, allowing users to quickly build, validate, and deploy data-driven applications.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Repository
Vianu is a Python package designed for developers working in the life sciences and healthcare sectors. It provides access to a variety of tools and workflows, allowing users to quickly build, validate, and deploy data-driven applications.
Basic Info
- Host: GitHub
- Owner: open-vianu
- License: mit
- Language: Python
- Default Branch: master
- Size: 6.38 MB
Statistics
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 24
- Releases: 0
Metadata Files
README.md
vianu
Together we are building an Open Source Community for Life Sciences.
Vianu is a Python package designed for developers working in the life sciences and healthcare sectors. It provides access to a variety of tools and workflows, allowing users to quickly build, validate, and deploy data-driven applications.
Available Tools
- Lasa: A tool for phonetic comparison of novel drug names with authorized ones from different locations.
- FraudCrawler: A data ingestion and transformation pipeline for real-world healthcare data.
- SpoCK: A tool to search public websites for spotting adverse drug reactions
- DrugSafetyCompare: A tool to search for published drug labels and compare their safety profiles. See in action
Installation
To install Vianu, use the following command:
bash
pip install vianu
Alternatively, you can install vianu from source:
bash
git clone https://github.com/smc40/vianu.git
cd vianu
poetry install
poetry shell
Usage
Lasa
TBD
Launch a Demo App
Launch a Demo Pipeline
bash
cd vianu/lasa
poetry install
poetry shell
python -m vianu.tools.tici.launch_demo_pipeline
FraudCrawler
Launch a Demo App
bash
python vianu/fraudcrawler/launch_demo_app.py
Launch a Demo Pipeline
bash
python -m vianu.fraudcrawler.launch_demo_pipeline
DrugSafetyCompare
DrugSafetyCompare is a tool designed to help users search for drugs, retrieve product information from Germany and Switzerland, extract adverse events, and compare side effects using SOC (System Organ Class) classification. Leveraging OpenAI's GPT-4 and interactive visualization tools, DrugSafetyCompare provides a comprehensive overview of drug safety profiles.
Launch a Demo App
To lauch the demo app do the following:
bash
poetry install
poetry shell
python vianu/tools/drugsafetycompare/launch_demo_app_count.py
Or simply launch the starter-script:
```bash
vianudrugsafetycompareapp
```
Launch a Demo Pipeline
bash
poetry install
poetry shell
python -m vianu.drugsafetycompare.launch_demo_pipeline
SpoCK
Launch a Demo App
bash
python vianu/spock/launch_demo_app.py
Launch a Demo Pipeline
bash
python -m vianu.spock.launch_demo_pipeline
Run tests
To run all tests with a covarage report run:
bash
pytest --cov-report=html tests/tests-*/* -s
Contributing
We welcome contributions from the community! Please read the CONTRIBUTING.md for guidelines on how to get started.
Code of Conduct
We strive to create a welcoming environment for everyone. Please read our Code of Conduct for more details.
License
This project is licensed under the MIT License.
Feedback and Support
For any issues or feature requests, please use the GitHub Issues page.
Acknowledgments
We thank all contributors and the broader open-source community for their support and feedback.
Owner
- Name: vianu
- Login: open-vianu
- Kind: organization
- Email: hello@vianu.org
- Location: Switzerland
- Website: vianu.org
- Repositories: 1
- Profile: https://github.com/open-vianu
Together we are building an Open Source Community for Life Sciences.
Citation (citation.cff)
cff-version: 1.2.0
title: 'Vianu'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Nicolas
family-names: Perez Gonzalez
- given-names: Alexander
family-names: Horst
repository-code: 'https://github.com/smc40/vianu'
abstract: "Vianu enables developers to access tools applicable to life sciences and healthcare."
keywords:
- healthcare
- goverment
- pytorch
- tensorflow
license: unclear
version: 0.0.0
GitHub Events
Total
- Issues event: 39
- Watch event: 12
- Delete event: 28
- Issue comment event: 17
- Push event: 181
- Pull request review comment event: 50
- Pull request review event: 68
- Pull request event: 53
- Create event: 41
Last Year
- Issues event: 39
- Watch event: 12
- Delete event: 28
- Issue comment event: 17
- Push event: 181
- Pull request review comment event: 50
- Pull request review event: 68
- Pull request event: 53
- Create event: 41
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 17
- Total pull requests: 23
- Average time to close issues: about 1 month
- Average time to close pull requests: 12 days
- Total issue authors: 3
- Total pull request authors: 4
- Average comments per issue: 0.06
- Average comments per pull request: 0.04
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 17
- Pull requests: 23
- Average time to close issues: about 1 month
- Average time to close pull requests: 12 days
- Issue authors: 3
- Pull request authors: 4
- Average comments per issue: 0.06
- Average comments per pull request: 0.04
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- nicoapg (14)
- alho94 (8)
- jaegglic (4)
Pull Request Authors
- jaegglic (14)
- alho94 (7)
- nicoapg (6)
- chriguBERTO (3)