Bioc2026 Registration Open!

Rega

R Interface to European Genome-Phenome Archive

Bioconductor version: 3.23 · Package version: 1.0.2

The European Genome-phenome Archive (EGA) provides long-term storage and controlled sharing of personally identifiable genetic data. The Rega package offers a streamlined and extensible R interface to the EGA API, facilitating the programmatic upload of metadata. GEO-like Excel submission template is provided as a default method of organizing submission metadata.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Rega")

Details

MaintainerIgor Cervenka <igor.cervenka@unibas.ch>
AuthorIgor Cervenka [aut, cre] (ORCID: <https://orcid.org/0000-0002-9438-5161>), Athimed El Taher [aut] (ORCID: <https://orcid.org/0000-0003-2424-8476>), Robert Ivanek [aut] (ORCID: <https://orcid.org/0000-0002-8403-056X>)
LicenseArtistic-2.0
URLhttps://github.com/ivanek/Rega
Bug Reportshttps://github.com/ivanek/Rega/issues
Downloads rank44
Source branchRELEASE_3_23
biocViewsInfrastructure, Software, ThirdPartyClient

Documentation

Download

Dependencies

Depends: R (>= 4.5)

Imports: askpass, httr2, jsonlite, jsonvalidate, keyring, readxl, rlang, stringr, tibble, tidyr, validate, yaml

Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0)