SecStrAnnotator:SecStrAPI: Difference between revisions
Appearance
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..." |
|||
Line 3: | Line 3: | ||
== Requests == | == Requests == | ||
<ul> | |||
< | |||
<li> | |||
The annotation for a particular PDB entry is accessible by: | The annotation for a particular PDB entry is accessible by: | ||
<br><code><nowiki>https://webchem.ncbr.muni.cz/API/SecStr/Annotation/{pdbid}</nowiki></code> | |||
<br>Example: | |||
<br><code>https://webchem.ncbr.muni.cz/API/SecStr/Annotation/1tqn</code> | |||
</li> | |||
<br> | |||
< | <li> | ||
The list of available PDB entries and the annotated domains in each entry is accessible by: | |||
<br><code>https://webchem.ncbr.muni.cz/API/SecStr/List/Annotation</code> | |||
</li> | |||
</ul> | |||
== SecStrAPI format == | == SecStrAPI format == |
Revision as of 17:44, 21 March 2020
The SecStrAPI allows programmatic access to precomputed secondary structure annotations.
Requests
-
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
-
The list of available PDB entries and the annotated domains in each entry is accessible by:
https://webchem.ncbr.muni.cz/API/SecStr/List/Annotation
SecStrAPI format
TODO