PyBioMed provides various user-friendly and highly customized APIs to calculate various features(descriptors) of biological molecules(chemicals, proteins and DNA/RNA descriptors) and complex interaction samples conveniently, which aims at building integrated analysis pipelines from data acquisition, data checking, and descriptor calculation to modeling.
- The download link https://codeload.github.com/gadsbyfly/PyBioMed/zip/refs/heads/master
PyBioMed has been successfully tested on Linux and Windows systems. After installing RDKit and pybel successfully, The author could download the PyBioMed package via GitHub.
The install process of PyBioMed is very easy:
- download the PyBioMed-1.0.zip
- extract or uncompress the PyBioMed-1.0.zip file
- cd PyBioMed-1.0
- python setup.py install
- download the PyBioMed package (.zip)
- unzip PyBioMed-1.0.zip
- cd PyBioMed-1.0
- python setup.py install or sudo python setup.py install
There is a simplest configuration on Ubuntu 14.04 (Just click mouse to install):
- use the ubuntu software center to search for 'Synaptic Package Manager' and install it. Use 'Synaptic Package Manager' to search for 'openbabel, libopenbabel4, python-openbabel, libopenbabel-dev' and then install them. Search for 'python-rdkit, librdkit1, rdkit-data' and install them. This will make sure the right installation of Pybel and RDKit.
- Download PyBioMed-1.0.zip,
cd PyBioMed-1.0
,python setup.py install
orsudo python setup.py install
.
- The online version of the documentation (alternatively, on readthedocs.io)
- Quick start examples (alternatively, on readthedocs.io)
- Application examples (pipelines) (alternatively on readthedocs.io)
If you have questions or suggestions, please contact: [email protected], [email protected] and [email protected]
Please see the file LICENSE for details about the "New BSD" license which covers this software and its associated data and documents.