biobase: base structures and functions for Bioconductor ======================================================= The module reflects the content of the R/Bioconductor package *Biobase*. It defines Python-level classes for the R/S4 classes, and gives otherwise access to R-level commands the usual :mod:`rpy2:robjects` way. The variable :data:`biobase_env` in the module is an :class:`rpy2.robjects.REnvironment` for the modules namespace. Accessing explicitly a module's object is then straightforward. The class inheritance diagram presents the parent-child relationships between the elements. .. inheritance-diagram:: bioc.biobase :parts: 1 .. automodule:: bioc.biobase :members: :undoc-members: