CellMentor
This is the development version of CellMentor; to use it, please install the devel version of Bioconductor.
Supervised Non-negative Matrix Factorization for Dimensional Reduction in Single-Cell Analysis
Bioconductor version: Development (3.23)
Implements supervised cell type-aware non-negative matrix factorization (NMF) for dimensional reduction in single-cell RNA sequencing analysis. The package provides methods for incorporating cell type information into the dimensionality reduction process, enabling improved visualization and downstream analysis of single-cell data while preserving biological structure. CellMentor employs a unique loss function that simultaneously minimizes variation within known cell populations while maximizing distinctions between different cell types, enabling effective transfer of learned patterns from labeled reference datasets to new unlabeled data.
Author: Ekaterina Petrenko [aut, cre]
Maintainer: Ekaterina Petrenko <petrenko.kate at icloud.com>
citation("CellMentor")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("CellMentor")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("CellMentor")
| Introduction to CellMentor | HTML | R Script |
| Reference Manual |
Details
| biocViews | DimensionReduction, GeneExpression, SingleCell, Software, Transcriptomics |
| Version | 0.99.0 |
| In Bioconductor since | BioC 3.23 (R-4.6) |
| License | Apache License (>= 2) |
| Depends | R (>= 4.3.0) |
| Imports | methods, Matrix, SingleR, Seurat (>= 4.0.0), utils, stats, parallel, progress, ggplot2, data.table, magrittr, graphics, RMTstat, sparsesvd, cluster, skmeans, MLmetrics, tibble, lsa, nnls, scRNAseq, SingleCellExperiment, entropy, irlba, aricode |
| System Requirements | |
| URL | https://github.com/petrenkokate/CellMentor |
| Bug Reports | https://github.com/petrenkokate/CellMentor/issues |
See More
| Suggests | testthat (>= 3.0.0), covr, withr, rmarkdown, knitr, BiocStyle, scater |
| Linking To | |
| Enhances | |
| Depends On Me | |
| Imports Me | |
| Suggests Me | |
| Links To Me | |
| Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | CellMentor_0.99.0.tar.gz |
| Windows Binary (x86_64) | |
| macOS Binary (x86_64) | |
| macOS Binary (arm64) | CellMentor_0.99.0.tgz |
| Source Repository | git clone https://git.bioconductor.org/packages/CellMentor |
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/CellMentor |
| Bioc Package Browser | https://code.bioconductor.org/browse/CellMentor/ |
| Package Short Url | https://bioconductor.org/packages/CellMentor/ |
| Package Downloads Report | Download Stats |