Bioc2026 Registration Open!

consICA

consensus Independent Component Analysis

Bioconductor version: 3.23 · Package version: 2.10.0

consICA implements a data-driven deconvolution method – consensus independent component analysis (ICA) to decompose heterogeneous omics data and extract features suitable for patient diagnostics and prognostics. The method separates biologically relevant transcriptional signals from technical effects and provides information about the cellular composition and biological processes. The implementation of parallel computing in the package ensures efficient analysis of modern multicore systems.

Installation

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

BiocManager::install("consICA")

Details

MaintainerPetr V. Nazarov <petr.nazarov@lih.lu>
AuthorPetr V. Nazarov [aut, cre] (ORCID: <https://orcid.org/0000-0003-3443-0298>), Tony Kaoma [aut] (ORCID: <https://orcid.org/0000-0002-1269-4826>), Maryna Chepeleva [aut] (ORCID: <https://orcid.org/0000-0003-3036-4916>)
LicenseMIT + file LICENSE
Bug Reportshttps://github.com/biomod-lih/consICA/issues
Downloads rank257
Source branchRELEASE_3_23
biocViewsClassification, FeatureExtraction, RNASeq, Sequencing, Software, StatisticalMethod, Technology, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 4.2.0)

Imports: fastICA (>= 1.2.1), sm, org.Hs.eg.db, GO.db, stats, SummarizedExperiment, BiocParallel, graph, ggplot2, methods, Rfast, pheatmap, survival, topGO, graphics, grDevices

Suggests: knitr, BiocStyle, rmarkdown, testthat, Seurat