iranges: base structures and functions not unlike memoryviews ============================================================= The module reflects the content of the R/Bioconductor package *IRanges*. 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:`iranges_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.iranges :parts: 1 .. automodule:: bioc.iranges :members: :undoc-members: