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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
35541582 GT-AG 0 1.000000099473604e-05 1869 rna-XM_009703179.1 6831671 1 20824 22692 Cariama cristata 54380 GGG|GTGAGTGTGC...ACTTTCTCATTT/AACTTTCTCATT...AACAG|GTC 2 1 5.494
35541583 GT-AG 0 1.000000099473604e-05 1299 rna-XM_009703179.1 6831671 2 19458 20756 Cariama cristata 54380 CAG|GTGAGTTGAC...TTTATTTTGAAA/TTTATTTTGAAA...TGTAG|TGG 0 1 8.486
35541584 GT-AG 0 1.000000099473604e-05 1424 rna-XM_009703179.1 6831671 3 17948 19371 Cariama cristata 54380 GAG|GTAAATACAT...GTATGTTTATTT/GTTTATTTCACT...TATAG|GAC 2 1 12.327
35541585 GT-AG 0 5.8386320239796e-05 1807 rna-XM_009703179.1 6831671 4 16053 17859 Cariama cristata 54380 AAG|GTATTTAAAA...GTTGTTTTTGTG/AAAATATTAAGG...TACAG|ACA 0 1 16.257
35541586 GT-AG 1 99.99863357839784 2465 rna-XM_009703179.1 6831671 5 13500 15964 Cariama cristata 54380 ATC|GTATCCTTTC...TCTTCCTTAATA/CTCTTCCTTAAT...TTTAG|CTG 1 1 20.188
35541587 GT-AG 0 1.000000099473604e-05 1177 rna-XM_009703179.1 6831671 6 12246 13422 Cariama cristata 54380 AAG|GTAAATAACT...TGGCTCTTAAGA/GAAATGCTAACA...TCCAG|GGA 0 1 23.627
35541588 GT-AG 0 1.000000099473604e-05 625 rna-XM_009703179.1 6831671 7 11450 12074 Cariama cristata 54380 GAG|GTAAGATAGC...TCCTGTTTGAAA/TCAAATCTAATG...TGCAG|AGT 0 1 31.264
35541589 GT-AG 0 0.0004839917690706 365 rna-XM_009703179.1 6831671 8 10796 11160 Cariama cristata 54380 TAT|GTACGTATTC...AAAACTTCAATA/AAAAACTTCAAT...TGCAG|CTG 1 1 44.172
35541590 GT-AG 0 1.000000099473604e-05 1079 rna-XM_009703179.1 6831671 9 9508 10586 Cariama cristata 54380 CTG|GTAAGTGCAT...TAATCTTTGAGG/TACAAGTTAATC...TTTAG|GCT 0 1 53.506
35541591 GT-AG 0 0.0020606495420909 645 rna-XM_009703179.1 6831671 10 8705 9349 Cariama cristata 54380 TGG|GTATGTATAT...CTGTTCTTCACT/CTGTTCTTCACT...TTCAG|TTA 2 1 60.563
35541592 GT-AG 0 0.0003962466873615 950 rna-XM_009703179.1 6831671 11 7625 8574 Cariama cristata 54380 ACT|GTAAGTTTTG...AGACTTTTCTCC/GTGAAGTTAAAA...CACAG|CCA 0 1 66.369
35541593 GC-AG 0 1.000000099473604e-05 1414 rna-XM_009703179.1 6831671 12 5985 7398 Cariama cristata 54380 GAG|GCAAGTACAG...TTCAACTTAATC/AACTTAATCACT...TTCAG|GTG 1 1 76.463
35541594 GT-AG 0 1.000000099473604e-05 1959 rna-XM_009703179.1 6831671 13 3799 5757 Cariama cristata 54380 AAG|GTCAGAACTA...GTGTTCTTAAGT/TTGTTTCTAATG...TACAG|ATT 0 1 86.601
35541595 GT-AG 0 1.000000099473604e-05 621 rna-XM_009703179.1 6831671 14 3049 3669 Cariama cristata 54380 CAG|GTAAGGTGCA...CTAATGTTAACC/CTAATGTTAACC...TCTAG|GTT 0 1 92.363

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