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 = 26701889

✎ 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
148095230 GT-AG 0 0.0003705928325688 10324 rna-XM_009481251.1 26701889 1 27585 37908 Pelecanus crispus 36300 CAG|GTATGATTTT...TTTCTCTTTTCA/TCTCTTTTCACC...TTCAG|AGG 0 1 1.25
148095231 GT-AG 0 1.000000099473604e-05 2711 rna-XM_009481251.1 26701889 2 38014 40724 Pelecanus crispus 36300 GTG|GTGAGAGAAA...CTTTTTTTATCA/CCTTTTTTTATC...GTTAG|GAG 0 1 3.93
148095232 GT-AG 0 1.000000099473604e-05 5809 rna-XM_009481251.1 26701889 3 40914 46722 Pelecanus crispus 36300 AAA|GTAAGGCTCG...TGTTCTTTCTTT/AAAAATCTAAAT...TAAAG|CAA 0 1 8.752
148095233 GT-AG 0 1.000000099473604e-05 5015 rna-XM_009481251.1 26701889 4 46782 51796 Pelecanus crispus 36300 AAA|GTAAGTGTTA...TAATTCTTTTTT/TAGAAAATAATT...CACAG|TAT 2 1 10.258
148095234 GT-AG 0 1.000000099473604e-05 1034 rna-XM_009481251.1 26701889 5 51846 52879 Pelecanus crispus 36300 CAG|GTACTGAACC...AGACTCTTAATG/CCCGCTTTGATT...TTTAG|GAT 0 1 11.508
148095235 GT-AG 0 2.459590324629759e-05 1096 rna-XM_009481251.1 26701889 6 52977 54072 Pelecanus crispus 36300 GTG|GTAGGTTGAC...CCCTCTTTGATC/TTATGTTTGACC...TGTAG|GGT 1 1 13.983
148095236 GT-AG 0 2.816787773758828e-05 997 rna-XM_009481251.1 26701889 7 54745 55741 Pelecanus crispus 36300 GAG|GTAAGCGCTC...TTGTTCTTACCA/TTTGTTCTTACC...AACAG|AGA 1 1 31.13
148095237 GT-AG 0 1.000000099473604e-05 1363 rna-XM_009481251.1 26701889 8 55808 57170 Pelecanus crispus 36300 AAG|GTACGTCACA...GTGTCATTAGTT/CCTGGTGTCATT...TTCAG|GTA 1 1 32.814
148095238 GT-AG 0 4.9795451699882806e-05 2212 rna-XM_009481251.1 26701889 9 57273 59484 Pelecanus crispus 36300 CAG|GTATGGTCTC...TTGCATTTAGTC/GTTGCATTTAGT...CGTAG|CTG 1 1 35.417
148095239 GT-AG 0 1.000000099473604e-05 1442 rna-XM_009481251.1 26701889 10 60324 61765 Pelecanus crispus 36300 AAG|GTAAAGAACT...AATGTGTTAACA/AATGTGTTAACA...TTCAG|GTA 0 1 56.826
148095240 GT-AG 0 1.000000099473604e-05 680 rna-XM_009481251.1 26701889 11 61932 62611 Pelecanus crispus 36300 AAG|GTAATTAAAA...TGTTCCCTGATT/TGTTCCCTGATT...TCTAG|TCC 1 1 61.061
148095241 GT-AG 0 5.073026678792045e-05 18431 rna-XM_009481251.1 26701889 12 62669 81099 Pelecanus crispus 36300 CAG|GTAATCAGCT...TTTTTTTTAAAT/TTTTTTTTAAAT...TACAG|AGA 1 1 62.516
148095242 GT-AG 0 1.5509020241940563e-05 4417 rna-XM_009481251.1 26701889 13 81403 85819 Pelecanus crispus 36300 TTG|GTAAATCGCT...CGTCTCTTAGCT/GTGATTTTCAAT...ATTAG|GTC 1 1 70.248
148095243 GT-AG 0 0.0001829912187554 4841 rna-XM_009481251.1 26701889 14 86009 90849 Pelecanus crispus 36300 AAG|GTAACTTGGA...GCATTTGTATTC/TTTGTATTCAGC...TTCAG|CCT 1 1 75.07
148095244 GT-AG 0 1.000000099473604e-05 8563 rna-XM_009481251.1 26701889 15 91115 99677 Pelecanus crispus 36300 CAG|GTATGAGATC...TCTCCCCTGTCT/GGCAGGCTCACC...CCTAG|GTC 2 1 81.832

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