Bio.WWW.ExPASy

From Biocourse

Jump to: navigation, search
Bio.WWW.ExPASy

1. 종류
    - module


2. 설명
    - WWW를 통해 ExPASy를 통해 제공하는 서비스들에 접근할 수 있게 해주는 function 을 제공한다.
    - NCBIWWW에 비해 간단한다.


3. Initialize
    - module 은 따로 initialize 하지 않는다.


4. Attribute
   


5. Function

    - get_sprot_raw(id, cgi='http://www.expasy.ch/cgi-bin/get-sprot-raw.pl')
        : Swiss-Prot 데이터베이스 를 검색할 수 있게 한다. 리턴값은 handle 타입이다.

        - id
            : string 타입이다. 검색할 id 를 입력한다.

        - cgi
            : 검색할 곳의 웹 주소이다. 바꾸지 않도록 한다.

    - sprot_search_de(text, swissprot=1, trembl=None, cgi='http://www.expasy.ch/cgi-bin/sprot-search-de')
        : text 에 지정되는 검색어를 이용하여 검색한다. 리턴값은 handle 타입니다.

        - text
            : string 타입이다. 검색어를 지정한다.

        - swissprot

        - trembl

        - cgi
            : 검색할 곳의 웹 주소 이다. 바꾸지 않도록 한다.