Package: PCAtools 2.19.0

Kevin Blighe

PCAtools: PCAtools: Everything Principal Components Analysis

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.

Authors:Kevin Blighe [aut, cre], Anna-Leigh Brown [ctb], Vincent Carey [ctb], Guido Hooiveld [ctb], Aaron Lun [aut, ctb]

PCAtools_2.19.0.tar.gz
PCAtools_2.19.0.zip(r-4.5)PCAtools_2.19.0.zip(r-4.4)PCAtools_2.19.0.zip(r-4.3)
PCAtools_2.19.0.tgz(r-4.4-x86_64)PCAtools_2.19.0.tgz(r-4.4-arm64)PCAtools_2.19.0.tgz(r-4.3-x86_64)PCAtools_2.19.0.tgz(r-4.3-arm64)
PCAtools_2.19.0.tar.gz(r-4.5-noble)PCAtools_2.19.0.tar.gz(r-4.4-noble)
PCAtools.pdf |PCAtools.html
PCAtools/json (API)
NEWS

# Install 'PCAtools' in R:
install.packages('PCAtools', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/kevinblighe/pcatools/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:PCAtools-2.19.0(bioc 3.21)PCAtools-2.18.0(bioc 3.20)

rnaseqatacseqgeneexpressiontranscriptionsinglecellprincipalcomponentcpp

11.30 score 337 stars 3 packages 832 scripts 2.0k downloads 20 mentions 13 exports 66 dependencies

Last updated 3 months agofrom:fb5bb35d50. Checks:1 OK, 8 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKDec 29 2024
R-4.5-win-x86_64NOTEDec 31 2024
R-4.5-linux-x86_64NOTEDec 29 2024
R-4.4-win-x86_64NOTEDec 31 2024
R-4.4-mac-x86_64NOTEDec 29 2024
R-4.4-mac-aarch64NOTEDec 29 2024
R-4.3-win-x86_64NOTEDec 31 2024
R-4.3-mac-x86_64NOTEDec 29 2024
R-4.3-mac-aarch64NOTEDec 29 2024

Exports:biplotchooseGavishDonohochooseMarchenkoPastureigencorplotfindElbowPointgetComponentsgetLoadingsgetVarspairsplotparallelPCApcaplotloadingsscreeplot

Dependencies:abindassortheadbeachmatBHBiocGenericsBiocParallelBiocSingularclicodetoolscolorspacecowplotcpp11crayonDelayedArrayDelayedMatrixStatsdqrngfansifarverformatRfutile.loggerfutile.optionsgenericsggplot2ggrepelgluegtableIRangesirlbaisobandlabelinglambda.rlatticelifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmgcvmunsellnlmepillarpkgconfigplyrR6RColorBrewerRcppreshape2rlangrsvdS4ArraysS4VectorsScaledMatrixscalessitmosnowSparseArraysparseMatrixStatsstringistringrtibbleutf8vctrsviridisLitewithrXVector

PCAtools: everything Principal Component Analysis

Rendered fromPCAtools.Rmdusingknitr::rmarkdownon Dec 29 2024.

Last update: 2021-10-01
Started: 2018-12-16