SecStrAnnotator:SecStrAPI

From WebChem Wiki
Revision as of 20: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)
Jump to: navigation, search

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