File: seqxml.xml

package info (click to toggle)
bioperl 1.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 35,888 kB
  • sloc: perl: 94,151; xml: 14,982; makefile: 20
file content (24 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<seqXML source="Ensembl" sourceVersion="56" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.seqxml.org/0.3/seqxml.xsd" seqXMLversion="0.3">
    <entry id="ENST00000308775" source="Ensembl">
        <species name="Homo sapiens" ncbiTaxID="9606"/>
        <description>dystroglycan 1</description>
        <RNAseq>AAGGC----UGAUGUC.....ACAU</RNAseq>
        <DBRef type="DNA" source="RefSeq" id="NM_004393"/>
        <property name="prediction_method" value="manual curation"/>
        <property name="has_splice_variants"/>
    </entry>
    <entry id="ENSP00000312435" source="Ensembl">
        <species name="Homo sapiens" ncbiTaxID="9606"/>
        <description>example description.</description>
        <AAseq>AAGGCGAAA----AA*AAAAAGT.....CACJOXA</AAseq>
    </entry>
    <entry id="ENSG00000173402" source="Ensembl">
        <species name="Homo sapiens" ncbiTaxID="9606"/>
        <description>another example description</description>
        <DNAseq>AAGGCGTTAAA----AAAAAAAGT.....CACTA</DNAseq>
    </entry>
    <entry id="A12345" source="Genbank">
        <DNAseq>NNNNACTG--AAATGTGCCCGGG</DNAseq>
    </entry>
</seqXML>