Skip to main content

No project description provided

Project description

Chemistry Adapters

Python PEP8

A place for quick conversions between languages using SMILES as the base key. A Quick Converter From Amino Acid Sequences to Smiles and Back again.

Installation

ChemistryAdapters is going to be distribute via PyPi and as the content store grows we can expand it to other pieces of software making it accessible to all regardless of what you use. Alternatively, you could have a glance at the source code and copy/paste it yourself.


pip install chemistry-adapters

Using Adapters

Currently only one adapter is implemented which is the Amino Acids to SMILES and back again.

test = 'RSTEFGHIKLADPQ'


adapter = AminoAcidAdapter()
smiles = adapter.convert_amino_acid_sequence_to_smiles(test)

>>> NC(CCCCNC(N)=N)C(NC(CO)C(NC(C(C)([H])O)C(NC(CCC(O)=O)C(NC(CC1=CC=CC=C1)C(NC([H])C(NC(CC1=CNC=N1)C(NC(C(CC)([H])C)C(NC(CCCCN)C(NC(CC(C)C)C(NC(C)C(NC(CC(O)=O)C(NC(C2CCCN2)C(NC(CCC(N)=O)C(NCC(O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O)=O

sequence = adapter.convert_smiles_to_amino_acid_sequence(smiles)

>>> RSTEFGHIKLADPQ

Genesis

I demonstrated I have a need for this so I built a quick one.


Citation


Sul: "ChemistryAdapters" 

External links

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

chemistry_adapters-0.0.2.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file chemistry_adapters-0.0.2.tar.gz.

File metadata

  • Download URL: chemistry_adapters-0.0.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for chemistry_adapters-0.0.2.tar.gz
Algorithm Hash digest
SHA256 7d3d8e737d0baba1bfd64e647d1add9ed2af7f6bad4074daa5c48ac48ece6748
MD5 5a57864fdc129930f7cac6a626574736
BLAKE2b-256 782fba135f73c7da312d1281f0a4fe7ef47d4876fd87693038e5b6a29b7e21f6

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