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).
releases
A table of PGS Catalog releases. Each release (row) is
uniquely identified by the release date (date
). Columns:
Release date.
Number of newly released Polygenic Scores.
Number of newly released PGS Performance Metrics.
Number of newly released PGS Publications.
pgs_ids
A table of released Polygenic Scores (PGS) identifiers. Columns:
Release date.
Polygenic Score (PGS) identifier. Example: "PGS000001"
.
ppm_ids
A table of the released PGS Performance Metrics identifiers. Columns:
Release date.
A PGS Performance Metrics identifier. Example: "PPM000001"
.
pgp_ids
A table of the released PGS Publication identifiers. Columns:
Release date.
PGS Publication identifier. Example: "PGP000001"
.