otargen
is an innovative and open-source R package
designed to streamline data retrieval and analysis from the renowned Open Target Genetics
portal. With otargen
, harnessing the power of Open Target
Genetics becomes effortless within the familiar R programming
environment.
Retrieve data effortlessly with a comprehensive suite of functions that cover all GraphQL query types in the Open Target Genetics schema. Say goodbye to complex queries with nested output and hello to clean, tidy data tables ready for analysis.
Use several intuitive plotting functions for multiple important and
complex outputs from otargen
βs data retrieval functions.
This allows to visualize and explore these complex data tables
effortlessly, gaining valuable insights and uncovering patterns that
matter.
Each function in otargen
comes with detailed
documentation, providing insights into the underlying GraphQL query and
the structure of the returned data. Youβll have a clear understanding of
how to use each function and how to interpret the results, making
integration with your analysis seamless and straightforward.
Open Target Genetics is continuously upgrading its data and
functionalities, and otargen
is committed to keeping up
with these changes. We strive to provide regular updates and
improvements to ensure that you always have access to the latest
features and data.
We welcome contributions from the community to enhance and expand
otargen
. Whether itβs submitting bug reports, suggesting
new features, or contributing code, your contributions are valuable and
appreciated. Please check otargen
on GitHub.
otargen
!Install otargen
from CRAN:
install.packages("otargen")
Or install the latest development version from GitHub (requires devtools package):
if (!require("devtools")) {
install.packages("devtools")
}::install_github("https://github.com/amirfeizi/otargen.git") devtools