Trees | Indices | Help |
---|
|
This module provides code to access resources at ExPASy over the WWW. http://www.expasy.ch/
Functions: get_prodoc_entry Interface to the get-prodoc-entry CGI script. get_prosite_entry Interface to the get-prosite-entry CGI script. get_prosite_raw Interface to the get-prosite-raw CGI script. get_sprot_raw Interface to the get-sprot-raw CGI script. sprot_search_ful Interface to the sprot-search-ful CGI script. sprot_search_de Interface to the sprot-search-de CGI script.
|
|||
|
|
|||
handle |
|
||
handle |
|
||
handle |
|
||
|
|||
handle |
|
||
handle |
|
|
|||
__package__ =
|
|
Get a handle to a PRODOC entry at ExPASy in HTML format. For a non-existing key XXX, ExPASy returns an HTML-formatted page containing this line: 'There is no PROSITE documentation entry XXX. Please try again.'
|
Get a handle to a PROSITE entry at ExPASy in HTML format. For a non-existing key XXX, ExPASy returns an HTML-formatted page containing this line: 'There is currently no PROSITE entry for XXX. Please try again.'
|
Get a handle to a raw PROSITE or PRODOC entry at ExPASy. For a non-existing key, ExPASy returns nothing.
|
Get a handle to a raw SwissProt entry at ExPASy. For an ID of XXX, fetches http://www.uniprot.org/uniprot/XXX.txt (as per the http://www.expasy.ch/expasy_urls.html documentation). For a non-existing key XXX, ExPASy returns an HTML Error 404 page. This function used to take a cgi option to specify the URL, but that is no longer supported. This is because prior to November 2009 we used to use http://www.expasy.ch/cgi-bin/get-sprot-raw.pl?XXX However, at the time of writting this returns FASTA format instead (probably an ExPASy/UniProt oversight). Under the new URL scheme, we cannot just append "?XXX" to the cgi argument. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 15:43:39 2010 | http://epydoc.sourceforge.net |