Skip to main content

Interface to all [BiocPy](https://github.com/BiocPy) packages

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/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BiocPy-0.2.2.tar.gz (18.7 kB view hashes)

Uploaded Source

Built Distribution

BiocPy-0.2.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page