Jump to content

SecStrAnnotator:SecStrAPI

From WebChemistry Wiki
Revision as of 17:40, 21 March 2020 by Midlik (talk | contribs) (Created page with "The [https://webchem.ncbr.muni.cz/API/SecStr '''SecStrAPI'''] allows programmatic access to precomputed secondary structure annotations. == Requests == The list of available...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The SecStrAPI allows programmatic access to precomputed secondary structure annotations.

Requests

The list of available PDB entries and the annotated domain in each entry is accessible by:

https://webchem.ncbr.muni.cz/API/SecStr/List/Annotation


The annotation for a particular PDB entry is accessible by:

https://webchem.ncbr.muni.cz/API/SecStr/Annotation/{pdbid}

Example:

https://webchem.ncbr.muni.cz/API/SecStr/Annotation/1tqn


SecStrAPI format

TODO



Back to the main page