GetProteinAPI
From SPCTools
(Difference between revisions)
Revision as of 15:02, 17 April 2014 Dcampbel (Talk | contribs) ← Previous diff |
Revision as of 15:04, 17 April 2014 Dcampbel (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
- | GetTransitions is a script that allows users to view information about a particular protein in the Peptide Atlas. | + | GetTransitions is a script that allows users to view information about a particular protein |
+ | in the Peptide Atlas. | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
- | In order to link directly to a GetProtein page, you must define a protein and build; the latter | + | In order to link directly to a GetProtein page, you must define a protein and build; the |
- | can be done either with a build_id, or more reliably with an organism name (e.g. Human). | + | latter can be done either with a build_id, or more reliably with an organism name |
+ | (e.g. Human). | ||
Example query: | Example query: | ||
- | https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/GetProtein?organism_name=Human;protein_name=P49588;apply_action=GO | + | <a href="https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/GetProtein?organism_name=Human;protein_name=P49588;apply_action=GO">https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/GetProtein?organism_name=Human;protein_name=P49588;apply_action=GO</a> |
+ | |||
The query has the following parts: | The query has the following parts: | ||
URL: https://db.systemsbiology.net/devDC/sbeams/cgi/PeptideAtlas/GetProtein | URL: https://db.systemsbiology.net/devDC/sbeams/cgi/PeptideAtlas/GetProtein |
Revision as of 15:04, 17 April 2014
GetTransitions is a script that allows users to view information about a particular protein in the Peptide Atlas.
In order to link directly to a GetProtein page, you must define a protein and build; the latter can be done either with a build_id, or more reliably with an organism name (e.g. Human). Example query: <a href="https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/GetProtein?organism_name=Human;protein_name=P49588;apply_action=GO">https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/GetProtein?organism_name=Human;protein_name=P49588;apply_action=GO</a> The query has the following parts: URL: https://db.systemsbiology.net/devDC/sbeams/cgi/PeptideAtlas/GetProtein Organism: organism_name=Human Protein Accession: protein_name=P49588 Run token: apply_action=GO