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

✎ 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
35540745 GT-AG 0 1.000000099473604e-05 1974 rna-XM_009709285.1 6831594 1 31955 33928 Cariama cristata 54380 TTG|GTGAGTTGAC...TGTATCTTCTCT/GAAGTTTTAAGT...TTCAG|TGT 1 1 3.364
35540746 GT-AG 0 1.000000099473604e-05 324 rna-XM_009709285.1 6831594 2 31387 31710 Cariama cristata 54380 CAG|GTTTGTCAGA...AGGTGCTTAATG/AAGGTGCTTAAT...TGCAG|TGA 2 1 10.895
35540747 GT-AG 0 1.000000099473604e-05 1067 rna-XM_009709285.1 6831594 3 30162 31228 Cariama cristata 54380 CAG|GTAAAACAGC...TAAATCTTGATT/TAAATCTTGATT...TGCAG|CTG 1 1 15.772
35540748 GT-AG 0 5.985008944439204e-05 2458 rna-XM_009709285.1 6831594 4 27689 30146 Cariama cristata 54380 ACT|GTAAGTATCC...CATACATTAAAG/AGTAACTTCATA...TTTAG|ATA 1 1 16.235
35540749 GT-AG 0 1.000000099473604e-05 1132 rna-XM_009709285.1 6831594 5 26316 27447 Cariama cristata 54380 ACG|GTAAAGGCGC...AATGTTTTATTG/TAATGTTTTATT...TTTAG|GTA 2 1 23.673
35540750 GT-AG 0 1.000000099473604e-05 2083 rna-XM_009709285.1 6831594 6 23849 25931 Cariama cristata 54380 AAG|GTAAAATACT...ATTCTGCTAACA/ATTCTGCTAACA...TACAG|TGG 2 1 35.525
35540751 GT-AG 0 0.0003341439419859 894 rna-XM_009709285.1 6831594 7 22743 23636 Cariama cristata 54380 AAG|GTAACATCAA...TATTTCTTATTC/TTTTTTTTCATA...TGCAG|GAA 1 1 42.068
35540752 GT-AG 0 1.000000099473604e-05 2375 rna-XM_009709285.1 6831594 8 20244 22618 Cariama cristata 54380 AAG|GTGTGCAATT...CATGCTTCAATG/TTTCTGTTCAAA...TACAG|GAA 2 1 45.895
35540753 GT-AG 0 1.000000099473604e-05 2740 rna-XM_009709285.1 6831594 9 17480 20219 Cariama cristata 54380 GGG|GTAAGTGTAG...TTGCTCTTTTCT/TAAAAATTTACT...TATAG|GTC 2 1 46.636
35540754 GT-AG 0 1.000000099473604e-05 2411 rna-XM_009709285.1 6831594 10 14848 17258 Cariama cristata 54380 CTT|GTAAGTACAG...AGATACTTATAT/AAGATACTTATA...AACAG|TGA 1 1 53.457
35540755 GT-AG 0 1.000000099473604e-05 1487 rna-XM_009709285.1 6831594 11 13169 14655 Cariama cristata 54380 TCA|GTGAGTATAT...ACTGACTTGAAA/CAGTAAATGATT...TCTAG|GTA 1 1 59.383
35540756 GT-AG 0 1.000000099473604e-05 1397 rna-XM_009709285.1 6831594 12 11637 13033 Cariama cristata 54380 AAG|GTACGTGTAC...TGTCACTTATCA/CCGTTATTTATC...TGTAG|TTG 1 1 63.549
35540757 GT-AG 0 1.000000099473604e-05 4541 rna-XM_009709285.1 6831594 13 6982 11522 Cariama cristata 54380 TAG|GTGGGGCCTA...TGCTCTTTGACC/TGCTCTTTGACC...TTTAG|GCT 1 1 67.068
35540758 GT-AG 0 1.000000099473604e-05 2018 rna-XM_009709285.1 6831594 14 4738 6755 Cariama cristata 54380 AGG|GTAAGATGCA...TTTTCCTGATTT/TTTTTCCTGATT...CGTAG|CTG 2 1 74.043
35540759 GT-AG 0 2.092673170806048e-05 3630 rna-XM_009709285.1 6831594 15 596 4225 Cariama cristata 54380 TAG|GTAAGCCAAG...TCCTCTTTAACA/CCATTGCTTATT...GCCAG|TGT 1 1 89.846

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