<?xml version = "1.0" encoding = "UTF-8"?>
<serviceDescriptions  xmlns="pd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="pd /C:/Documents and Settings/ytanoh/My Documents/TAVERNA/taverna-1.4-old/plugins/pedro/services/model/common.xsd">
	<serviceDescription >
		<serviceName>getCluster</serviceName>
		<organisation >
			<organisationName>Virginia Bioinformatics Institute</organisationName>
		</organisation>

		<locationURL>http://valar.bioinformatics.vt.edu:6565/axis/services/kmean</locationURL>
		<interfaceWSDL>http://www.vbi.vt.edu/~pathport/services/wsdls/kmean.wsdl</interfaceWSDL>
		<serviceDescriptionText>Clusters high-dimensional input data sets into severalsubsets on the basis of their similarity by invoking the R-based program, Kmeans. The result of clustering is in MADM (microarray data minning) format.</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>getCluster</operationName>
				<operationSpec>&lt;s:arbitrarywsdl xmlns:s=&quot;http://org.embl.ebi.escience/xscufl/0.1alpha&quot;&gt;&lt;s:wsdl&gt;http://www.vbi.vt.edu/~pathport/services/wsdls/kmean.wsdl&lt;/s:wsdl&gt;&lt;s:operation&gt;getCluster&lt;/s:operation&gt;&lt;/s:arbitrarywsdl&gt;</operationSpec>
				<operationDescriptionText>Clusters high-dimensional input data sets into severalsubsets on the basis of their similarity by invoking the R-based program, Kmeans. The result of clustering is in MADM (microarray data minning) format.</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>in0:input_data</parameterName>
						<messageName>getClusterRequest</messageName>
						<parameterDescription>Input data or URL of your input data. An example of data: http://staff.vbi.vt.edu/pathport/services/wsdls/testtab.txtIn this example the URL or the data can be used as input.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in1:numOfClusters</parameterName>
						<messageName>getClusterRequest</messageName>
						<parameterDescription>The number of clusters (should be less than the number of genes).</parameterDescription>
						<defaultValue>2</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in2:maxIterations</parameterName>
						<messageName>getClusterRequest</messageName>
						<parameterDescription>Maximum number of iterations. For example 10</parameterDescription>
						<defaultValue>10</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in3:data_description</parameterName>
						<messageName>getClusterRequest</messageName>
						<parameterDescription>Data source description. For example,&apos;microarray data analysis&apos;</parameterDescription>
						<defaultValue>microarray data analysis</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>getClusterReturn</parameterName>
						<messageName>getClusterResponse</messageName>
						<parameterDescription>Return clustered data in MADM format.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>XMLString</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationOutputs>

				<operationTask>http://www.mygrid.org.uk/ontology#grouping</operationTask>
			</serviceOperation>

		</operations>

		<serviceType>WSDL service</serviceType>
	</serviceDescription>

</serviceDescriptions>
