.. OncoPlot Extractor documentation master file, created by sphinx-quickstart on Wed Mar 2 00:37:51 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. OncoPlot Extractor =================== OncoPlot Extractor provides python3.x library to read standard oncoplots also known as mutation matrix. This library allows you to export the data extracted as pandas.DataFrame so the data can be forth modified with toolkit offered by pandas_. Two main modules that this package contains are `OncoPlotExtractor` and `OncoPlotCreator`. .. _pandas: https://github.com/pandas-dev/pandas Modules ================= oncoplot\_extractor.main module ------------------------------- .. automodule:: oncoplot_extractor.main :members: :undoc-members: :show-inheritance: oncoplot\_extractor.plotter module ---------------------------------- .. automodule:: oncoplot_extractor.plotter :members: :undoc-members: :show-inheritance: More Modules =================== * :ref:`modindex`