- Home
- Bioconductor 3.23
- Software Packages
- mumosa (development version)
mumosa
This is the development version of mumosa; for the stable release version, see mumosa.
Multi-Modal Single-Cell Analysis Methods
Bioconductor version: Development (3.23)
Assorted utilities for multi-modal analyses of single-cell datasets. Includes functions to combine multiple modalities for downstream analysis, perform MNN-based batch correction across multiple modalities, and to compute correlations between assay values for different modalities.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("mumosa")):
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("mumosa")
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("mumosa")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.