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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
209849524 GT-AG 0 1.000000099473604e-05 678 rna-XM_028079780.1 38015466 1 30936687 30937364 Vigna unguiculata 3917 ACG|GTGAGTGTTT...TTGTTTTTGATT/TTGTTTTTGATT...GGCAG|GTG 0 1 2.615
209849525 GT-AG 0 0.0009591793219924 4930 rna-XM_028079780.1 38015466 2 30937442 30942371 Vigna unguiculata 3917 AAT|GTGTGTATTC...GTTGTCTTAGTT/AGTTGTCTTAGT...TTCAG|AGC 2 1 4.252
209849526 GT-AG 0 3.142423790562724e-05 359 rna-XM_028079780.1 38015466 3 30944346 30944704 Vigna unguiculata 3917 CAT|GTAAGTTATT...GTGCTATTATTT/TTCCAATTCAAT...TTCAG|GCA 2 1 46.216
209849527 GT-AG 0 1.000000099473604e-05 1566 rna-XM_028079780.1 38015466 4 30945159 30946724 Vigna unguiculata 3917 AAG|GTAATGTGAT...GTCTTAATGATA/GTCTTAATGATA...TCTAG|GTG 0 1 55.867
209849528 GT-AG 0 0.0119695266429888 139 rna-XM_028079780.1 38015466 5 30946834 30946972 Vigna unguiculata 3917 AAG|GTATTTTTCT...ATAGTTTTAGTA/AATATATTTATT...TCCAG|GAG 1 1 58.185
209849529 GC-AG 0 1.000000099473604e-05 114 rna-XM_028079780.1 38015466 6 30947086 30947199 Vigna unguiculata 3917 AAG|GCAAGTTAAT...TTATCCTTGTTA/TCCTTGTTAATT...TGTAG|GTA 0 1 60.587
209849530 GT-AG 0 1.000000099473604e-05 75 rna-XM_028079780.1 38015466 7 30947385 30947459 Vigna unguiculata 3917 AAG|GTGTGATGCA...ACTTCTTTAAGT/AGTGTGTTAACT...TGCAG|CAA 2 1 64.52
209849531 GT-AG 0 0.0016036171822526 111 rna-XM_028079780.1 38015466 8 30947959 30948069 Vigna unguiculata 3917 CTG|GTATGGTTTA...TTTTCCTTTCTA/GATGTAATAACC...TGCAG|ACC 0 1 75.128
209849532 GT-AG 0 1.000000099473604e-05 126 rna-XM_028079780.1 38015466 9 30948506 30948631 Vigna unguiculata 3917 ATG|GTAAGACTGA...TATGTATTAGTA/GTATTAGTAATT...TTCAG|GTC 1 1 84.396
209849533 GT-AG 0 0.0010180590791719 5150 rna-XM_028079780.1 38015466 10 30948800 30953949 Vigna unguiculata 3917 GAG|GTATATATAC...CAAATATTAGCA/AAATTGGTAAAC...TTAAG|AAA 1 1 87.968
209849534 GT-AG 0 1.000000099473604e-05 109 rna-XM_028079780.1 38015466 11 30954057 30954165 Vigna unguiculata 3917 AAG|GTAGAGGAGA...ATTCTCTCACCA/AATTCTCTCACC...CACAG|GAT 0 1 90.242
209849535 GT-AG 0 0.0766445854673913 140 rna-XM_028079780.1 38015466 12 30954243 30954382 Vigna unguiculata 3917 ATG|GTATTTTTTT...TTCCTTTTATTG/TTTCCTTTTATT...TGCAG|TGG 2 1 91.879
209849536 GT-AG 0 0.001329389087103 159 rna-XM_028079780.1 38015466 13 30954445 30954603 Vigna unguiculata 3917 AAG|GTACTGTTTT...ATATCTTTAACT/ATATCTTTAACT...CTCAG|GTT 1 1 93.197
209849537 GT-AG 0 0.000861989569442 2159 rna-XM_028079780.1 38015466 14 30954723 30956881 Vigna unguiculata 3917 AAG|GTATGTATGA...ATGTTGTTAACT/ATGTTGTTAACT...TGCAG|ATA 0 1 95.727
209849538 GT-AG 0 0.0002593062703363 111 rna-XM_028079780.1 38015466 15 30957050 30957160 Vigna unguiculata 3917 GAA|GTACTACTTT...TTCTCCTTTGCC/CTTGAAATTATT...TACAG|AAG 0 1 99.298

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