Metadata-Version: 1.0
Name: cellnopt.wrapper
Version: 1.0.3
Summary: CellNOpt R packages wrapper and utilities
Home-page: ['http://www.ebi.ac.uk/~cokelaer/cellnopt/wrapper']
Author: Thomas Cokelaer
Author-email: cokelaer@ebi.ac.uk
License: GPL
Download-URL: ['http://pypi.python.org/pypi/cellnopt.wrapper']
Description: The package **cellnopt.wrapper** provides a wrapper to the CellNOpt R packages using rpy2.
        It allows to easily access to `CellNOptR
        <http://bioconductor.org/packages/release/bioc/html/CellNOptR.html>`_ package
        via python. In addition, a python class is provided to manipulate the package in
        an object-oriented fashion. Similarly, other related R package are wrapped
        (e.g., CNORode and CNORfuzzy, coming soon on bioconductor)
        
        
        For instance, to access all CellNOptR functionalities, type::
        
            from cellnopt.wrapper import *
        
        
        For a full documentation, see the sphinx documentation in the ./doc directory.
        
        Please visit also `www.cellnopt.org <http://www.cellnopt.org>`_ for more information about CellNOpt.
        
        
Keywords: Graph Theory,Genetic Algorithm,Cell Theory,Signalling Pathways,CellNOpt,rpy2,cno
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
