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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
103972410 GT-AG 0 1.000000099473604e-05 4592 rna-XM_017830879.1 19419620 1 18849327 18853918 Lepidothrix coronata 321398 CGG|GTGAGTGGCG...CATGCCTGAAGT/TGAAGTCTGAAG...AATAG|ATC 1 1 12.126
103972411 GT-AG 0 1.000000099473604e-05 4179 rna-XM_017830879.1 19419620 2 18854050 18858228 Lepidothrix coronata 321398 AAG|GTGAAGTATG...TCTGTTTTATTT/TTCTGTTTTATT...TTTAG|TTG 0 1 19.655
103972412 GT-AG 0 8.740934518212877e-05 4762 rna-XM_017830879.1 19419620 3 18858348 18863109 Lepidothrix coronata 321398 ACG|GTAAGTTGAT...TTTTTTTTAATT/TTTTTTTTAATT...GACAG|CTC 2 1 26.494
103972413 GT-AG 0 1.000000099473604e-05 7884 rna-XM_017830879.1 19419620 4 18863134 18871017 Lepidothrix coronata 321398 AAG|GTTGGTTTTG...TTGCCCTTTGTA/ATGACATTTAGT...TTCAG|TGA 2 1 27.874
103972414 GT-AG 0 1.000000099473604e-05 3757 rna-XM_017830879.1 19419620 5 18871181 18874937 Lepidothrix coronata 321398 GAG|GTAAGAATGT...AAGGCAGTAAAA/TAGGTAGTGAAA...TTTAG|GTG 0 1 37.241
103972415 GT-AG 1 99.99992342205373 829 rna-XM_017830879.1 19419620 6 18875074 18875902 Lepidothrix coronata 321398 TCT|GTATCCTTTT...GCTTCCTTAACC/AATTATTTCAAA...TCCAG|TCC 1 1 45.057
103972416 GT-AG 0 0.000278811285847 150 rna-XM_017830879.1 19419620 7 18876001 18876150 Lepidothrix coronata 321398 AAT|GTAAGTTTGT...CTGTTTTTAAAA/CAGTTTTTCATC...TGCAG|TTT 0 1 50.69
103972417 GT-AG 0 0.0020659514509258 8959 rna-XM_017830879.1 19419620 8 18876221 18885179 Lepidothrix coronata 321398 GCG|GTATGTATAG...TTTTTTTTTTTT/TTGGAGTTGACA...TCTAG|ATA 1 1 54.713
103972418 GT-AG 0 1.000000099473604e-05 863 rna-XM_017830879.1 19419620 9 18885261 18886123 Lepidothrix coronata 321398 CAG|GTGAGTAAAC...TGTTTCTTCCCA/ATTAAATTAAAT...TACAG|ATC 1 1 59.368
103972419 GT-AG 0 1.0224186521365806e-05 1624 rna-XM_017830879.1 19419620 10 18886234 18887857 Lepidothrix coronata 321398 GAT|GTAGGTATCC...ATGTGCTGGATG/AAATTAATCACA...TCCAG|GTC 0 1 65.69
103972420 GT-AG 0 0.0002344050507143 1426 rna-XM_017830879.1 19419620 11 18887918 18889343 Lepidothrix coronata 321398 AAT|GTAAGCCTGA...CATTCCTTTGCA/AATAAGCTCATT...CCTAG|GCA 0 1 69.138
103972421 GT-AG 0 0.000976217846604 1520 rna-XM_017830879.1 19419620 12 18889413 18890932 Lepidothrix coronata 321398 TTA|GTAAGTTGTA...TAAGTTTTAACT/TTTTAACTGATT...AACAG|CTC 0 1 73.103
103972422 GT-AG 0 1.000000099473604e-05 3438 rna-XM_017830879.1 19419620 13 18891010 18894447 Lepidothrix coronata 321398 TGG|GTAAGTAAAT...ATTATTTTAATA/ATTATTTTAATA...TTCAG|GTT 2 1 77.529
103972423 GT-AG 0 1.000000099473604e-05 2626 rna-XM_017830879.1 19419620 14 18894609 18897234 Lepidothrix coronata 321398 AAG|GTAAGGTTAA...GTCTTTGTAATT/GTTAAACTCATG...AACAG|GAA 1 1 86.782

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