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)

15 rows where transcript_id = 623837

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
3437871 GT-AG 0 6.955133871182874e-05 60 rna-EDS130_LOCUS384 623837 1 1093712 1093771 Adineta ricciae 249248 GAA|GTATGAAAAT...TCTTTGTTAATA/TCTTTGTTAATA...TCTAG|TTG 0 1 6.897
3437872 GT-AG 0 6.1914377955642e-05 63 rna-EDS130_LOCUS384 623837 2 1093860 1093922 Adineta ricciae 249248 CAA|GTAAACCGAC...CTGTTCGTAACA/AAGTTATTGAAA...TTCAG|TGT 1 1 10.943
3437873 GT-AG 0 1.000000099473604e-05 51 rna-EDS130_LOCUS384 623837 3 1094078 1094128 Adineta ricciae 249248 GCA|GTTAGATCAA...TACTCATTAATC/TCATTACTCATT...GATAG|AGT 0 1 18.069
3437874 GT-AG 0 0.0001615153374605 62 rna-EDS130_LOCUS384 623837 4 1094284 1094345 Adineta ricciae 249248 AAG|GTACACAAGA...TTTTTCTCGAAC/GTTTTTCTAAGA...GGTAG|ATA 2 1 25.195
3437875 GT-AG 0 1.1783054266258896e-05 54 rna-EDS130_LOCUS384 623837 5 1094434 1094487 Adineta ricciae 249248 CTT|GTAATTATAT...TCGTTTGTACTA/TTTGTACTAATA...TTTAG|TTG 0 1 29.241
3437876 GT-AG 0 0.0003756668137426 49 rna-EDS130_LOCUS384 623837 6 1094555 1094603 Adineta ricciae 249248 ATA|GTAAGCTTTC...AATATGTGAATG/GGTCGTCTGATG...TATAG|ATT 1 1 32.322
3437877 GT-AG 0 1.023253220277593e-05 57 rna-EDS130_LOCUS384 623837 7 1094816 1094872 Adineta ricciae 249248 CGC|GTAAGTAACT...TCAATTTTATCA/ATCAATTTTATC...CGTAG|CGC 0 1 42.069
3437878 GT-AG 0 0.0007453984895726 653 rna-EDS130_LOCUS384 623837 8 1095074 1095726 Adineta ricciae 249248 CCC|GTACAATATC...TATGTTTTCACA/TATGTTTTCACA...ATTAG|CAT 0 1 51.31
3437879 GT-AG 0 7.633575346947646e-05 1034 rna-EDS130_LOCUS384 623837 9 1095743 1096776 Adineta ricciae 249248 CGA|GTAAGTCCTA...ATGTCTTTATTT/AATGTCTTTATT...TTTAG|ATA 1 1 52.046
3437880 GT-AG 0 1.000000099473604e-05 799 rna-EDS130_LOCUS384 623837 10 1096819 1097617 Adineta ricciae 249248 ACG|GTAAATAAAA...AGATAATTAATG/AATGATGTCATT...TTTAG|ATC 1 1 53.977
3437881 GT-AG 0 1.000000099473604e-05 55 rna-EDS130_LOCUS384 623837 11 1097768 1097822 Adineta ricciae 249248 AAG|GTAAATGAAA...CAAACTTGTACT/ATGTTGTTCAGG...TCTAG|GTC 1 1 60.874
3437882 GT-AG 0 4.147094303618711e-05 52 rna-EDS130_LOCUS384 623837 12 1097972 1098023 Adineta ricciae 249248 TCT|GTAAGATTCG...CTCGTCTAGACA/TTGATACAAACT...CTTAG|GTC 0 1 67.724
3437883 GT-AG 0 1.000000099473604e-05 50 rna-EDS130_LOCUS384 623837 13 1098124 1098173 Adineta ricciae 249248 ATG|GTAAAAACTT...CACATTTTGTTC/CAGCAGTTAATG...TCTAG|GCT 1 1 72.322
3437884 GT-AG 0 1.1733206917167764e-05 55 rna-EDS130_LOCUS384 623837 14 1098608 1098662 Adineta ricciae 249248 CAG|GTAAATGTCA...TCTTCTTTGACA/TCTTCTTTGACA...TTTAG|GTA 0 1 92.276
3437885 GT-AG 0 0.0159925688251684 111 rna-EDS130_LOCUS384 623837 15 1098771 1098881 Adineta ricciae 249248 GCA|GTATGTATCT...ACTCGCTTAGCG/AAATATCCAACT...TTTAG|GGT 0 1 97.241

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 24.337ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)