otargen
is an open-source R package for easy data retrieval and analysis from Open Targets Genetics. It simplifies the analysis of human genetic evidence for gene-trait/disease associations within the R environment, enhancing your research with advanced data handling and visualization tools.
📢 otargen 1.1.5
In this new release, several frequently requested query functions from Open Targets' GraphQL API have been added to expand the package's functionality in accessing key data for drug target evaluation. Additionally, multiple technical bugs have been fixed to improve the efficiency of data retrieval from previous query functions. The newly added query functions include:
chemblQuery()
: Queries the Open Targets GraphQL API to retrieve ChEMBL data for a specified gene and disease, including evidence from the ChEMBL datasource.
clinvarQuery()
: Queries the Open Targets GraphQL API to retrieve ClinVar data for a specified gene and disease, including evidence from the NCBI datasource.
knownDrugsQuery()
: Queries the Open Targets GraphQL API to retrieve known drug data for a specified gene.
mousePhenotypesQuery()
: Queries the Open Targets GraphQL API to retrieve mouse phenotypes data for a specified gene.
compGenomicsQuery()
: Queries the Open Targets GraphQL API to retrieve comparative genomics data for a specified gene.
Get started with otargen
from CRAN:
install.packages("otargen")
Or install the latest development version from GitHub:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("https://github.com/amirfeizi/otargen.git")
Please cite otargen
if you use it in your research 🙏. Bioinformatics.
📢 otargenpy
is available for Python users 🐍
Install via pip: pip install otargenpy
Check out the repository here: otargenpy on GitHub. otargenpy
has all the capabilities of otargen
. We encourage you to try it out and provide us with feedback!
🚀 Effortless Data Retrieval: Easily access and transform complex GraphQL queries.
📈 Insightful Visualizations: Clearly visualize complex datasets with intuitive plots.
📖 Comprehensive Documentation: Well-documented functions for easy integration.
👨💻 Regular Updates: Stay updated with new features and improvements.
Join the otargen
community on GitHub and contribute to its growth. We welcome bug reports, feature suggestions, and code contributions.