Multimodal Datasets in MuData format
Project description
Multimodal Datasets
mudatasets
provides some public datasets with multimodal data, primarily focusing on multimodal omics datasets.
MuData library | MuData documentation
Installation
# Stable, with muon
pip install "mudatasets[muon]"
# Dev
pip install git+https://github.com/gtca/mudatasets
pip install git+https://github.com/gtca/muon
Getting started
import mudatasets as mds
Find available datasets
mds.list_datasets()
Load a dataset
mdata = mds.load("pbmc3k_multiome")
print(mdata)
Some common attributes for .load()
are:
data_dir=
for location to save the dataset (~/mudatasets/
by default)with_info=True
for also returning the second argument with dataset description as a dictionary (False
by default)backed=True
for reading data in a backed format, only for.h5mu
and.h5ad
files (True
by default)files=
for downloading specific files from the datasetfull=True
for downloading all the files defined for the dataset (False
by default)
Get dataset info
mds.info("pbmc3k_multiome")
List dataset file names
mds.list_files("pbmc3k_multiome")
Webpage with all the files
mds.serve_webpage(port=8000)
This command will launch a server providing a simple (temporarily created) HTML page at http://localhost:8000 with files across all of the datasets listed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mudatasets-0.0.1.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file mudatasets-0.0.1.tar.gz
.
File metadata
- Download URL: mudatasets-0.0.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de0b912a75bfcf3ebafd9da2ce2099a6bbb7a7e27b770e9b1d90c85c6e1c9b5d |
|
MD5 | 99ae98cd6b310ccfd1ae88a9d29274f3 |
|
BLAKE2b-256 | 9cfc131de22bd1fbc9a53f06d41b3644a84f172ba55c00d3db89f9a01850348a |
File details
Details for the file mudatasets-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: mudatasets-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73da06232dd126bec13f6850831ccfc9635e92a585f417675197ff5310fd18cc |
|
MD5 | 1004b525e97382b617bcaa3068a3d100 |
|
BLAKE2b-256 | a1f941ebc2b4de7c5c6c2c1fec1debf9a15977b21e54722f61a82b6320b00108 |