MEB
A normalization-invariant minimum enclosing ball method to detect differentially expressed genes for RNA-seq and scRNA-seq data
Bioconductor version: 3.23 · Package version: 1.26.0
This package provides a method to identify differential expression genes in the same or different species. Given that non-DE genes have some similarities in features, a scaling-free minimum enclosing ball (SFMEB) model is built to cover those non-DE genes in feature space, then those DE genes, which are enormously different from non-DE genes, being regarded as outliers and rejected outside the ball. The method on this package is described in the article 'A minimum enclosing ball method to detect differential expression genes for RNA-seq data'. The SFMEB method is extended to the scMEB method that considering two or more potential types of cells or unknown labels scRNA-seq dataset DEGs identification.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MEB") Details
| Maintainer | Jiadi Zhu <2160090406@email.szu.edu.cn>, Yan Zhou <zhouy1016@szu.edu.cn> |
| Author | Yan Zhou, Jiadi Zhu |
| License | GPL-2 |
| Downloads rank | 287 |
| Source branch | RELEASE_3_23 |
| biocViews | Classification, DifferentialExpression, GeneExpression, Normalization, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.6.0)
Imports: e1071, edgeR, scater, stats, wrswoR, SummarizedExperiment, SingleCellExperiment