Package: PCAtools
Type: Package
Title: PCAtools: Everything Principal Components Analysis
Version: 1.99.6
Authors@R: c(
    person("Kevin", "Blighe", role = c("aut", "cre"), email = "kevin@clinicalbioinformatics.co.uk"),
    person("Anna-Leigh", "Brown", role = c("ctb")),
    person("Myles", "Lewis", role = c("ctb")),
    person("Aaron", "Lun", role = c("aut", "ctb")))
Description: 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.
License: GPL-3
Depends: ggplot2, ggrepel, reshape2, lattice, grDevices, cowplot
Imports: methods, stats, utils, Matrix, DelayedMatrixStats,
        DelayedArray, BiocSingular, BiocParallel, Rcpp, dqrng
Suggests: testthat, scran, BiocGenerics, knitr, Biobase, GEOquery,
        biomaRt, ggplotify, beachmat
LinkingTo: Rcpp, beachmat, BH, dqrng
URL: https://github.com/kevinblighe/PCAtools
biocViews: RNASeq, GeneExpression, Transcription
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 6.1.1
git_url: https://git.bioconductor.org/packages/PCAtools
git_branch: master
git_last_commit: 4590f2f
git_last_commit_date: 2020-04-02
Date/Publication: 2020-04-07
NeedsCompilation: yes
Packaged: 2020-04-08 07:01:30 UTC; biocbuild
Author: Kevin Blighe [aut, cre],
  Anna-Leigh Brown [ctb],
  Myles Lewis [ctb],
  Aaron Lun [aut, ctb]
Maintainer: Kevin Blighe <kevin@clinicalbioinformatics.co.uk>
Built: R 4.0.0; i386-w64-mingw32; 2020-04-08 17:16:51 UTC; windows
Archs: i386, x64
