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

		<author>Virginia Bioinformatics Institute ( VBI)</author>
		<locationURL>http://64.92.170.71:6565/axis/services/anova</locationURL>
		<interfaceWSDL>http://staff.vbi.vt.edu/pathport/services/wsdls/anova.wsdl</interfaceWSDL>
		<serviceDescriptionText>Uses R package to perform an analysis of variance linear model and generates Anova table. The results are returned as a subset of the MADM format.</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>anova</operationName>
				<operationSpec>&lt;s:arbitrarywsdl xmlns:s=&quot;http://org.embl.ebi.escience/xscufl/0.1alpha&quot;&gt;&lt;s:wsdl&gt;http://staff.vbi.vt.edu/pathport/services/wsdls/anova.wsdl&lt;/s:wsdl&gt;&lt;s:operation&gt;anova&lt;/s:operation&gt;&lt;/s:arbitrarywsdl&gt;</operationSpec>
				<operationDescriptionText>Uses R package to perform an analysis of variance linear model and generates Anova table. The results are returned as a subset of the MADM format.</operationDescriptionText>
				<operationInputs >
					<parameter >
						<parameterName>in2:alphalevel</parameterName>
						<messageName>anovaRequest</messageName>
						<parameterDescription>alphalevel: Threshold to determine the differential gene expression profile. For example: 0.05</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in0: dmatrixf</parameterName>
						<messageName>anovaRequest</messageName>
						<parameterDescription>The file name (URL)containing all the variance or an actual list of variance or file attachments. For example, http://staff.vbi.vt.edu/pathport/services/wsdls/anova-6531-twofactor-sample_2.txt</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

					<parameter >
						<parameterName>in1:adjpvalue</parameterName>
						<messageName>anovaRequest</messageName>
						<parameterDescription>The type of p-value adjustment. One of the following values : NONE,Bonferroni,Holm,Hochberg,SidakSS,SidakSD,BH,BY.</parameterDescription>
						<defaultValue>NONE</defaultValue>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>anovaReturn</parameterName>
						<messageName>anovaResponse</messageName>
						<parameterDescription>Return an Anova table in MADM 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#manipulating</operationTask>
			</serviceOperation>

		</operations>

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

</serviceDescriptions>
