API reference ============= This page gives an overview of all public bioScience objects, functions and methods. All classes and functions exposed in ``bioscience.*`` namespace are public. The following subpackages are public. * ``bioscience.base``: It contains functions for the management of I/O operations, files and objects and methods that form the core of the library and are used by the rest of the library's subpackages. * ``bioscience.preprocess``: This subpackage includes the functions associated with each of the preprocessing methods implemented in bioScience. * ``bioscience.stats``: This subpackage includes the functions associated with each of the statistical methods implemented in bioScience. * ``bioscience.dataMining``: This subpackage contains all the source code for those data mining techniques that can be used in bioScience. Within each subpackage there may be various functions and methods that may be private because they are often intermediate operations of the implemented methods. .. toctree:: :maxdepth: 2 :caption: Contents: api bioscience.base --------------- .. automodule:: bioscience.base.files :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.base.models :members: :undoc-members: :show-inheritance: bioscience.preprocess --------------------- .. automodule:: bioscience.preprocess.Standard :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.preprocess.RnaSeq :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.preprocess.Binarization :members: :undoc-members: :show-inheritance: bioscience.stats --------------------- Correlation methods ^^^^^^^^^^^^^^^^^^^ .. automodule:: bioscience.stats.correlation.continuous.DistCorr :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.continuous.Median :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.continuous.Pearson :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.continuous.Quadrant :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.dichotomic.Log_odds :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.dichotomic.MCC :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.dichotomic.PBC :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.mixed.ARI :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.mixed.CC :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.mixed.MI :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.mixed.NMI :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.ordinal.HoeffdingsD :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.ordinal.Kendall :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.correlation.ordinal.Spearman :members: :undoc-members: :show-inheritance: Distance methods ^^^^^^^^^^^^^^^^^^^ .. automodule:: bioscience.stats.distance.Cosine :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.distance.Euclidean :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.distance.Jaccard :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.distance.Manhattan :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.stats.distance.WeightedJaccard :members: :undoc-members: :show-inheritance: bioscience.dataMining --------------------- Biclustering ^^^^^^^^^^^^ .. automodule:: bioscience.dataMining.biclustering.Biclustering :members: :undoc-members: :show-inheritance: .. automodule:: bioscience.dataMining.biclustering.BiBit :members: :undoc-members: :show-inheritance: