- Home
- Bioconductor 3.22
- Software Packages
- GA4GHclient
GA4GHclient
This is the released version of GA4GHclient; for the devel version, see GA4GHclient.
A Bioconductor package for accessing GA4GH API data servers
Bioconductor version: Release (3.22)
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.