Metadata-Version: |
2.1 |
Name: |
SingleCellExperiment |
Version: |
0.4.7 |
Summary: |
Container class for single-cell experiments |
Author: |
jkanche |
Author-Email: |
jayaram.kancherla[at]gmail.com |
Home-Page: |
https://github.com/BiocPy/SingleCellExperiment |
Project-Url: |
Documentation, https://github.com/BiocPy/SingleCellExperiment |
License: |
MIT |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Programming Language :: Python |
Platform: |
any |
Requires-Python: |
>=3.8 |
Requires-Dist: |
summarizedexperiment (>=0.4.5) |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
h5py; extra == "optional" |
Requires-Dist: |
delayedarray; extra == "optional" |
Requires-Dist: |
hdf5array; extra == "optional" |
Requires-Dist: |
anndata (==0.9.2); python_version <= "3.9" and extra == "optional" |
Requires-Dist: |
mudata (==0.2.3); python_version <= "3.9" and extra == "optional" |
Requires-Dist: |
numpy (==1.24.4); python_version <= "3.9" and extra == "optional" |
Requires-Dist: |
anndata (>0.9.2); python_version > "3.9" and extra == "optional" |
Requires-Dist: |
mudata (>0.2.3); python_version > "3.9" and extra == "optional" |
Requires-Dist: |
numpy (>1.24.4); python_version > "3.9" and extra == "optional" |
Requires-Dist: |
setuptools; extra == "testing" |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
pytest-cov; extra == "testing" |
Requires-Dist: |
h5py; extra == "testing" |
Requires-Dist: |
delayedarray; extra == "testing" |
Requires-Dist: |
hdf5array; extra == "testing" |
Requires-Dist: |
anndata (==0.9.2); python_version <= "3.9" and extra == "testing" |
Requires-Dist: |
mudata (==0.2.3); python_version <= "3.9" and extra == "testing" |
Requires-Dist: |
numpy (==1.24.4); python_version <= "3.9" and extra == "testing" |
Requires-Dist: |
anndata (>0.9.2); python_version > "3.9" and extra == "testing" |
Requires-Dist: |
mudata (>0.2.3); python_version > "3.9" and extra == "testing" |
Requires-Dist: |
numpy (>1.24.4); python_version > "3.9" and extra == "testing" |
Provides-Extra: |
optional |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |
License-File: |
LICENSE.txt |