Service
Click here for a complete list of operations.
analyseForEvolutionTree
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /OnlineAnalysis/Service.asmx HTTP/1.1 Host: cydas.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.cydas.org/OnlineAnalysis/analyseForEvolutionTree" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <analyseForEvolutionTree xmlns="http://www.cydas.org/OnlineAnalysis/"> <Data> <BinningThreshold>double</BinningThreshold> <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod> <DependenceThreshold>float</DependenceThreshold> <ErrorFileURL>string</ErrorFileURL> <ErrorMessages>string</ErrorMessages> <FirstEventFrequency>double</FirstEventFrequency> <FrequencyDecrease>double</FrequencyDecrease> <HasHeaderLine>boolean</HasHeaderLine> <InputCaseData> <mCollection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </mCollection> <meDataType>CaseDataCGH or CaseDataISCN</meDataType> <Collection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </Collection> <DataType>CaseDataCGH or CaseDataISCN</DataType> </InputCaseData> <InputData>string</InputData> <InputFormat>Mitelman or CustomCGH or CustomISCN</InputFormat> <MaximumDepth>int</MaximumDepth> <MaximumNumberOfCases>int</MaximumNumberOfCases> <MinimumEventCount>int</MinimumEventCount> <NumberOfCases>int</NumberOfCases> <NumberOfValidCases>int</NumberOfValidCases> <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution> <SeparatorCharacter>char</SeparatorCharacter> <EvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> </EvolutionTreeNode> </Data> </analyseForEvolutionTree> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <analyseForEvolutionTreeResponse xmlns="http://www.cydas.org/OnlineAnalysis/"> <analyseForEvolutionTreeResult> <BinningThreshold>double</BinningThreshold> <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod> <DependenceThreshold>float</DependenceThreshold> <ErrorFileURL>string</ErrorFileURL> <ErrorMessages>string</ErrorMessages> <FirstEventFrequency>double</FirstEventFrequency> <FrequencyDecrease>double</FrequencyDecrease> <HasHeaderLine>boolean</HasHeaderLine> <InputCaseData> <mCollection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </mCollection> <meDataType>CaseDataCGH or CaseDataISCN</meDataType> <Collection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </Collection> <DataType>CaseDataCGH or CaseDataISCN</DataType> </InputCaseData> <InputData>string</InputData> <InputFormat>Mitelman or CustomCGH or CustomISCN</InputFormat> <MaximumDepth>int</MaximumDepth> <MaximumNumberOfCases>int</MaximumNumberOfCases> <MinimumEventCount>int</MinimumEventCount> <NumberOfCases>int</NumberOfCases> <NumberOfValidCases>int</NumberOfValidCases> <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution> <SeparatorCharacter>char</SeparatorCharacter> <EvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> </EvolutionTreeNode> </analyseForEvolutionTreeResult> </analyseForEvolutionTreeResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /OnlineAnalysis/Service.asmx HTTP/1.1 Host: cydas.org Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <analyseForEvolutionTree xmlns="http://www.cydas.org/OnlineAnalysis/"> <Data> <BinningThreshold>double</BinningThreshold> <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod> <DependenceThreshold>float</DependenceThreshold> <ErrorFileURL>string</ErrorFileURL> <ErrorMessages>string</ErrorMessages> <FirstEventFrequency>double</FirstEventFrequency> <FrequencyDecrease>double</FrequencyDecrease> <HasHeaderLine>boolean</HasHeaderLine> <InputCaseData> <mCollection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </mCollection> <meDataType>CaseDataCGH or CaseDataISCN</meDataType> <Collection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </Collection> <DataType>CaseDataCGH or CaseDataISCN</DataType> </InputCaseData> <InputData>string</InputData> <InputFormat>Mitelman or CustomCGH or CustomISCN</InputFormat> <MaximumDepth>int</MaximumDepth> <MaximumNumberOfCases>int</MaximumNumberOfCases> <MinimumEventCount>int</MinimumEventCount> <NumberOfCases>int</NumberOfCases> <NumberOfValidCases>int</NumberOfValidCases> <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution> <SeparatorCharacter>char</SeparatorCharacter> <EvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> </EvolutionTreeNode> </Data> </analyseForEvolutionTree> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <analyseForEvolutionTreeResponse xmlns="http://www.cydas.org/OnlineAnalysis/"> <analyseForEvolutionTreeResult> <BinningThreshold>double</BinningThreshold> <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod> <DependenceThreshold>float</DependenceThreshold> <ErrorFileURL>string</ErrorFileURL> <ErrorMessages>string</ErrorMessages> <FirstEventFrequency>double</FirstEventFrequency> <FrequencyDecrease>double</FrequencyDecrease> <HasHeaderLine>boolean</HasHeaderLine> <InputCaseData> <mCollection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </mCollection> <meDataType>CaseDataCGH or CaseDataISCN</meDataType> <Collection> <WCaseData xsi:nil="true" /> <WCaseData xsi:nil="true" /> </Collection> <DataType>CaseDataCGH or CaseDataISCN</DataType> </InputCaseData> <InputData>string</InputData> <InputFormat>Mitelman or CustomCGH or CustomISCN</InputFormat> <MaximumDepth>int</MaximumDepth> <MaximumNumberOfCases>int</MaximumNumberOfCases> <MinimumEventCount>int</MinimumEventCount> <NumberOfCases>int</NumberOfCases> <NumberOfValidCases>int</NumberOfValidCases> <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution> <SeparatorCharacter>char</SeparatorCharacter> <EvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> <WEvolutionTreeNode> <Count>int</Count> <CountExpected>float</CountExpected> <CountParent>int</CountParent> <Dependence>float</Dependence> <Path>string</Path> <QuotientToAll>float</QuotientToAll> <QuotientToParent>float</QuotientToParent> <SubNodes xsi:nil="true" /> <Text>string</Text> </WEvolutionTreeNode> </EvolutionTreeNode> </analyseForEvolutionTreeResult> </analyseForEvolutionTreeResponse> </soap12:Body> </soap12:Envelope>