Package: corral 1.23.0

Lauren Hsu

corral: Correspondence Analysis for Single Cell Data

Correspondence analysis (CA) is a matrix factorization method, and is similar to principal components analysis (PCA). Whereas PCA is designed for application to continuous, approximately normally distributed data, CA is appropriate for non-negative, count-based data that are in the same additive scale. The corral package implements CA for dimensionality reduction of a single matrix of single-cell data, as well as a multi-table adaptation of CA that leverages data-optimized scaling to align data generated from different sequencing platforms by projecting into a shared latent space. corral utilizes sparse matrices and a fast implementation of SVD, and can be called directly on Bioconductor objects (e.g., SingleCellExperiment) for easy pipeline integration. The package also includes additional options, including variations of CA to address overdispersion in count data (e.g., Freeman-Tukey chi-squared residual), as well as the option to apply CA-style processing to continuous data (e.g., proteomic TOF intensities) with the Hellinger distance adaptation of CA.

Authors:Lauren Hsu [aut, cre], Aedin Culhane [aut]

corral_1.23.0.tar.gz
corral_1.23.0.zip(r-4.7)corral_1.23.0.zip(r-4.6)corral_1.23.0.zip(r-4.5)
corral_1.23.0.tgz(r-4.6-any)corral_1.23.0.tgz(r-4.5-any)
corral_1.23.0.tar.gz(r-4.7-any)corral_1.23.0.tar.gz(r-4.6-any)
corral_1.23.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
corral/json (API)

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

On BioConductor:corral-1.23.0(bioc 3.24)corral-1.22.0(bioc 3.23)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

batcheffectdimensionreductiongeneexpressionpreprocessingprincipalcomponentsequencingsinglecellsoftwarevisualization

4.73 score 27 scripts 25 exports 62 dependencies

Last updated from:757a1c2e81. Checks:1 WARNING, 7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksWARNING202
linux-devel-x86_64NOTE399
source / vignettesOK662
linux-release-x86_64NOTE432
macos-release-arm64NOTE348
macos-oldrel-arm64NOTE203
windows-develNOTE421
windows-releaseNOTE499
windows-oldrelNOTE430
wasm-releaseOK210

Exports:add_embeddings2scelistall_arebiplot_corralcompsvdcorralcorral_matcorral_preproccorral_scecorralmcorralm_matlistcorralm_sceearthmover_distget_pct_var_exp_svdget_weightslist2matna2zeropairwise_rvplot_embeddingplot_embedding_scervscal_varscal_var_matsce2matlisttrim_matdistvar_stabilize

Dependencies:abindBiobaseBiocBaseUtilsBiocGenericsclicolorspacecpp11data.tableDelayedArraydichromatdplyrfarvergenericsGenomicRangesggplot2ggthemesgluegridExtragtableIRangesirlbaisobandlabelinglatticelifecyclemagrittrmapprojmapsMatrixMatrixGenericsmatrixStatsMultiAssayExperimentpalspillarpkgconfigplyrpurrrR6RColorBrewerRcppRcppEigenreshape2rlangS4ArraysS4VectorsS7scalesSeqinfoSingleCellExperimentSparseArraystringistringrSummarizedExperimenttibbletidyrtidyselecttransportutf8vctrsviridisLitewithrXVector

Dimension reduction of single cell data with corral
Introduction | Loading packages and data | corral on r Biocpkg('SingleCellExperiment') | corral on matrix | Updates to CA to address overdispersion | Changing the residual type (rtype) | Variance stabilization before CA (vst_mth) | Power deflation (powdef_alpha) | Trimming extreme values (smooth mode) | Visualizing links between features and sub-populations with biplots | Session information | References

Last update: 2023-02-09
Started: 2020-05-04

Alignment & batch integration of single cell data with corralm
Introduction | Loading packages and data | corralm on a single r Biocpkg('SingleCellExperiment') | corralm on a list of matrices | Scaled variance plots to evaluate integration | Session information | References

Last update: 2021-11-09
Started: 2020-05-04