BiocPy#

Interface to all BiocPy Packages. The package itself does not provide any methods or functionality on its own. It provides an

  • easier way to install all the relevant packages

  • an easier interface to access the base data representations or classes

Install#

Package is published to PyPI

pip install biocpy

Usage#

To import any of the 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(...)

Contents#

Indices and tables#