home / WtMTA

introns

Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)

id
INTEGER (primary key), globally unique identifier for each intron
dinucleotide_pair
TEXT, terminal dinucleotide sequences of the intron
is_minor
INTEGER, indicates if the intron is a minor intron (1) or not (0)
score
REAL, score representing the probability (0-100%) of the intron being minor
length
INTEGER, length of the intron in base pairs
transcript_id
INTEGER (foreign key referencing transcripts(id)), parent transcript
ordinal_index
INTEGER, ordinal position of the intron within the transcript (e.g., 3 for the third intron)
start
INTEGER, start position of the intron in the genome
end
INTEGER, end position of the intron in the genome
taxonomy_id
INTEGER (foreign key referencing genomes(taxonomy_id)), NCBI taxonomy identifier for species
scored_motifs
TEXT, motifs scored for the intron
phase
INTEGER, phase of the intron in coding sequence (0, 1, or 2 or null for introns outside of coding sequence)
in_cds
INTEGER, indicates if the intron is within the coding sequence (1) or not (0; e.g., UTR introns)
relative_position
REAL, relative position of the intron within the transcript (as a percentage of coding length)

14 rows where transcript_id = 23897268

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
129808082 GT-AG 0 1.000000099473604e-05 1572 rna-XM_026666195.1 23897268 2 44146623 44148194 Notechis scutatus 8663 CAG|GTAAAGTACA...TTTTTTTTAAAT/ATGGTATTCATT...TTCAG|AGG 0 1 4.303
129808083 GT-AG 0 0.0002399161587116 2905 rna-XM_026666195.1 23897268 3 44143568 44146472 Notechis scutatus 8663 CAG|GTATTTAACC...CTGTTCTTGCCA/TGGTTACTCAAA...CACAG|GTC 0 1 9.156
129808084 GT-AG 0 1.000000099473604e-05 999 rna-XM_026666195.1 23897268 4 44142410 44143408 Notechis scutatus 8663 CAG|GTAAGACTGG...TTTTTCTTGCAA/AAATGACTCATT...TTTAG|GCA 0 1 14.3
129808085 GT-AG 0 1.000000099473604e-05 1330 rna-XM_026666195.1 23897268 5 44141002 44142331 Notechis scutatus 8663 TCG|GTAAGTGTCT...GATCATTTATTT/TGATCATTTATT...CCTAG|ATT 0 1 16.823
129808086 GT-AG 0 1.000000099473604e-05 2130 rna-XM_026666195.1 23897268 6 44138713 44140842 Notechis scutatus 8663 ATG|GTGAGTCTTG...TTTTCTTTTTCC/GTGGCTTTCAAT...CACAG|CTG 0 1 21.967
129808087 GT-AG 0 1.000000099473604e-05 18550 rna-XM_026666195.1 23897268 7 44120064 44138613 Notechis scutatus 8663 CAG|GTGAGGCTGC...ATACCTTTAAAA/AAAATATTTATT...TTTAG|GTC 0 1 25.17
129808088 GT-AG 0 1.000000099473604e-05 1449 rna-XM_026666195.1 23897268 8 44118377 44119825 Notechis scutatus 8663 CAG|GTAGGACAGT...GTGTTCTTAAAG/CCCATTTTTATT...TGTAG|CCT 1 1 32.87
129808089 GT-AG 0 9.521094217580216e-05 2540 rna-XM_026666195.1 23897268 9 44114980 44117519 Notechis scutatus 8663 GTG|GTAAGCCTCT...CAAAGCTTGACT/CGTGGGTTGATT...TGCAG|CTT 0 1 60.595
129808090 GT-AG 0 1.000000099473604e-05 3087 rna-XM_026666195.1 23897268 10 44111742 44114828 Notechis scutatus 8663 CAG|GTGAGAAAAA...GTTATTTTAAAA/ATTTGAGTTATT...TCCAG|AAC 1 1 65.48
129808091 GT-AG 0 1.5873577096698776e-05 1602 rna-XM_026666195.1 23897268 11 44109886 44111487 Notechis scutatus 8663 CCT|GTAAGTGTAA...TTGTTGTTAATG/AATGATTTCATC...AACAG|GTA 0 1 73.698
129808092 GT-AG 0 1.000000099473604e-05 3415 rna-XM_026666195.1 23897268 12 44106311 44109725 Notechis scutatus 8663 AAG|GTTTTTGTAT...CTGAATTTATTC/TTCAAACTAACT...TTTAG|AGG 1 1 78.874
129808093 GT-AG 0 0.1378540753251972 1680 rna-XM_026666195.1 23897268 13 44104516 44106195 Notechis scutatus 8663 GAG|GTATTCTTCA...CATACCTTTTCA/TACCTTTTCATC...TCTAG|GTA 2 1 82.595
129808094 GT-AG 0 1.000000099473604e-05 97 rna-XM_026666195.1 23897268 14 44104268 44104364 Notechis scutatus 8663 CAG|GTCTGTAGAA...TTGTCTGTACTA/AAAATGGTTATA...TCCAG|CTA 0 1 87.48
129808095 GT-AG 0 0.0071488480170716 2241 rna-XM_026666195.1 23897268 15 44101795 44104035 Notechis scutatus 8663 CTG|GTATGCAGCG...CCTTTCTTAGTA/ATATTTGTTATT...TGCAG|GTT 1 1 94.985

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "introns" (
"id" INTEGER,
  "dinucleotide_pair" TEXT,
  "is_minor" INTEGER,
  "score" REAL,
  "length" INTEGER,
  "transcript_id" INTEGER,
  "ordinal_index" INTEGER,
  "start" INTEGER,
  "end" INTEGER,
  "taxonomy_id" INTEGER,
  "scored_motifs" TEXT,
  "phase" INTEGER,
  "in_cds" INTEGER,
  "relative_position" REAL
  ,PRIMARY KEY ([id]),
   FOREIGN KEY([transcript_id]) REFERENCES [transcripts]([id]),
   FOREIGN KEY([taxonomy_id]) REFERENCES [genomes]([taxonomy_id])
);
CREATE INDEX [idx_introns_transcript_id]
    ON [introns] ([transcript_id]);
CREATE INDEX [idx_introns_taxonomy_id]
    ON [introns] ([taxonomy_id]);
CREATE INDEX [idx_introns_phase]
    ON [introns] ([phase]);
CREATE INDEX [idx_introns_is_minor]
    ON [introns] ([is_minor]);
CREATE INDEX [idx_introns_dinucleotide_pair]
    ON [introns] ([dinucleotide_pair]);
CREATE INDEX [idx_introns_score]
    ON [introns] ([score]);
CREATE INDEX [idx_introns_in_cds]
    ON [introns] ([in_cds]);
Powered by Datasette · Queries took 37.062ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)