<?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>rsom</serviceName>
		<organisation >
			<organisationName>Virginia Bioinformatics Institute</organisationName>
		</organisation>

		<locationURL>http://valar.bioinformatics.vt.edu:6565/axis/services/rsom</locationURL>
		<interfaceWSDL>http://www.vbi.vt.edu/~pathport/services/wsdls/rsom.wsdl</interfaceWSDL>
		<serviceDescriptionText>Clusters high-dimensional input data sets into several subsets on the basis of their similarity by invoking the R-based program, GeneSom. The results are returned as a subset of the Predictive Model Markup Language (PMML) format.</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>rsom</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/rsom.wsdl&lt;/s:wsdl&gt;&lt;s:operation&gt;rsom&lt;/s:operation&gt;&lt;/s:arbitrarywsdl&gt;</operationSpec>
				<operationDescriptionText>Clusters high-dimensional input data sets into several subsets on the basis of their similarity by invoking the R-based program, GeneSom. The results are returned as a subset of the Predictive Model Markup Language (PMML) format.</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>in0:data_input</parameterName>
						<messageName>rsomRequest</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:x-dimension</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>The x-dimension of the map. For example 5</parameterDescription>
						<defaultValue>5</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in2:y-dimension</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>The y-dimension of the map. For example 5</parameterDescription>
						<defaultValue>5</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in3:alphaV</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>Initial learning rate parameter for the two training phases.For example, 0.05</parameterDescription>
						<defaultValue>0.05</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in4:neighStr</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>The neighborhood function type. One of these options:gaussian |bubble |</parameterDescription>
						<defaultValue>gaussian</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in5:topolStr</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>The topology type when measuring distance in the map. One of the two possible values: hexa |rect |</parameterDescription>
						<defaultValue>hexa</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in6:iniStr</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>The initializing method. One of the three possible values:sample |linear |random |</parameterDescription>
						<defaultValue>linear</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in7:alphaTypeStr</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>Learning rate function type. One the two possible values: inverse |linear |</parameterDescription>
						<defaultValue>inverse</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in8:radiusV</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>Initial radius of the training area in som-algorithm for the two training phases. For example, 10.0</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in9: data_description</parameterName>
						<messageName>rsomRequest</messageName>
						<parameterDescription>Data source description. For example,&quot;SOM microarray data analysis&quot;</parameterDescription>
						<defaultValue>SOM 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>rsomReturn</parameterName>
						<messageName>rsomResponse</messageName>
						<parameterDescription>Return Data Mining Model result file in PMML format</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationOutputs>

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

		</operations>

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

</serviceDescriptions>
