A Collection of Proteome Panels and Metadata
It aggregates protein panel data and metadata for protein quantitative trait locus (pQTL) analysis using ‘pQTLtools’ (https://jinghuazhao.github.io/pQTLtools/). The package includes data from affinity-based panels such as ‘Olink’ (https://olink.com/) and ‘SomaScan’ (https://somalogic.com/), as well as mass spectrometry-based panels from ‘CellCarta’ (https://cellcarta.com/), ‘Seer’ (https://seer.bio/) and ‘SWATH-MS’ (doi:10.15252/msb.20178126). The metadata encompasses updated annotations and publication details.
Installation
1. Install from R
# CRAN
install.packages("pQTLdata")
# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/pQTLdata")