1 / 8

- Enabling biochemformatics

Interfacing to MarvinSketch - the "API-free" solution. Jan Holst Jensen CEO, Biochemfusion. - Enabling biochemformatics. A need for chemistry ? Yes. PLN text H-QC(1)IC(1)SLYC(3)N-OH. H-A[Gla]LVC(3)GER-OH name="Example protein." id=EXA_PROT. Biochemfusion's Proteax

graceland
Download Presentation

- Enabling biochemformatics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Interfacing to MarvinSketch - the "API-free" solution Jan Holst Jensen CEO, Biochemfusion - Enabling biochemformatics

  2. A need for chemistry ? Yes. PLN text H-QC(1)IC(1)SLYC(3)N-OH. H-A[Gla]LVC(3)GER-OH name="Example protein." id=EXA_PROT • Biochemfusion's Proteax • Registration and analysis of modified protein structures • Oracle cartridge + spreadsheet solution (Excel or OpenOffice Calc) • Sequence format transforms • Sequence to chemical structure translation

  3. Mapping sequence to structure • Each residue code mapped to a residue structure • Standard amino acids - built-in • Custom residues - defined by modification database • Stitch resulting residue structures together, add terminals, add crosslinks - done. H-QC(1)IC(1)SLYC(3)N-OH. H-A[Gla]LVC(3)GER-OH

  4. Residue modification database Dbl-click

  5. Live demo

  6. Normal edit workflow • Write molecule to temporary molfile • Start editor (MarvinSketch.exe) • Passing temporary molfile on command line • Use CreateProcess(), save returned process id • Wait for editor process exit... • ...or temporary file change (editor saved file) • in this case: request editor close (see next slide) • Read molecule back in from temporary file

  7. Cancelling edits • Post WM_CLOSE message to main window of editor process • Main window of editor process is found by • Enumerating all windows • Choosing the first window that belongs to editor process and • is visible, has a title and is not a child window • Probably not fool-proof but is observed to work in general • Rely on editor's normal WM_CLOSE response • Just like an end-user closing the main window

  8. Ups and downs

More Related