geoquery: querying the GEO database =================================== Example ------- .. code-block:: python import bioc.geoquery gds = bioc.geoquery.__rpackage__.getGEO("GDS12") >>> tuple(gds.meta.rx2("description")) ('Examination of two functionally distinct human bone marrow stromal cell lines, HS-27a and HS-5. Four independent RNA samples from each cell line analyzed.', 'HS-5', 'HS-27a') Docstrings ---------- The class inheritance diagram presents the parent-child relationships between the elements. .. inheritance-diagram:: bioc.geoquery :parts: 1 .. automodule:: bioc.geoquery :members: :undoc-members: