Service


Click here for a complete list of operations.

createDependenceNetworkData

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: www.cydas.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cydas.org/OnlineAnalysis/createDependenceNetworkData"

<?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>
    <createDependenceNetworkData xmlns="http://www.cydas.org/OnlineAnalysis/" />
  </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>
    <createDependenceNetworkDataResponse xmlns="http://www.cydas.org/OnlineAnalysis/">
      <createDependenceNetworkDataResult>
        <BackColor>string</BackColor>
        <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod>
        <ErrorFileURL>string</ErrorFileURL>
        <ErrorMessages>string</ErrorMessages>
        <EventCombinations>
          <EventCombination>
            <FirstEvent>string</FirstEvent>
            <FirstEventCount>int</FirstEventCount>
            <SecondEvent>string</SecondEvent>
            <SecondEventCount>int</SecondEventCount>
            <Support>int</Support>
            <SupportExpected>float</SupportExpected>
            <AttributableRisk>float</AttributableRisk>
            <ChiSquare>float</ChiSquare>
            <Confidence>float</Confidence>
            <FourFoldCorrelation>float</FourFoldCorrelation>
            <OddsRatio>float</OddsRatio>
            <Pearson>float</Pearson>
            <RelativeRisk>float</RelativeRisk>
          </EventCombination>
          <EventCombination>
            <FirstEvent>string</FirstEvent>
            <FirstEventCount>int</FirstEventCount>
            <SecondEvent>string</SecondEvent>
            <SecondEventCount>int</SecondEventCount>
            <Support>int</Support>
            <SupportExpected>float</SupportExpected>
            <AttributableRisk>float</AttributableRisk>
            <ChiSquare>float</ChiSquare>
            <Confidence>float</Confidence>
            <FourFoldCorrelation>float</FourFoldCorrelation>
            <OddsRatio>float</OddsRatio>
            <Pearson>float</Pearson>
            <RelativeRisk>float</RelativeRisk>
          </EventCombination>
        </EventCombinations>
        <HasHeaderLine>boolean</HasHeaderLine>
        <ImageHeight>int</ImageHeight>
        <ImageWidth>int</ImageWidth>
        <ImageURL>string</ImageURL>
        <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>
        <MaximumNumberOfCases>int</MaximumNumberOfCases>
        <MinimumChiSquare>float</MinimumChiSquare>
        <NumberOfCases>int</NumberOfCases>
        <NumberOfValidCases>int</NumberOfValidCases>
        <NumberOfEvents>int</NumberOfEvents>
        <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
        <SeparatorCharacter>char</SeparatorCharacter>
      </createDependenceNetworkDataResult>
    </createDependenceNetworkDataResponse>
  </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: www.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>
    <createDependenceNetworkData xmlns="http://www.cydas.org/OnlineAnalysis/" />
  </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>
    <createDependenceNetworkDataResponse xmlns="http://www.cydas.org/OnlineAnalysis/">
      <createDependenceNetworkDataResult>
        <BackColor>string</BackColor>
        <DataPreparationMethod>eDataPreparationMethodAsIs or eDataPreparationMethodGainsLossesStructurals or eDataPreparationMethodSCCNAberrations</DataPreparationMethod>
        <ErrorFileURL>string</ErrorFileURL>
        <ErrorMessages>string</ErrorMessages>
        <EventCombinations>
          <EventCombination>
            <FirstEvent>string</FirstEvent>
            <FirstEventCount>int</FirstEventCount>
            <SecondEvent>string</SecondEvent>
            <SecondEventCount>int</SecondEventCount>
            <Support>int</Support>
            <SupportExpected>float</SupportExpected>
            <AttributableRisk>float</AttributableRisk>
            <ChiSquare>float</ChiSquare>
            <Confidence>float</Confidence>
            <FourFoldCorrelation>float</FourFoldCorrelation>
            <OddsRatio>float</OddsRatio>
            <Pearson>float</Pearson>
            <RelativeRisk>float</RelativeRisk>
          </EventCombination>
          <EventCombination>
            <FirstEvent>string</FirstEvent>
            <FirstEventCount>int</FirstEventCount>
            <SecondEvent>string</SecondEvent>
            <SecondEventCount>int</SecondEventCount>
            <Support>int</Support>
            <SupportExpected>float</SupportExpected>
            <AttributableRisk>float</AttributableRisk>
            <ChiSquare>float</ChiSquare>
            <Confidence>float</Confidence>
            <FourFoldCorrelation>float</FourFoldCorrelation>
            <OddsRatio>float</OddsRatio>
            <Pearson>float</Pearson>
            <RelativeRisk>float</RelativeRisk>
          </EventCombination>
        </EventCombinations>
        <HasHeaderLine>boolean</HasHeaderLine>
        <ImageHeight>int</ImageHeight>
        <ImageWidth>int</ImageWidth>
        <ImageURL>string</ImageURL>
        <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>
        <MaximumNumberOfCases>int</MaximumNumberOfCases>
        <MinimumChiSquare>float</MinimumChiSquare>
        <NumberOfCases>int</NumberOfCases>
        <NumberOfValidCases>int</NumberOfValidCases>
        <NumberOfEvents>int</NumberOfEvents>
        <Resolution>ResolutionNone or ResolutionChromosome or ResolutionArm or Resolution1Digit or Resolution2Digit or Resolution400Bands or Resolution500Bands or Resolution550Bands or Resolution650Bands or Resolution800Bands</Resolution>
        <SeparatorCharacter>char</SeparatorCharacter>
      </createDependenceNetworkDataResult>
    </createDependenceNetworkDataResponse>
  </soap12:Body>
</soap12:Envelope>