Skip to content

Overview

The pcapkg package contains the general functions necessary for the unsupervised exploratory analysis of high-dimensional proteimic data using Principal Component Analysis (PCA). The primary tools in this package are dedicated to either the calculation of principal components, or the visualization of loadings and projections of those components.


Installation

It is possible to install a specific version of pcapkg

# current dev version
remotes::install_github("stufield/pcapkg")

# or a specific version
remotes::install_github("stufield/pcapkg@v0.0.1")

Usage

To load pcapkg simply make a call to library() as usual:

Help summary of the package

library(help = pcapkg)