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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
133657733 GT-AG 0 1.000000099473604e-05 156500 rna-XM_004391464.2 24462858 2 686467 842966 Odobenus rosmarus 9707 AAG|GTAAGCGGCG...AATAATTTGACT/AATAATTTGACT...TTCAG|CTG 1 1 30.667
133657734 GT-AG 0 1.000000099473604e-05 81795 rna-XM_004391464.2 24462858 3 843168 924962 Odobenus rosmarus 9707 CAG|GTAAGTCCTG...TTTTCTTTGTTT/ATCTAATTCAGA...TTCAG|TTT 1 1 39.908
133657735 GT-AG 0 1.913993918874925e-05 8805 rna-XM_004391464.2 24462858 4 925088 933892 Odobenus rosmarus 9707 GAA|GTAAGTCCAC...TTATTCTTATTT/ATTATTCTTATT...TTCAG|TGT 0 1 45.655
133657736 GT-AG 0 1.000000099473604e-05 1515 rna-XM_004391464.2 24462858 5 934005 935519 Odobenus rosmarus 9707 AAT|GTAAGTATAC...TGTTTTTGGATC/TTTTGGATCATA...TTAAG|GTA 1 1 50.805
133657737 GT-AG 0 2.8298783209138863e-05 2842 rna-XM_004391464.2 24462858 6 935666 938507 Odobenus rosmarus 9707 AAA|GTAAGTTCTG...TGTCTTCTATTT/CTGTCTTCTATT...CTTAG|TTA 0 1 57.517
133657738 GT-AG 0 1.000000099473604e-05 9288 rna-XM_004391464.2 24462858 7 938648 947935 Odobenus rosmarus 9707 CAG|GTGAGGACAG...GATTTCGTAACA/CTCTTGATGATT...GGCAG|TTA 2 1 63.954
133657739 GT-AG 0 1.000000099473604e-05 2445 rna-XM_004391464.2 24462858 8 948014 950458 Odobenus rosmarus 9707 AGG|GTGAGCAGTT...TTCCCCATAATA/CTTGTTGTAACT...TTTAG|GTA 2 1 67.54
133657740 GT-AG 0 1.000000099473604e-05 16678 rna-XM_004391464.2 24462858 9 950554 967231 Odobenus rosmarus 9707 AAG|GTAAGTGGTT...ATGTCCTTGTTT/TTGAATCTAATG...TTCAG|CTG 1 1 71.908
133657741 GT-AG 0 1.000000099473604e-05 2565 rna-XM_004391464.2 24462858 10 967358 969922 Odobenus rosmarus 9707 AAG|GTGTGTGCTG...TTGTTTTTATTC/TTTGTTTTTATT...TTTAG|TGA 1 1 77.701
133657742 GT-AG 0 1.000000099473604e-05 18326 rna-XM_004391464.2 24462858 11 969998 988323 Odobenus rosmarus 9707 ATG|GTAAGAGACT...GACTACTTAACT/AGGTCACTGACT...CATAG|GAG 1 1 81.149
133657743 GT-AG 0 1.000000099473604e-05 6737 rna-XM_004391464.2 24462858 12 988409 995145 Odobenus rosmarus 9707 CAG|GTGGGATCAT...TTTTTTTGAAAG/TCCAAGTTAATG...TGCAG|AGA 2 1 85.057
133657744 GT-AG 0 1.097049331825333e-05 3060 rna-XM_004391464.2 24462858 13 995244 998303 Odobenus rosmarus 9707 GCG|GTAAGCAGGC...TTTTTCTCATTC/ATTTTTCTCATT...TTCAG|CTA 1 1 89.563
133657745 GT-AG 0 7.103106720012477e-05 3172 rna-XM_004391464.2 24462858 14 998334 1001505 Odobenus rosmarus 9707 AAG|GTAAATTGGC...TTTTTTTTAATG/TTTTTTTTAATG...TTTAG|CAA 1 1 90.943
133658032 GC-AG 0 1.000000099473604e-05 30 rna-XM_004391464.2 24462858 1 686208 686237 Odobenus rosmarus 9707 GCG|GCGAAGGAGG...AGGAGGTGGAGG/AGGAGGTGGAGG...AGGAG|GAG   0 28.0

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