XML 2009, a new Sierra report option
Last updated on Mar 03, 2010
|
A new report, "XML 2009", has been added. Compared to the detail report, it has a more consistent structure and a published schema available at http://hivdb.stanford.edu/DR/schema/sierra.xsd. The detail report will continue to be available and maintained, however, new development will be targeted toward this new XML report. The following is a list of differences between the detail report and this new report (element names are enclosed with the less-than and greater-than symbols that denote XML tags in XML files): |
HeaderAligned Sequence |
XML Examples (Examples are truncated)
Example of Detail Report:
<?xml version="1.0" standalone="yes"?><?xml-stylesheet type="text/xsl"...>
<Stanford_Algorithm_Interpretation>
<algorithmVersion>6.0.1F</algorithmVersion>
<webServiceVersion>beta-1.0.1</webServiceVersion>
<success>
<sequence name="sequence name" md5sum="ccfca6ae9866c586a288fc3fa55af59c">CCTCAGA...</sequence>
<summary>
<PR>
<present>true</present>
<consensus>PQITLW...</consensus>
<alignedNASequence>CCTCAG...</alignedNASequence>
<alignedAASequence>PQITLW...</alignedAASequence>
<firstAA>1</firstAA>
<lastAA>99</lastAA>
<subtype type="B" percentSimilarity="91.6"/>
</PR>
<RT>
<present>true</present>
<consensus>PISPIE...</consensus>
<alignedNASequence>CCCATT...</alignedNASequence>
<alignedAASequence>PISPIE...</alignedAASequence>
<firstAA>1</firstAA>
<lastAA>249</lastAA>
<insertion position="69" nucleicAcid="ANTTNT" translatedNA="XX"/>
<subtype type="B" percentSimilarity="94.5"/>
</RT>
<IN>
<present>false</present>
</IN>
</summary>
<PR_mutations>
<mutation classification="OTHER">K14R</mutation>
<mutation classification="PI_MINOR">L23FL</mutation>
</PR_mutations>
<RT_mutations>
<mutation classification="NRTI">M41L</mutation>
<mutation classification="OTHER">K43KMRT</mutation>
<mutation classification="NRTI">T69Si</mutation>
<mutation classification="NNRTI">K103S</mutation>
</RT_mutations>
<SequenceQA>
<PR>
<image href="http://..."/>
<stop>25</stop>
<ambiguous>66</ambiguous>
<atypical>66</atypical>
</PR>
<RT>
<image href="http://..."/>
<stop>233</stop>
<atypical>43</atypical>
<ambiguous>233</ambiguous>
</RT>
</SequenceQA>
<drugScores>
<drug code="3TC" genericName="lamivudine" type="NRTI" score="8.0" levelStanford="1" levelSIR="S" >
<partialScore mutation="T215Y" score="4.0"/>
</drug>
</drugScores>
<comments>
<comment id="PR_POS24F_PIMinor">L24I is associated with...</comment>
<comment id="RT_ETR_Special">The following 2 of the 13 etravirine ...</comment>
</comments>
</success>
Example of XML 2009 report:
<?xml version="1.0" standalone="yes"?><DrugResistance_Interpretation>
<algorithmName>HIVDB</algorithmName>
<algorithmVersion>6.0.1F</algorithmVersion>
<webServiceVersion>beta-1.0.1</webServiceVersion>
<schemaVersion>1.0</schemaVersion>
<submissionName></submissionName>
<dateTime></dateTime>
<result>
<success>true</success>
<inputSequence>
<md5sum>ccfca6ae9866c586a288fc3fa55af59c</md5sum>
<name>sequence name</name>
<sequence>CCTCAG...</sequence>
</inputSequence>
<geneData>
<gene>PR</gene>
<present>true</present>
<consensus>PQITLW...</consensus>
<alignedNASequence>CCTCAG...</alignedNASequence>
<alignedAASequence>PQITLW...</alignedAASequence>
<firstAA>1</firstAA>
<lastAA>99</lastAA>
<subtype>
<type>B</type>
<percentSimilarity>91.6</percentSimilarity>
</subtype>
<mutation>
<classification>OTHER</classification>
<type>mutation</type>
<mutationString>K14R</mutationString>
<wildType>K</wildType>
<position>14</position>
<nucleicAcid>AGA</nucleicAcid>
<translatedNA>R</translatedNA>
</mutation>
<mutation>
<classification>PI_MINOR</classification>
<type>mutation</type>
<mutationString>L23FL</mutationString>
<wildType>L</wildType>
<position>23</position>
<nucleicAcid>TTN</nucleicAcid>
<translatedNA>FL</translatedNA>
<atypical>true</atypical>
</mutation>
<quality>
<ambiguous>66</ambiguous>
<stop>25</stop>
<stopAndFrameshiftPositions>25</stopAndFrameshiftPositions>
<href>http://...</href>
</quality>
</geneData>
<geneData>
<gene>RT</gene>
<present>true</present>
<consensus>PISPIE...</consensus>
<alignedNASequence>CCCATT...</alignedNASequence>
<alignedAASequence>PISPIE...</alignedAASequence>
<firstAA>1</firstAA>
<lastAA>249</lastAA>
<subtype>
<type>B</type>
<percentSimilarity>94.5</percentSimilarity>
</subtype>
<mutation>
<classification>NRTI</classification>
<type>mutation</type>
<mutationString>M41L</mutationString>
<wildType>M</wildType>
<position>41</position>
<nucleicAcid>TTG</nucleicAcid>
<translatedNA>L</translatedNA>
</mutation>
<mutation>
<classification>OTHER</classification>
<type>mutation</type>
<mutationString>K43KMRT</mutationString>
<wildType>K</wildType>
<position>43</position>
<nucleicAcid>ANG</nucleicAcid>
<translatedNA>KMRT</translatedNA>
<atypical>true</atypical>
</mutation>
<mutation>
<classification>NRTI</classification>
<type>insertion</type>
<mutationString>T69Si</mutationString>
<wildType>T</wildType>
<position>69</position>
<nucleicAcid>TCC</nucleicAcid>
<translatedNA>S</translatedNA>
<insertionString>S_XX</insertionString>
<insertionNucleicAcid>ANTTNT</insertionNucleicAcid>
<insertionTranslatedNA>XX</insertionTranslatedNA>
</mutation>
<mutation>
<classification>NNRTI</classification>
<type>mutation</type>
<mutationString>K103S</mutationString>
<wildType>K</wildType>
<position>103</position>
<nucleicAcid>AGC</nucleicAcid>
<translatedNA>S</translatedNA>
</mutation>
<quality>
<ambiguous>43</ambiguous>
<ambiguous>233</ambiguous>
<stop>233</stop>
<stopAndFrameshiftPositions>233</stopAndFrameshiftPositions>
<href>http://...</href>
</quality>
</geneData>
<geneData>
<gene>IN</gene>
<present>false</present>
</geneData>
<sequenceQualityCounts>
<insertions>0</insertions>
<deletions>0</deletions>
<ambiguous>7</ambiguous>
<stops>2</stops>
<frameshifts>0</frameshifts>
</sequenceQualityCounts>
<drugScore>
<drugCode>3TC</drugCode>
<genericName>lamivudine</genericName>
<type>NRTI</type>
<score>8</score>
<resistanceLevel>1</resistanceLevel>
<resistanceLevelText>Susceptible</resistanceLevelText>
<threeStepResistanceLevel>S</threeStepResistanceLevel>
<partialScore>
<mutation>M41L</mutation>
<score>4</score>
<fullMutationString>L</fullMutationString>
</partialScore>
</drugScore>
<scoreTable>
<scoreRow>
<score value="NRTI"/>
<score value="3TC"/>
</scoreRow>
<scoreRow>
<score value="M41L"/>
<score value="4" pos="41" class="NRTI" drug="3TC"/>
</scoreRow>
<scoreRow>
<score value="Total:"/>
<score value="54" drug="3TC"/>
</scoreRow>
</scoreTable>
<comment id="PR_POS24F_PIMinor">
<gene>PR</gene>
<grouping>PIMinor</grouping>
<position>24</position>
<commentString>L24I is associated with reduced ... </commentString>
<mutationString>24F</mutationString>
</comment>
<drugComment id="RT_ETR_Special">
<gene>RT</gene>
<grouping>Special</grouping>
<commentString>The following 2 of the 13 etravirine...</commentString>
<drug>ETR</drug>
</drugComment>
</result>
