- Home
- Bioconductor 3.23
- Software Packages
- MuData (development version)
MuData
This is the development version of MuData; for the stable release version, see MuData.
Serialization for MultiAssayExperiment Objects
Bioconductor version: Development (3.23)
Save MultiAssayExperiments to h5mu files supported by muon and mudata. Muon is a Python framework for multimodal omics data analysis. It uses an HDF5-based format for data storage.
Author: Danila Bredikhin [aut] ORCID iD ORCID: 0000-0001-8089-6983 , Ilia Kats [aut, cre] ORCID iD ORCID: 0000-0001-5220-5671
Maintainer: Ilia Kats <i.kats at dkfz-heidelberg.de>
citation("MuData")):
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("MuData")
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("MuData")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.