Skip to main content

Systematic Generation of potential MetAbolites

Project description

SyGMa is a python library for the Systematic Generation of potential Metabolites. It is a reimplementation of the metabolic rules outlined in Ridder, L., & Wagener, M. (2008) SyGMa: combining expert knowledge and empirical scoring in the prediction of metabolites. ChemMedChem, 3(5), 821-832.

https://travis-ci.org/3D-e-Chem/sygma.svg?branch=master https://api.codacy.com/project/badge/Grade/7f18ab1d1a80437f8e28ac1676c70519 https://api.codacy.com/project/badge/Coverage/7f18ab1d1a80437f8e28ac1676c70519 https://img.shields.io/badge/docker-ready-blue.svg

Requirements

SyGMa requires RDKit with INCHI support

Installation

Example: generating metabolites of phenol

import sygma
from rdkit import Chem

# Each step in a scenario lists the ruleset and the number of reaction cycles to be applied
scenario = sygma.Scenario([
    [sygma.ruleset['phase1'], 1],
    [sygma.ruleset['phase2'], 1]])

# An rdkit molecule, optionally with 2D coordinates, is required as parent molecule
parent = Chem.MolFromSmiles("c1ccccc1O")

metabolic_tree = scenario.run(parent)
metabolic_tree.calc_scores()

print metabolic_tree.to_smiles()

Docker

SyGMa can be executed in a Docker (https://www.docker.com/) container as follows:

docker run 3dechem/sygma c1ccccc1O

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SyGMa-1.0.tar.gz (13.6 kB view details)

Uploaded Source

File details

Details for the file SyGMa-1.0.tar.gz.

File metadata

  • Download URL: SyGMa-1.0.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for SyGMa-1.0.tar.gz
Algorithm Hash digest
SHA256 d679119349a3ca18fca29586b914ba539fa5ec99f6b73477c4f67ff5101646af
MD5 5474eea1393f7a6670b5ccfa82bb5d1f
BLAKE2b-256 caa9f8ce3cc920fa5c0624734531ec487817453c831c25de54e2563f5fcd8103

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page