Bioconductor Code: pgxRpi (original) (raw)

# pgxRpi Welcome to our R wrapper package for Progenetix REST API that leverages the capabilities of [Beacon v2](https://docs.genomebeacons.org/) specification. Please note that a stable internet connection is required for the query functionality. This package is aimed to simplify the process of accessing oncogenomic data from [Progenetix](https://progenetix.org/) database via the Beacon v2 API with some extensions (BeaconPlus). Although *pgxRpi* is designed primarily for Progenetix, it is also compatible with other resources that implement the Beacon v2 API. You can install this package using either of the following methods: ### From Github for the latest development version ```r if (!require("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("progenetix/pgxRpi") ``` ### From Bioconductor Note: this requires Bioconductor release version ≥ 3.19. We strongly recommend using the latest Bioconductor release to ensure compatibility and access to the most up-to-date features. ```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("pgxRpi") ``` For details on accessing biosample or individual information, get started from the vignette [Introduction_1_load_metadata](https://bioconductor.org/packages/devel/bioc/vignettes/pgxRpi/inst/doc/Introduction\_1\_load\_metadata.html). To access CNV variant data, get started from this vignette [Introduction_2_query_variants](https://bioconductor.org/packages/devel/bioc/vignettes/pgxRpi/inst/doc/Introduction\_2\_query\_variants.html). To access CNV frequency data, get started from this vignette [Introduction_3_access_cnv_frequency](https://bioconductor.org/packages/devel/bioc/vignettes/pgxRpi/inst/doc/Introduction\_3\_access\_cnv\_frequency.html). For processing local ".pgxseg" files, get started from this vignette [Introduction_4_process_pgxseg](https://bioconductor.org/packages/devel/bioc/vignettes/pgxRpi/inst/doc/Introduction\_4\_process\_pgxseg.html). If you encounter problems, try to reinstall the latest version. If reinstallation doesn't help, please contact us.