Bioc2026 Registration Open!

DaMiRseq

Data Mining for RNA-seq data: normalization, feature selection and classification

Bioconductor version: 3.23 · Package version: 2.24.0

The DaMiRseq package offers a tidy pipeline of data mining procedures to identify transcriptional biomarkers and exploit them for both binary and multi-class classification purposes. The package accepts any kind of data presented as a table of raw counts and allows including both continous and factorial variables that occur with the experimental setting. A series of functions enable the user to clean up the data by filtering genomic features and samples, to adjust data by identifying and removing the unwanted source of variation (i.e. batches and confounding factors) and to select the best predictors for modeling. Finally, a "stacking" ensemble learning technique is applied to build a robust classification model. Every step includes a checkpoint that the user may exploit to assess the effects of data management by looking at diagnostic plots, such as clustering and heatmaps, RLE boxplots, MDS or correlation plot.

Installation

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

BiocManager::install("DaMiRseq")

Details

MaintainerMattia Chiesa <mattia.chiesa@cardiologicomonzino.it>
AuthorMattia Chiesa <mattia.chiesa@cardiologicomonzino.it>, Luca Piacentini <luca.piacentini@cardiologicomonzino.it>
LicenseGPL (>= 2)
Downloads rank409
Source branchRELEASE_3_23
biocViewsClassification, ImmunoOncology, RNASeq, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 3.5.0), SummarizedExperiment, ggplot2

Imports: DESeq2, limma, EDASeq, RColorBrewer, sva, Hmisc, pheatmap, FactoMineR, corrplot, randomForest, e1071, caret, MASS, lubridate, plsVarSel, kknn, FSelector, methods, stats, utils, graphics, grDevices, reshape2, ineq, arm, pls, RSNNS, edgeR, plyr, Seqinfo

Suggests: BiocStyle, knitr, testthat

Reverse dependencies

Imports Me (1): GARS