Project description
BiocPy
Installs all BiocPy packages. The package itself does not provide any functionality on its own. It provides an
- easier way to install all core packages
- an interface to access the base data representations or classes
Install
Package is published to PyPI
pip install biocpy
Usage
To import any of the data classes,
from biocpy.genomicranges import GenomicRanges
from biocpy.summarizedexperiment import SummarizedExperiment
from biocpy.singlecellexperiment import SingleCellExperiment
from biocpy.multiassayexperiment import MultiAssayExperiment
gr = GenomicRange(...)
se = SummarizedExperiment(...)
sce = SingleCellExperiment(...)
mae = MultiAssayExperiment(...)
For more use cases, checkout the documentation.
Note
This project has been set up using PyScaffold 4.1.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file BiocPy-0.2.2.tar.gz
.
File metadata
-
Download URL:
BiocPy-0.2.2.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Hashes for BiocPy-0.2.2.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
8446ec67065ae3911d1db35112df73ca69b73dde04c9e9d7f6dc2fafc67b8516 |
|
MD5 |
0ec80b6c15ce4423e1ea3de44fb23eb6 |
|
BLAKE2b-256 |
cd737db3521a2bcd25ca3f34cf033e4bc6f9930ecf5973dc7efe9fb0964e7422 |
|
See more details on using hashes here.
File details
Details for the file BiocPy-0.2.2-py3-none-any.whl
.
File metadata
-
Download URL:
BiocPy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Hashes for BiocPy-0.2.2-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
c6d1ff3ce18edaf4cec3c5965754abddefd9fc9ecd5883178c1842914ceb127a |
|
MD5 |
29156b038ffc70240d659745440724c5 |
|
BLAKE2b-256 |
4d412b22301362175a82d2a11b2ad5462485c7a6bab7d09f085b66eb149ac6a2 |
|
See more details on using hashes here.