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.
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")
To load pcapkg
simply make a call to library()
as usual:
library(pcapkg)
library(help = pcapkg)