Web Service: copub
Target Namespace:
http://services.nbic.nl/copub
Port copubSOAP Port typeSource code
Location:
http://services.nbic.nl/copub5/api/soap11
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
- get_categoriesDetailSource code
- get_chipsDetailSource code
- get_enriched_keywordsDetailSource code
- get_genesDetailSource code
- get_keywordsDetailSource code
- get_literature_neighboursDetailSource code
- get_literature_networkDetailSource code
- get_referencesDetailSource code
- selftestDetailSource code
- versionDetailSource code
Operations
- get_categoriesDescription:Fetch the list of categories. Note: Not all categories can be used everywhere, use purpose to get the right categoriesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_categoriesInput:get_categoriesRequest (soap:body, use = literal)Source codeparameters type get_categories
- purpose - optional; type purposeType - type string with restriction - enum { 'enrichment', 'keyword', 'neighbour' }Default is enrichment
Output:get_categoriesResponse (soap:body, use = literal)Source codeparameters type get_categoriesResponse- categories type CategoriesType
- category - unbounded; type string
- purpose - optional; type purposeType - type string with restriction - enum { 'enrichment', 'keyword', 'neighbour' }
- get_chipsDescription:Retrieve list of chipsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_chipsInput:get_chipsRequest (soap:body, use = literal)Source codeparameters type get_chips
- gene_identifier_type - optional; type gene_identifier_typeType1 - type string with restriction - enum { 'affymetrix' }Choice is affymetrix. Default affymetrix
Output:get_chipsResponse (soap:body, use = literal)Source codeparameters type get_chipsResponse- chips type chipsType
- chip - unbounded; type string
- gene_identifier_type - optional; type gene_identifier_typeType1 - type string with restriction - enum { 'affymetrix' }
- get_enriched_keywordsDescription:Calculates keyword overrepresentation in a set of regulated genes (literature based).Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_enriched_keywordsInput:get_enriched_keywordsRequest (soap:body, use = literal)Source codeparameters type get_enriched_keywords
- categories type CategoriesType
- category - unbounded; type string
- gene_identifiers type GeneIdentifiersType
- gene_identifier - unbounded; type string
- gene_identifier_type - optional; type gene_identifier_typeType - type string with restriction - enum { 'entrezgene', 'affymetrix', 'ensemblgene' }Default is entrezgene
- chip - optional; type stringWhen gene_identifier_type is affymetrix this is the chip name
- gene_number_threshold - optional; type int
- literature_count_threshold - optional; type int
- p_value_threshold - optional; type floatMaximum of 1
- r_scaled_score_threshold - optional; type float
- gene_orthology_selection - optional; type gene_orthology_selectionType - type string with restriction - enum { 'Cross-species', 'Species-specific' }Default is Cross-species
Output:get_enriched_keywordsResponse (soap:body, use = literal)Source codeparameters type get_enriched_keywordsResponse- nr_of_gene_identifiers type int
- nr_of_genes type int
- total_nr_of_enriched_keywords type int
- enriched_keywords type EnrichedKeywordsType
- enriched_keyword - optional, unbounded; type EnrichedKeywordType
- bi_id type int
- preferred_name type string
- alternative_names - optional; type alternative_namesType
- alternative_name - optional, unbounded; type string
- category type string
- gene_count type int
- p_value type float
- genes type literature_neighboursTypeGenes which make current keyword enriched
- literature_neighbour - optional, unbounded; type literature_neighbourType
- bi_id type int
- preferred_name type string
- alternative_names - optional; type alternative_namesType
- alternative_name - optional, unbounded; type string
- entrezgene_id - optional; type int
- symbol - optional; type string
- aliases - optional; type aliasesType
- alias - optional, unbounded; type string
- organism - optional; type organismType - type string with restriction - enum { 'human', 'mouse', 'rat', 'any' }human mouse or rat
- affymetrix_ids - optional; type affymetrix_idsType
- affymetrix_id - optional, unbounded; type string
- ensembl_id - optional; type string
- literature_count type int
- r_scaled_score type float
- literature_neighbour - optional, unbounded; type literature_neighbourType
- enriched_keyword - optional, unbounded; type EnrichedKeywordType
- categories type CategoriesType
- get_genesDescription:Search by gene symbol or name or entrezgene/ensembl/affymetri id Return list of genesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_genesInput:get_genesRequest (soap:body, use = literal)Source codeparameters type get_genes
- query type stringQuery is exact. Use * as wildcard
- query_type - optional; type query_typeType - type string with restriction - enum { 'symbol', 'name', 'entrezgene', 'ensemblgene', 'affymetrix' }Choices symbol, name, entrezgene, ensemblgene, affymetrix. Default name
- organism - optional; type organismType - type string with restriction - enum { 'human', 'mouse', 'rat', 'any' }Choices are human, mouse, rat or any. Default human
- max_results - optional; type intMaximum number of hits per bi_id and category to return Default is 50 Max is 1000
Output:get_genesResponse (soap:body, use = literal)Source codeparameters type get_genesResponse- genes type GenesType
- gene - optional, unbounded; type GeneType
- bi_id type int
- preferred_name type string
- alternative_names - optional; type alternative_namesType
- alternative_name - optional, unbounded; type string
- entrezgene_id type int
- symbol - optional; type string
- aliases - optional; type aliasesType
- alias - optional, unbounded; type string
- organism - optional; type organismType - type string with restriction - enum { 'human', 'mouse', 'rat', 'any' }human, mouse or rat
- affymetrix_ids - optional; type affymetrix_idsType
- affymetrix_id - optional, unbounded; type string
- ensembl_id - optional; type string
- gene - optional, unbounded; type GeneType
- query type string
- get_keywordsDescription:Search for a keyword in a category Return list of keywordOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_keywordsInput:get_keywordsRequest (soap:body, use = literal)Source codeparameters type get_keywords
- query type stringQuery is exact. Use * as wildcard
- category type string
- max_results - optional; type intMaximum number of keywords to return Default is 50 Max is 1000
Output:get_keywordsResponse (soap:body, use = literal)Source codeparameters type get_keywordsResponse- keywords type KeywordsType
- keyword - optional, unbounded; type KeywordType
- bi_id type int
- preferred_name type string
- alternative_names - optional; type alternative_namesType
- alternative_name - optional, unbounded; type string
- keyword - optional, unbounded; type KeywordType
- query type string
- get_literature_neighboursDescription:Find the literature neighbours of a gene/keyword in a categoryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_literature_neighboursInput:get_literature_neighboursRequest (soap:body, use = literal)Source codeparameters type get_literature_neighbours
- bi_ids type bi_idsType
- bi_id - unbounded; type int
- categories type CategoriesType
- category - unbounded; type string
- max_results - optional; type intMaximum number of hits per bi_id and category to return Default is 50 Max is 1000
- literature_count_threshold - optional; type int
- r_scaled_score_threshold - optional; type int
- sortdir - optional; type neighbourSortType - type string with restriction - enum { 'r_scaled_score:DESC', 'r_scaled_score:ASC', 'literature_count:DESC', 'literature_count:ASC' }Order of neighbours. Can be r_scaled_score|literature_count:DESC|ASC. Default is r_scaled_score:DESC.
Output:get_literature_neighboursResponse (soap:body, use = literal)Source codeparameters type get_literature_neighboursResponse- literature_neighbours_queries type literature_neighbours_queriesType
- literature_neighbours_per_query - optional, unbounded; type literature_neighbours_per_queryType
- query_bi_id type int
- category type string
- nr_of_neighbours type int
- literature_neighbours type literature_neighboursType
- literature_neighbour - optional, unbounded; type literature_neighbourType
- bi_id type int
- preferred_name type string
- alternative_names - optional; type alternative_namesType
- alternative_name - optional, unbounded; type string
- entrezgene_id - optional; type int
- symbol - optional; type string
- aliases - optional; type aliasesType
- alias - optional, unbounded; type string
- organism - optional; type organismType - type string with restriction - enum { 'human', 'mouse', 'rat', 'any' }human mouse or rat
- affymetrix_ids - optional; type affymetrix_idsType
- affymetrix_id - optional, unbounded; type string
- ensembl_id - optional; type string
- literature_count type int
- r_scaled_score type float
- literature_neighbour - optional, unbounded; type literature_neighbourType
- literature_neighbours_per_query - optional, unbounded; type literature_neighbours_per_queryType
- bi_ids type bi_idsType
- get_literature_networkDescription:Generates a graphml-file in which literature neighbours are visualized. The topology of the network is calculated by the GraphViz module using the neato algorithmOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_literature_networkInput:get_literature_networkRequest (soap:body, use = literal)Source codeparameters type get_literature_network
- bi_ids type bi_idsType
- bi_id - unbounded; type int
1 or more bi_id of a keyword and/or gene. If genes are used, they must all be of the same organism. - categories - optional; type CategoriesType
- category - unbounded; type string
The categories to which the neigbours of the bi_ids must belong. Use get_categories operation with purpose is neighbour to get category choices. If bi_ids is a gene then only the gene category of the same organism can be used. Default are disease, pathology, go_bioproc and pathway. If network_type is within then categories are ignored. - network_type - optional; type network_typeType - type string with restriction - enum { 'neighbour', 'within', 'intra' }Default is neighbour. * neighbour = network of the relations between: 1. query bi_ids, 2. query bi_id and it's neighbours. * within = network of the relations between query bi_ids. * intra = network of the relations between: 1. query bi_ids,2. query bi_id and it's neighbours, 3. neighbour and other neighbour.
- title - optional; type stringDefault is 'Literature network'
- literature_count_threshold - optional; type intDefault 5. Minimal nr of abstracts a cooccurrence must have.
- r_scaled_score_threshold - optional; type intDefault 45. Minimal r scaled score a cooccurrence must have.
- color_seed_nodes - optional; type booleanMake node of the bi_ids in the request a distinct color. Default is false.
- format - optional; type NetworkOutputFormatType - type string with restriction - enum { 'graphml', 'xgmml', 'svg' }Default format is xgmml.
Output:get_literature_networkResponse (soap:body, use = literal)Source codeparameters type get_literature_networkResponse- network type base64Binary
- bi_ids type bi_idsType
- get_referencesDescription:Return medline references where 1 bi_id occures or 2 bi_id occur together References are ordered by pubmed id (mimics ordering by publication date)Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/get_referencesInput:get_referencesRequest (soap:body, use = literal)Source codeparameters type get_references
- bi_id1 type int
- bi_id2 - optional; type int
- max_results - optional; type intMaximum number of co-occurences to return Default is 25 Max is 100
- sortdir - optional; type referenceSortType - type string with restriction - enum { 'id:DESC', 'id:ASC', 'bi_count:DESC', 'bi_count:ASC' }Order of references. Default is newest first (id:DESC). Can be latest first (id:ASC), most occur. first (bi_count:DESC) or least occur. first (bi_count:ASC).
Output:get_referencesResponse (soap:body, use = literal)Source codeparameters type get_referencesResponse- literature_count type int
- r_scaled_score - optional; type float
- references type referencesType
- reference - optional, unbounded; type referenceType
- pubmed_id type int
- title type stringspan tag with class containing bi_id is used to highlight biologicalitem
- abstract - optional; type stringspan tag with class containing bi_id is used to highlight biologicalitem
- authors type string
- date type dateCreate date
- journal_title type string
- volume - optional; type string
- issue - optional; type string
- page - optional; type string
- reference - optional, unbounded; type referenceType
- selftestDescription:Basic functionality of copub is checked. If something is wrong a fault is generated.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/selftestInput:selftestRequest (soap:body, use = literal)Source codeparameters type selftestOutput:selftestResponse (soap:body, use = literal)Source codeparameters type selftestResponse
- out type boolean
- versionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://services.nbic.nl/copub/versionInput:versionRequest (soap:body, use = literal)Source codeparameters type versionOutput:versionResponse (soap:body, use = literal)Source codeparameters type versionResponse
- literature type string
- code type string
Port type copubSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="copub" targetNamespace="http://services.nbic.nl/copub"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://services.nbic.nl/copub"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
><wsdl:types>
<xsd:schema targetNamespace="http://services.nbic.nl/copub">
</wsdl:types><xsd:element name="get_enriched_keywords">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="gene_identifier_type" type="tns:gene_identifier_typeType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Default is entrezgene
</xsd:documentation>
</xsd:annotation><xsd:element name="chip" type="xsd:string" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
When gene_identifier_type is affymetrix this is the
chip name
</xsd:documentation>
</xsd:annotation><xsd:element name="p_value_threshold" type="xsd:float" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>Maximum of 1</xsd:documentation>
</xsd:annotation><xsd:element name="gene_orthology_selection" type="tns:gene_orthology_selectionType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Default is Cross-species
</xsd:documentation>
</xsd:annotation><xsd:element name="get_enriched_keywordsResponse">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="get_genes">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="query" type="xsd:string" maxOccurs="1" minOccurs="1">
<xsd:annotation>
</xsd:element><xsd:documentation>Query is exact.
Use * as wildcard</xsd:documentation>
</xsd:annotation><xsd:element name="query_type" type="tns:query_typeType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>Choices symbol, name, entrezgene, ensemblgene, affymetrix. Default name
</xsd:documentation>
</xsd:annotation><xsd:element name="organism" type="tns:organismType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>Choices are human, mouse, rat or any.
Default human</xsd:documentation>
</xsd:annotation><xsd:element name="max_results" type="xsd:int" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Maximum number of hits per bi_id and
category to return Default is 50 Max
is 1000
</xsd:documentation>
</xsd:annotation><xsd:element name="get_genesResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="get_keywords">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="query" type="xsd:string" maxOccurs="1" minOccurs="1">
<xsd:annotation>
</xsd:element><xsd:documentation>Query is exact.
Use * as wildcard</xsd:documentation>
</xsd:annotation><xsd:element name="max_results" type="xsd:int" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Maximum number of keywords to return Default is 50 Max
is 1000
</xsd:documentation>
</xsd:annotation><xsd:element name="get_keywordsResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="get_categories">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="purpose" type="tns:purposeType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Default is enrichment
</xsd:documentation>
</xsd:annotation><xsd:element name="get_categoriesResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="get_literature_neighbours">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="max_results" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Maximum number of hits per bi_id and
category to return Default is 50 Max
is 1000
</xsd:documentation>
</xsd:annotation><xsd:element name="literature_count_threshold" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:annotation></xsd:annotation>
</xsd:element><xsd:element name="sortdir" type="tns:neighbourSortType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>Order of neighbours. Can be r_scaled_score|literature_count:DESC|ASC. Default is r_scaled_score:DESC.</xsd:documentation>
</xsd:annotation><xsd:element name="get_literature_neighboursResponse"></xsd:element>
<xsd:element name="get_references">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="max_results" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Maximum number of co-occurences to
return Default is 25 Max is 100
</xsd:documentation>
</xsd:annotation><xsd:element name="sortdir" type="tns:referenceSortType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Order of references. Default is newest first (id:DESC). Can be latest first (id:ASC), most occur. first (bi_count:DESC) or least occur. first (bi_count:ASC).
</xsd:documentation>
</xsd:annotation><xsd:element name="get_referencesResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="CategoriesType"></xsd:complexType>
<xsd:complexType name="GeneIdentifiersType"></xsd:complexType>
<xsd:complexType name="EnrichedKeywordsType"></xsd:complexType>
<xsd:complexType name="EnrichedKeywordType">
<xsd:sequence>
</xsd:complexType><xsd:element name="genes" type="tns:literature_neighboursType" maxOccurs="1" minOccurs="1">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>Genes which make current keyword enriched</xsd:documentation>
</xsd:annotation><xsd:complexType name="GenesType"></xsd:complexType>
<xsd:complexType name="GeneType">
<xsd:sequence>
</xsd:complexType><xsd:element name="organism" type="tns:organismType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>human, mouse or rat</xsd:documentation>
</xsd:annotation><xsd:complexType name="KeywordsType"></xsd:complexType>
<xsd:complexType name="KeywordType"></xsd:complexType>
<xsd:complexType name="bi_idsType"></xsd:complexType>
<xsd:complexType name="literature_neighboursType"></xsd:complexType>
<xsd:complexType name="literature_neighbourType">
<xsd:sequence>
</xsd:complexType><xsd:element name="organism" type="tns:organismType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>human mouse or rat</xsd:documentation>
</xsd:annotation><xsd:complexType name="referencesType"></xsd:complexType>
<xsd:complexType name="referenceType">
<xsd:sequence>
</xsd:complexType><xsd:element name="title" type="xsd:string" maxOccurs="1" minOccurs="1">
<xsd:annotation>
</xsd:element><xsd:documentation>span tag with class containing bi_id is used to highlight biologicalitem</xsd:documentation>
</xsd:annotation><xsd:element name="abstract" type="xsd:string" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>span tag with class containing bi_id is used to highlight biologicalitem</xsd:documentation>
</xsd:annotation><xsd:element name="date" type="xsd:date" maxOccurs="1" minOccurs="1">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>Create date</xsd:documentation>
</xsd:annotation><xsd:complexType name="aliasesType"></xsd:complexType>
<xsd:complexType name="alternative_namesType"></xsd:complexType>
<xsd:complexType name="literature_neighbours_per_queryType">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="literature_neighbours_queriesType"></xsd:complexType>
<xsd:complexType name="affymetrix_idsType"></xsd:complexType>
<xsd:element name="selftest"></xsd:element>
<xsd:element name="selftestResponse">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="get_literature_network">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="bi_ids" type="tns:bi_idsType" maxOccurs="1" minOccurs="1">
<xsd:annotation>
</xsd:element><xsd:documentation>
1 or more bi_id of a keyword and/or
gene. If genes are used, they must
all be of the same organism.
</xsd:documentation>
</xsd:annotation><xsd:element name="categories" type="tns:CategoriesType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
The categories to which the
neigbours of the bi_ids must belong.
Use get_categories operation with
purpose is neighbour to get category
choices. If bi_ids is a gene then
only the gene category of the same
organism can be used. Default are
disease, pathology, go_bioproc and
pathway. If network_type is within
then categories are ignored.
</xsd:documentation>
</xsd:annotation><xsd:element name="network_type" type="tns:network_typeType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Default is neighbour. * neighbour =
network of the relations between: 1.
query bi_ids, 2. query bi_id and
it's neighbours. * within = network of
the relations between query bi_ids.
* intra = network of the relations
between: 1. query bi_ids,2. query
bi_id and it's neighbours, 3.
neighbour and other neighbour.
</xsd:documentation>
</xsd:annotation><xsd:element name="title" type="xsd:string" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Default is 'Literature network'
</xsd:documentation>
</xsd:annotation><xsd:element name="literature_count_threshold" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Default 5. Minimal nr of abstracts a cooccurrence must have.
</xsd:documentation>
</xsd:annotation><xsd:element name="r_scaled_score_threshold" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Default 45. Minimal r scaled score a cooccurrence must have.
</xsd:documentation>
</xsd:annotation><xsd:element name="color_seed_nodes" type="xsd:boolean" maxOccurs="1" minOccurs="0">
<xsd:annotation>
</xsd:element><xsd:documentation>
Make node of the bi_ids in the
request a distinct color. Default is
false.
</xsd:documentation>
</xsd:annotation><xsd:element name="format" type="tns:NetworkOutputFormatType" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>
Default format is xgmml.
</xsd:documentation>
</xsd:annotation><xsd:element name="get_literature_networkResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="get_chips">
<xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element name="gene_identifier_type" type="tns:gene_identifier_typeType1" maxOccurs="1" minOccurs="0">
</xsd:sequence><xsd:annotation>
</xsd:element><xsd:documentation>Choice is affymetrix.
Default affymetrix </xsd:documentation>
</xsd:annotation><xsd:element name="get_chipsResponse">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="chipsType"></xsd:complexType>
<xsd:simpleType name="NetworkOutputFormatType"></xsd:simpleType>
<xsd:simpleType name="gene_orthology_selectionType"></xsd:simpleType>
<xsd:simpleType name="gene_identifier_typeType"></xsd:simpleType>
<xsd:simpleType name="query_typeType"></xsd:simpleType>
<xsd:simpleType name="organismType"></xsd:simpleType>
<xsd:simpleType name="purposeType"></xsd:simpleType>
<xsd:simpleType name="network_typeType"></xsd:simpleType>
<xsd:simpleType name="gene_identifier_typeType1"></xsd:simpleType>
<xsd:simpleType name="title_or_abstractType"></xsd:simpleType>
<xsd:simpleType name="referenceSortType"></xsd:simpleType>
<xsd:simpleType name="neighbourSortType"></xsd:simpleType>
<xsd:element name="version"></xsd:element>
<xsd:element name="versionResponse">
</xsd:schema><xsd:complexType></xsd:complexType>
</xsd:element><wsdl:message name="get_enriched_keywordsRequest"></wsdl:message>
<wsdl:message name="get_enriched_keywordsResponse"></wsdl:message>
<wsdl:message name="get_genesRequest"></wsdl:message>
<wsdl:message name="get_genesResponse"></wsdl:message>
<wsdl:message name="get_keywordsRequest"></wsdl:message>
<wsdl:message name="get_keywordsResponse"></wsdl:message>
<wsdl:message name="get_categoriesRequest"></wsdl:message>
<wsdl:message name="get_categoriesResponse"></wsdl:message>
<wsdl:message name="get_literature_neighboursRequest"></wsdl:message>
<wsdl:message name="get_literature_neighboursResponse"></wsdl:message>
<wsdl:message name="get_referencesRequest"></wsdl:message>
<wsdl:message name="get_referencesResponse"></wsdl:message>
<wsdl:message name="selftestRequest"></wsdl:message>
<wsdl:message name="selftestResponse"></wsdl:message>
<wsdl:message name="get_literature_networkRequest"></wsdl:message>
<wsdl:message name="get_literature_networkResponse"></wsdl:message>
<wsdl:message name="get_chipsRequest"></wsdl:message>
<wsdl:message name="get_chipsResponse"></wsdl:message>
<wsdl:message name="versionRequest"></wsdl:message>
<wsdl:message name="versionResponse"></wsdl:message>
<wsdl:portType name="copub">
<wsdl:operation name="get_enriched_keywords">
<wsdl:documentation>Calculates keyword overrepresentation in a set of regulated genes (literature based).</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_genes">
<wsdl:documentation>Search by gene symbol or name or entrezgene/ensembl/affymetri id
Return list of genes</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_keywords">
<wsdl:documentation>Search for a keyword in a category
Return list of keyword</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_categories">
<wsdl:documentation>Fetch the list of categories.
Note: Not all categories can be used everywhere, use purpose to get the right categories
</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_literature_neighbours">
<wsdl:documentation>Find the literature neighbours of a gene/keyword in a category</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_references">
<wsdl:documentation>Return medline references where 1 bi_id occures or 2 bi_id occur together
References are ordered by pubmed id (mimics ordering by publication date)</wsdl:documentation>
</wsdl:operation><wsdl:operation name="selftest">
<wsdl:documentation>Basic functionality of copub is checked.
If something is wrong a fault is generated.
</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_literature_network">
<wsdl:documentation>Generates a graphml-file in which literature neighbours are visualized. The topology of the network is calculated by the GraphViz module using the neato algorithm</wsdl:documentation>
</wsdl:operation><wsdl:operation name="get_chips">
</wsdl:portType><wsdl:documentation>Retrieve list of chips</wsdl:documentation>
</wsdl:operation><wsdl:binding name="copubSOAP" type="tns:copub">
</wsdl:definitions><wsdl:operation name="get_enriched_keywords">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_genes">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_keywords">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_categories">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_literature_neighbours">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_references">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="selftest">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_literature_network">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="get_chips">
</wsdl:binding><wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation>About wsdl-viewer.xsl
This document was generated by libxslt XSLT engine.
The engine processed the WSDL in XSLT 1.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.01
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT