Skip to main content

GlyLES

A tool to convert IUPAC representation of Glycans into SMILES representation. This repo is still in the development phase; so, feel free to report any errors in the issues section.

Specification and (current) Limitations

The exact specification, we're refering to when talking about "IUPAC representations of glycan", is given in the "Notes" section of this website. But as this package is still in the development phase, not everything of the specification is implemented yet (especially not all monomers and side chains you can attach to monomers).

This implementation currently only works for glycans that fulfil certain properties:

  • Linkages have to be explicit, i.e. (a1-4)
  • The structure of the glycan can be represented as tree of the monomers with maximal branching factor 2.
  • Only the root monomers (e.g. Glc, but not GlcNAc) from this website and some derivatives of those are implemented so far

For an overview of the implemented derivatives, please look at the README in the grammar folder. You can get a python-readable list of the currently included monomers with the following code

from glyles.glycans.factory.factory import MonomerFactory

MonomerFactory().monomer_names()

Installation

So far, this package can only be downloaded from the python package index. So the installation with pip is very easy. Just type

pip install glyles

and you're ready to use it as described below. Use

pip install --upgrade glyles

to upgrade the glyles package to the most recent version.

Workflow

Convert the IUPAC into a SMILES representation using the handy convert method

from glyles.converter import convert

convert(glycan="Man(a1-2)Man", output_file="./test.txt")

You can also use the convert_generator method to get generator over all SMILES:

from glyles.converter import convert_generator

for smiles in convert_generator(glycan_list=["Man(a1-2)Man a", "Man(a1-2)Man b"]):
    print(smiles)

In general, the convert and convert_generator methods supports the same for types of input. The samples are shown for convert but it's the same for convert_generator.

  • single glycan, e.g. convert(glycan="Man(a1-2)Man)",
  • a list of glycans, e.g. convert(glycan_list=["Man(a1-2)Man a", "Man(a1-2)Man"]), and
  • a file of glycans, e.g. convert(glycan_file="./glycans.txt"). Here its important that the file many only contain one IUPAC per line.
  • for better runtime one can also provide a generator as input, e.g. convert(glycan_generator=some_generator)

The output for convert can be manifold as well. For convert_generator there is one output. convert supports

  • stdout when specifying no output-related argument, or
  • returned as list of tuples if returning=true is set, or
  • writing to an output_file, e.g. convert(glycan="Man(a1-2)Man", output_file="./out.csv").

Here each line of the output will state the input IUPAC and the output SMILES. In case of written output separated with a comma.

Poetry

To develop this package I used the poetry package manager (see here for a detailed instruction). It has basically the same functionality as conda but supports the package management better and also supports distinguishing packages into those that are needed to use the package and those that are needed in the development of the package. In order to enable others to work on this repository, we also publish the exact specifications of out poetry environment.

Download files

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

Source Distribution

glyles-0.1.0.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

glyles-0.1.0-py3-none-any.whl (38.5 kB view details)

Uploaded Python 3

File details

Details for the file glyles-0.1.0.tar.gz.

File metadata

  • Download URL: glyles-0.1.0.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.7.11 Windows/10

File hashes

Hashes for glyles-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8f9e0b332215cc84080cceaf686fac5a74472096c0160106847e1147cce84d40
MD5 fea1c1145bbd59058d7c19326cc6b061
BLAKE2b-256 778d1b285be36747cd7f4731219bfd8625332259dd8db3a0a4ab9f08d73eee8f

See more details on using hashes here.

File details

Details for the file glyles-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: glyles-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 38.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.7.11 Windows/10

File hashes

Hashes for glyles-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 02d960119ad6c3524cb077d50063a7802edb951548781206bd267915e1d15b45
MD5 eb7da568b1aa8a64dfd99f5aff507013
BLAKE2b-256 4997bae458f83992005f2f5479750eaf6b7a5fcfc5c4a0713310a4265d6e4752

See more details on using hashes here.

Release history Release notifications | RSS feed

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.5.11

2 files

0.5.10

2 files

0.5.9

2 files

0.5.8

2 files

0.5.7

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

This release

0.1.0 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page