Skip to main content

Table 3 REST: Obtaining a protein sequence

From: PChopper: high throughput peptide prediction for MRM/SRM transition design

Description

Gets the sequence associated with the specified protein. It is essentially a wrapper for the Phospho.ELM web service method. In situations where there is more than one match for the specified protein, the first match is used.

HTTP-Method

GET

URL-Pattern

Application- Root > /protein/{protein}/sequence

Example URL

http://pchopper.lifesci.dundee.ac.uk/TmrcPortal/rest/properChopper/protein/akt/sequence

Example Results

< Sequence >

< description >

Cell cycle control protein

</description >

< name > mTOR</name >

< sequence >

...actual sequence ...

</sequence >

</Sequence >