MuData
MuData-compatible storage for bioconductor's MultiAssayExperiment
Science Score: 77.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: biorxiv.org -
✓Committers with academic emails
2 of 5 committers (40.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
MuData-compatible storage for bioconductor's MultiAssayExperiment
Basic Info
- Host: GitHub
- Owner: ilia-kats
- Language: R
- Default Branch: master
- Homepage: https://ilia-kats.github.io/MuData/
- Size: 8.58 MB
Statistics
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
README.md
MuData
Documentation | Preprint | Discord
MuData is a package that provides I/O functionality for .h5mu files and MultiAssayExperiment objects.
You can learn more about multimodal data containers in the reference mudata documentation.
Installation
MuData uses rhdf5 to access .h5mu and .h5ad files. In the meantime, the bioc-devel version of rhdf5 must be used.
rhdf5 and MuData can be installed by running
R
remotes::install_github("grimbough/rhdf5")
remotes::install_github("ilia-kats/MuData")
We use rhdf5 over hdf5r to stay compatible with the rest of the Bioconductor ecosystem.
In particular, using hdf5r would make integrating with other packages building on rhdf5, such as HDF5Array, much more difficult, if not impossible. We have implemented necessary HDF5 features that the .h5ad and consequently .h5mu formats make use of upstream, including file creation properties and object references.
Quick start
MuData provides a set of I/O operations for multimodal data.
MuData implements WriteH5MU() that saves MultiAssayExperiment objects to .h5mu files that can be further integrated into workflows in multiple programming languages, including the muon Python library and the Muon.jl Julia library. ReadH5MU() reads .h5mu files into MultiAssayExperiment objects.
Writing files
Start with an existing dataset, e.g. a MultiAssayExperiment object with five distinct modalities:
R
library(MultiAssayExperiment)
data(miniACC)
WriteH5MU() allows to save the object into a .h5mu file:
R
library(MuData)
WriteH5MU(miniACC, "miniACC.h5mu")
Reading files
R
miniACC <- ReadH5MU("miniACC.h5mu")
Relevant projects
Other R packages for multimodal I/O include:
- MuDataSeurat for Seurat objects
- SeuratDisk
Owner
- Login: ilia-kats
- Kind: user
- Repositories: 20
- Profile: https://github.com/ilia-kats
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bredikhin"
given-names: "Danila"
orcid: "https://orcid.org/0000-0001-8089-6983"
- family-names: "Kats"
given-names: "Ilia"
orcid: "https://orcid.org/0000-0001-5220-5671"
title: "muon"
version: 1.0.0
date-released: 2021-06-01
url: "https://github.com/scverse/muon"
preferred-citation:
type: article
authors:
- family-names: "Bredikhin"
given-names: "Danila"
orcid: "https://orcid.org/0000-0001-8089-6983"
- family-names: "Kats"
given-names: "Ilia"
orcid: "https://orcid.org/0000-0001-5220-5671"
- family-names: "Stegle"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0002-8818-7193"
doi: "10.1186/s13059-021-02577-8"
journal: "Genome Biology"
month: 2
title: "MUON: multimodal omics analysis framework"
year: 2022
GitHub Events
Total
- Issues event: 3
- Watch event: 2
- Issue comment event: 5
- Push event: 2
Last Year
- Issues event: 3
- Watch event: 2
- Issue comment event: 5
- Push event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ilia Kats | i****s@g****t | 68 |
| Danila Bredikhin | d****n@e****e | 61 |
| J Wokaty | j****y@s****u | 10 |
| Nitesh Turaga | n****a@g****m | 2 |
| Vito Zanotelli | v****i@k****h | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 4
- Average time to close issues: 3 months
- Average time to close pull requests: 2 months
- Total issue authors: 5
- Total pull request authors: 3
- Average comments per issue: 3.83
- Average comments per pull request: 2.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 3 months
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- votti (2)
- mt1022 (1)
- A-legac45 (1)
- multimeric (1)
- mikelove (1)
Pull Request Authors
- multimeric (2)
- votti (1)
- gtca (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 6,480 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: MuData
Serialization for MultiAssayExperiment Objects
- Homepage: https://github.com/ilia-kats/MuData
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/MuData/inst/doc/MuData.pdf
- License: GPL-3
-
Latest release: 1.12.0
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- Matrix * depends
- S4Vectors * depends
- rhdf5 >= 2.45 depends
- DelayedArray * imports
- MultiAssayExperiment * imports
- S4Vectors * imports
- SingleCellExperiment * imports
- SummarizedExperiment * imports
- methods * imports
- stats * imports
- BiocStyle * suggests
- CiteFuse * suggests
- HDF5Array * suggests
- SingleCellMultiModal * suggests
- covr * suggests
- fs * suggests
- knitr * suggests
- rmarkdown * suggests
- scater * suggests
- testthat * suggests