Bioc2026 Registration Open!

PCAtools

PCAtools: Everything Principal Components Analysis

Bioconductor version: 3.23 · Package version: 2.24.0

Principal Component Analysis (PCA) is a very powerful technique that has wide applicability in data science, bioinformatics, and further afield. It was initially developed to analyse large volumes of data in order to tease out the differences/relationships between the logical entities being analysed. It extracts the fundamental structure of the data without the need to build any model to represent it. This 'summary' of the data is arrived at through a process of reduction that can transform the large number of variables into a lesser number that are uncorrelated (i.e. the 'principal components'), while at the same time being capable of easy interpretation on the original data. PCAtools provides functions for data exploration via PCA, and allows the user to generate publication-ready figures. PCA is performed via BiocSingular - users can also identify optimal number of principal components via different metrics, such as elbow method and Horn's parallel analysis, which has relevance for data reduction in single-cell RNA-seq (scRNA-seq) and high dimensional mass cytometry data.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("PCAtools")

Details

MaintainerJared Andrews <jared.andrews07@gmail.com>
AuthorKevin Blighe [aut], Jared Andrews [aut, cre] (ORCID: <https://orcid.org/0000-0002-0780-6248>), Anna-Leigh Brown [ctb], Vincent Carey [ctb], Guido Hooiveld [ctb], Aaron Lun [aut, ctb]
LicenseGPL-3
URLhttps://github.com/kevinblighe/PCAtools
System RequirementsC++17
Downloads rank1377
Source branchRELEASE_3_23
biocViewsATACSeq, GeneExpression, PrincipalComponent, RNASeq, SingleCell, Software, Transcription

Documentation

Download

Dependencies

Depends: ggplot2, ggrepel

Imports: lattice, grDevices, cowplot, methods, reshape2, stats, Matrix, DelayedMatrixStats, DelayedArray, beachmat (>= 2.21.1), BiocSingular, BiocParallel, Rcpp, dqrng

LinkingTo: Rcpp, beachmat, assorthead, BH, dqrng

Suggests: testthat, scran, BiocGenerics, knitr, Biobase, GEOquery, hgu133a.db, ggplotify, RMTstat, ggforce, concaveman, DESeq2, airway, org.Hs.eg.db, magrittr, rmarkdown, airway

Reverse dependencies

Imports Me (2): CRISPRball, regionalpcs

Suggests Me (2): RNAseqCovarImpute, scDataviz