experimenthub¶
ExperimentHub provides an interface to access and manage data from the Bioconductor ExperimentHub service directly in Python.
It is designed to work within the BiocPy ecosystem, converting R data objects (like SingleCellExperiment or SummarizedExperiment) into their Python equivalents (e.g., SummarizedExperiment) using rds2py.
[!NOTE]
This is an experimental package. It may not work with all RDS files from ExperimentHub. Currently, this package filters ExperimentHub resources to provide access to:
File Formats:
.rdsR Classes:
SingleCellExperiment,SummarizedExperiment,RangedSummarizedExperiment,GRangesetcFiles are converted to their respective BiocPy representations or common Python formats.
Install¶
To get started, install the package from PyPI
pip install experimenthub