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

✎ 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
114869322 GT-AG 0 0.0067470783366724 68 rna-XM_025345105.1 21325402 2 16686467 16686534 Melanaphis sacchari 742174 CAG|GTATATTGTT...TAATTTTTATAT/AATATACTCACA...TTCAG|TTT 1 1 40.242
114869323 GT-AG 0 0.0001729681228183 394 rna-XM_025345105.1 21325402 3 16686622 16687015 Melanaphis sacchari 742174 AAG|GTATAATCAT...TTATATTTAACA/ATGTAATTCATA...TATAG|ATA 1 1 41.793
114869324 GT-AG 0 1.000000099473604e-05 130 rna-XM_025345105.1 21325402 4 16687306 16687435 Melanaphis sacchari 742174 GAG|GTAAAGTATA...TGTTTTTTAACT/TGTTTTTTAACT...TCTAG|GGA 0 1 46.961
114869325 GT-AG 0 1.3479714229970362e-05 816 rna-XM_025345105.1 21325402 5 16687729 16688544 Melanaphis sacchari 742174 TAA|GTAAGTCATT...ATGTTTTTACTA/AATGTTTTTACT...AATAG|GCA 2 1 52.183
114869326 GT-AG 0 0.0007516501533516 72 rna-XM_025345105.1 21325402 6 16688613 16688684 Melanaphis sacchari 742174 TAG|GTAAACTTAT...TCATTTTTAATC/TCATTTTTAATC...TATAG|GGG 1 1 53.395
114869327 GT-AG 0 2.8014001494876546e-05 90 rna-XM_025345105.1 21325402 7 16688915 16689004 Melanaphis sacchari 742174 AAA|GTAATATTGA...ATATTCTTATTG/TTGTTATTCATC...TTTAG|GAT 0 1 57.494
114869328 GT-AG 0 0.0029880279330479 59 rna-XM_025345105.1 21325402 8 16689169 16689227 Melanaphis sacchari 742174 GAA|GTATAATAAA...AATATTTTAATT/TTTATATTAATT...TTTAG|GTT 2 1 60.417
114869329 GT-AG 0 0.000133685776709 76 rna-XM_025345105.1 21325402 9 16689387 16689462 Melanaphis sacchari 742174 ACT|GTAAGTATCT...TTTTTGTTAATA/TTTTGCCTGATT...TTTAG|GCA 2 1 63.251
114869330 GT-AG 0 1.4511311504336942e-05 74 rna-XM_025345105.1 21325402 10 16689736 16689809 Melanaphis sacchari 742174 TGA|GTAAGTAAAC...TATTTGTTAATT/TATTTGTTAATT...TACAG|AGA 2 1 68.116
114869331 GT-AG 0 1.000000099473604e-05 66 rna-XM_025345105.1 21325402 11 16689952 16690017 Melanaphis sacchari 742174 GCT|GTGAGTTACT...AACATTTTAGTA/AAGTAATTAAAA...TTTAG|AGC 0 1 70.647
114869332 GT-AG 0 0.0001285919533532 71 rna-XM_025345105.1 21325402 12 16690130 16690200 Melanaphis sacchari 742174 TTA|GTAAGTATTA...GATATTTTAAAG/TAGATATTAACT...ATCAG|ATC 1 1 72.643
114869333 GT-AG 0 0.0111738665340512 89 rna-XM_025345105.1 21325402 13 16690376 16690464 Melanaphis sacchari 742174 CGA|GTATGTATTC...AATACTTCAATT/ATATGATTTATG...TTAAG|GTA 2 1 75.762
114869334 GT-AG 0 0.0003409110078657 87 rna-XM_025345105.1 21325402 14 16690544 16690630 Melanaphis sacchari 742174 CCT|GTAAGTTAAA...CTTTTTTTAACT/CTTTTTTTAACT...TTTAG|GGA 0 1 77.17
114869335 GT-AG 0 1.000000099473604e-05 887 rna-XM_025345105.1 21325402 15 16690810 16691696 Melanaphis sacchari 742174 AAG|GTAATACTTC...TATTTTTTATTT/ATATTTTTTATT...TTTAG|TTA 2 1 80.36
114875312 GT-AG 0 4.033939706391791e-05 1251 rna-XM_025345105.1 21325402 1 16684280 16685530 Melanaphis sacchari 742174 ACT|GTAAGTGATT...TAATTTTTATTT/TTAATTTTTATT...TTCAG|AGA   0 24.078

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