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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
20805158 GT-AG 0 2.046120875060952e-05 5718 rna-XM_010300896.1 4024540 2 52068 57785 Balearica regulorum 925459 AAG|GTACAGTGTA...CCTTCCTTCTCT/AGTGTACTGATT...TGCAG|ATT 1 1 9.316
20805159 GT-AG 0 1.000000099473604e-05 10875 rna-XM_010300896.1 4024540 3 41004 51878 Balearica regulorum 925459 TAG|GTAAGTACCT...AACCTCTTCATG/AACCTCTTCATG...TCTAG|GTC 1 1 17.99
20805160 GT-AG 0 1.634775070553897e-05 8454 rna-XM_010300896.1 4024540 4 32298 40751 Balearica regulorum 925459 AGC|GTAAGTACCT...TGACTGTTAACA/TTTTTTGTAAAC...TGCAG|AGG 1 1 29.555
20805161 GT-AG 0 1.000000099473604e-05 5487 rna-XM_010300896.1 4024540 5 26692 32178 Balearica regulorum 925459 CAG|GTGAGCTTTT...TCCCTTTTAATT/AAGTGACTCATT...TCTAG|TTT 0 1 35.016
20805162 GT-AG 0 0.0014135377283659 2462 rna-XM_010300896.1 4024540 6 24122 26583 Balearica regulorum 925459 GTG|GTATGTAATG...AGCTCTTTATTA/TTATTATTCAGT...TTTAG|ATC 0 1 39.972
20805163 GT-AG 0 0.0001447035364877 3251 rna-XM_010300896.1 4024540 7 20696 23946 Balearica regulorum 925459 CAT|GTAGGTATCA...TTGTCCTTCTCA/GTCCTTCTCATC...CACAG|TTC 1 1 48.004
20805164 GT-AG 0 1.000000099473604e-05 6395 rna-XM_010300896.1 4024540 8 14162 20556 Balearica regulorum 925459 TTG|GTGAGTTCTC...CTGGTCTCATCT/TCTGGTCTCATC...CTAAG|GAA 2 1 54.383
20805165 GT-AG 0 3.910270969484116e-05 795 rna-XM_010300896.1 4024540 9 13263 14057 Balearica regulorum 925459 ATG|GTAATGTTGC...TGTTTTTTAATT/TTTTAATTCATT...CACAG|GTA 1 1 59.156
20805166 GT-AG 0 1.6958012505602784e-05 964 rna-XM_010300896.1 4024540 10 12210 13173 Balearica regulorum 925459 GAG|GTACATACCT...TTTCATTTAATT/TCCTTTTTCATT...TATAG|GTG 0 1 63.24
20805167 GT-AG 0 0.0014670750174923 578 rna-XM_010300896.1 4024540 11 11478 12055 Balearica regulorum 925459 AAG|GTAACCTGAA...TTGATTTTCATT/TTGATTTTCATT...TCTAG|GCT 1 1 70.307
20805168 GT-AG 0 0.0001134159657084 4117 rna-XM_010300896.1 4024540 12 7073 11189 Balearica regulorum 925459 CAT|GTAAGATTTG...TTTTTCTTGCCT/GATTGCTTCAGA...CTCAG|CTA 1 1 83.525
20805169 GT-AG 0 0.0049751782347498 2986 rna-XM_010300896.1 4024540 13 3926 6911 Balearica regulorum 925459 AAG|GTAGCTCAAG...CTTTCCTTATCT/CCTTTCCTTATC...TGCAG|ACC 0 1 90.913
20805170 GT-AG 0 1.000000099473604e-05 1816 rna-XM_010300896.1 4024540 14 1973 3788 Balearica regulorum 925459 CAG|GTAGGGAAGA...TTTTCTGTATCA/TTCTGTATCACT...ACAAG|TAT 2 1 97.201
20805171 GT-AG 0 0.0003215354940544 1802 rna-XM_010300896.1 4024540 15 130 1931 Balearica regulorum 925459 GAA|GTGGCTTGGG...GTAGCCTGAGAA/GGTAGCCTGAGA...TACAG|AGA 1 1 99.082
20805172 GT-AG 0 1.781116114490629 960 rna-XM_010300896.1 4024540 1 57938 58897 Balearica regulorum 925459 AAG|GTACCCTTGC...CTTTCCTTCTCT/CCTTCTCTCATG...TACAG|GAT   0 2.386

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