R package for the SFMEB and scMEB methods.
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' [1]. The SFMEB method is extended to the scMEB [2] method that considering two or more potential types of cells or unknown labels scRNA-seq dataset DEGs identification.
You can install MEB from Bioconductor by running:
install.packages("BiocManager")
BiocManager::install("MEB")
You can also install the latest version of the package through devtools
in R:
library("devtools")
devtools::install_github("FocusPaka/MEB")
Please refer to the vignetee for detailed function instructions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.