Hi all,
I wonder if there is a biodas way to retrieve some metadata from a feature?segment= query
For example: in http://genome.ucsc.edu/cgi-bin/das/hg18/features?segment=22:14504273,14622020;type=knownGene
http://www.biodas.org/dtd/dasgff.dtd">
<DASGFF>
<GFF version="1.0" href="<a href=" http:="" genome.ucsc.edu="" cgi-bin="" das="" hg18="" features"="" rel="nofollow">http://genome.ucsc.edu/cgi-bin/das/hg18/features">
<SEGMENT id="22" start="14504273" stop="14622020" version="1.00" label="22">
<FEATURE id="uc002zkr.2.chr22.14504263.0" label="uc002zkr.2">
<TYPE id="knownGene" category="transcription" reference="no">knownGene</TYPE>
<METHOD></METHOD>
<START>14504264</START>
<END>14504973</END>
<SCORE>-</SCORE>
<ORIENTATION>-</ORIENTATION>
<PHASE>-</PHASE>
<GROUP id="uc002zkr.2.chr22.14504263">
<LINK href="<a href=" http:="" genome.ucsc.edu="" cgi-bin="" hgTracks?position="chr22:14504263-14572999&db=hg18" "="" rel="nofollow">http://genome.ucsc.edu/cgi-bin/hgTracks?position=chr22:14504263-14572999&db=hg18">Link to UCSC Browser</LINK>
</GROUP>
</FEATURE>
<FEATURE id="uc002zkr.2.chr22.14504263.1" label="uc002zkr.2">
<TYPE id="knownGene" category="transcription" reference="no">knownGene</TYPE>
<METHOD></METHOD>
<START>14542397</START>
<END>14542487</END>
<SCORE>-</SCORE>
<ORIENTATION>-</ORIENTATION>
(...)
What is 'uc002zkr.2' (geneSymbol, cds Start , ... ) ? I know I can retrieve this information through a mysql query but does BIODAS define a standard protocol to retrieve this kind of indormation ?
Thanks,
Pierre
Thanks Jeremy , I didn't know those syntaxes for the DAS URLs