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
|
get_prodoc_entry(id,
cgi='http://www.expasy.ch/cgi-bin/get-prodoc-entry')
Get a handle to a PRODOC entry at ExPASy in HTML format. |
source code
|
|
handle
|
get_prosite_entry(id,
cgi='http://www.expasy.ch/cgi-bin/get-prosite-entry')
Get a handle to a PROSITE entry at ExPASy in HTML format. |
source code
|
|
handle
|
get_prosite_raw(id,
cgi='http://www.expasy.ch/cgi-bin/get-prosite-raw.pl')
Get a handle to a raw PROSITE or PRODOC entry at ExPASy. |
source code
|
|
|
|
handle
|
sprot_search_ful(text,
make_wild=None,
swissprot=1,
trembl=None,
cgi='http://www.expasy.ch/cgi-bin/sprot-search-ful')
Search SwissProt by full text. |
source code
|
|
handle
|
sprot_search_de(text,
swissprot=1,
trembl=None,
cgi='http://www.expasy.ch/cgi-bin/sprot-search-de')
Search SwissProt by name, description, gene name, species, or
organelle. |
source code
|
|