Programmatic Access
SIGNOR offers the following ways to access data programmatically through REST APIs
URL | Data Types | Parameters | |
/getData.php? | Interaction Data, tab-separated |
|
|
Example: https://signor.uniroma2.it/getData.php?type=connect&proteins=P29317+Q06124%2CP04049%2CP15056&level=2 | |||
Example: https://signor.uniroma2.it/getData.php?organism=9606&id=P62258 | |||
/getUniprotIDs.php | List of all UniprotKB entities curated in SIGNOR interactions (by ID) | – | |
/getPathwayData.php | Pathway Data, tab-separated |
|
|
/API/getComplexData.php | ALL COMPLEX INFORMATION | - | |
/API/getHumanData.php | HUMAN-ONLY INTERACTION DATA | - | |
Examples: SINGLE Pathway Info: https://signor.uniroma2.it/getPathwayData.php?pathway=SIGNOR-MM SINGLE Pathway Relations: https://signor.uniroma2.it/getPathwayData.php?pathway=SIGNOR-MM&relations=only SINGLE Pathway Info + Relations: https://signor.uniroma2.it/getPathwayData.php?pathway=SIGNOR-MM&relations ALL Pathway Descriptions: https://signor.uniroma2.it/getPathwayData.php?description ALL Pathway Relations: https://signor.uniroma2.it/getPathwayData.php?relations ALL Pathway Data: https://signor.uniroma2.it/getPathwayData.php?description&relations |