gseabase: infrastructure for gene-set associations ================================================== The module reflects the content of the R/Bioconductor package *GSEABase*. It defines Python-level classes for the R/S4 classes, and gives otherwise access to R-level commands the usual :mod:`rpy2:robjects` way. >>> import bioc.gseabase XML description can be downloaded from the Broad Institute (http://www.broad.mit.edu/gsea/downloads.jsp) >>> import from >>> bioc.gseabase.__rpackage__.getBroadSets("") The class inheritance diagram is useful for having an overview of how (biological) strings are modelled. .. inheritance-diagram:: bioc.gseabase :parts: 1 .. automodule:: bioc.gseabase :members: :undoc-members: