| releases-class {quincunx} | R Documentation |
An S4 class to represent a set of PGS Catalog Releases
Description
The releases object consists of four tables (slots) that combined form a
relational database of a subset of PGS Catalog releases. Each release is an
observation (row) in the releases table (first table).
Slots
releasesA table of PGS Catalog releases. Each release (row) is uniquely identified by the release date (
date). Columns:- date
Release date.
- n_pgs
Number of newly released Polygenic Scores.
- n_ppm
Number of newly released PGS Performance Metrics.
- n_pgp
Number of newly released PGS Publications.
pgs_idsA table of released Polygenic Scores (PGS) identifiers. Columns:
- date
Release date.
- pgs_id
Polygenic Score (PGS) identifier. Example:
"PGS000001".
ppm_idsA table of the released PGS Performance Metrics identifiers. Columns:
- date
Release date.
- ppm_id
A PGS Performance Metrics identifier. Example:
"PPM000001".
pgp_idsA table of the released PGS Publication identifiers. Columns:
- date
Release date.
- pgp_id
PGS Publication identifier. Example:
"PGP000001".