- Home
- Bioconductor 3.23
- Software Packages
- GA4GHclient (development version)
GA4GHclient
This is the development version of GA4GHclient; for the stable release version, see GA4GHclient.
A Bioconductor package for accessing GA4GH API data servers
Bioconductor version: Development (3.23)
GA4GHclient provides an easy way to access public data servers through Global Alliance for Genomics and Health (GA4GH) genomics API. It provides low-level access to GA4GH API and translates response data into Bioconductor-based class objects.
Author: Welliton Souza [aut, cre], Benilton Carvalho [ctb], Cristiane Rocha [ctb]
Maintainer: Welliton Souza <well309 at gmail.com>
citation("GA4GHclient")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GA4GHclient")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("GA4GHclient")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.