pharmacovigilance-literature-mining
Co-occurrence analysis in pubmed and faers of two lists of terms.
https://github.com/bmascat/pharmacovigilance-literature-mining
Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Keywords
Repository
Co-occurrence analysis in pubmed and faers of two lists of terms.
Basic Info
- Host: GitHub
- Owner: bmascat
- License: agpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://pharmacovigilance-mining.streamlit.app/
- Size: 2.04 MB
Statistics
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
readme.md
PubMed Co-occurrence and FAERS Analysis
This application performs a co-occurrence analysis on PubMed of two lists of terms. The use case of the application would be diseases (list 1) and drugs (list 2). The app also extracts the adverse effects from the list of drugs and allows an optional third list to filter out the adverse effects of interest.
Features
- Co-occurrence Analysis: The application uses PubMed data to perform a co-occurrence analysis of disease and drug terms.

Adverse Effects Extraction: In addition to the co-occurrence analysis, the application extracts adverse effects from the provided list of drugs.

Adverse Effects Filtering: An optional third list can be used to filter adverse effects of interest, enabling a more specific and personalized analysis.

Usage
Data Loading: Load the CSV files containing the lists of diseases and drugs. You can also load an additional file for the list of adverse effects, if necessary.
Analysis: Once the files are loaded, click on the "Analyze" button to start the analysis. The application will process the data and display the results of co-occurrence and adverse effects.
Results Visualization: The analysis results will be presented in the form of charts and tables, making them easy to understand and analyze.
Data Download: You can download the analysis results for further analysis or reference.
Running Locally
To run the application locally, follow these steps:
- Create a directory named
.streamlitin the root directory of the project. - Create a file named
secrets.tomlinside the.streamlitdirectory. - Add your FAERS API key to the
secrets.tomlfile with the following format:toml FAERS_API_KEY = "your_api_key_here"You can obtain your FAERS API key here.
For more information on how secrets work in Streamlit, visit this link.
Built With
- Python
- Streamlit framework
Contribution
If you find any bugs, have ideas for new features or improvements, or simply want to contribute in any way to the development of this application, feel free to open an issue or send a pull request on GitHub!
License
This project is licensed under the AGPLv3 License.
Citation
If you use this repository in your work, please cite it as follows:
Bea-Mascato, B. (2024). BreisOne/literature-mining: Literature-mining app v1.0.0 (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.10863935
Owner
- Name: Brais
- Login: bmascat
- Kind: user
- Repositories: 2
- Profile: https://github.com/bmascat
Data science, bioinformatics and software development
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: Bea-Mascato given-names: Brais orcid: https://orcid.org/0000-0003-1588-2897 date-released: '2024-03-23' doi: 10.5281/zenodo.10863935 license: - cc-by-4.0 repository-code: https://github.com/BreisOne/literature-mining/tree/v1.0.0 title: 'BreisOne/literature-mining: Literature-mining app v1.0.0' type: software version: v1.0.0
GitHub Events
Total
- Watch event: 6
- Push event: 3
Last Year
- Watch event: 6
- Push event: 3
Issues and Pull Requests
Last synced: 11 months 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
- matplotlib >=3.8.3
- pandas >=2.1.1
- pymed >=0.8.9
- requests >=2.31.0
- seaborn >=0.13.2