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

✎ 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
120103496 GT-AG 0 1.000000099473604e-05 1492 rna-XM_036385258.1 22173117 2 20894255 20895746 Molothrus ater 84834 CAG|GTAAATATTT...ATGTTTTCAAAT/GATGTTTTCAAA...AATAG|GAA 2 1 11.553
120103497 GT-AG 0 1.000000099473604e-05 914 rna-XM_036385258.1 22173117 3 20895826 20896739 Molothrus ater 84834 GTG|GTAAGAAGTT...TGCTTCTTGTTC/ATGGTAGTCATG...TAAAG|GTG 0 1 12.892
120103498 GT-AG 0 1.000000099473604e-05 699 rna-XM_036385258.1 22173117 5 20899573 20900271 Molothrus ater 84834 CAG|GTGAGCCCGT...CCCATTTTAATT/CCCATTTTAATT...CATAG|ATG 0 1 60.867
120103499 GT-AG 0 1.000000099473604e-05 466 rna-XM_036385258.1 22173117 6 20900326 20900791 Molothrus ater 84834 GAG|GTCAGTTCTT...TTTTTTTTATAT/TTTTTTTTTATA...TCTAG|CGT 0 1 61.782
120103500 GT-AG 0 1.000000099473604e-05 7989 rna-XM_036385258.1 22173117 7 20900976 20908964 Molothrus ater 84834 GAT|GTAAGCGAAT...TTGTTTTTTATT/TTGTTTTTTATT...TTTAG|GTA 1 1 64.899
120103501 GT-AG 0 1.000000099473604e-05 396 rna-XM_036385258.1 22173117 8 20909247 20909642 Molothrus ater 84834 AAG|GTAAGACAGC...TAATTTTTAGTT/TTTTGATTAATT...ATTAG|ATG 1 1 69.676
120103502 GT-AG 0 0.0028570045199133 5662 rna-XM_036385258.1 22173117 9 20909997 20915658 Molothrus ater 84834 AAG|GTATGCAGAG...TTCCTTTTAACG/TTCCTTTTAACG...TTTAG|GCT 1 1 75.673
120103503 GT-AG 0 0.2609532791402313 330 rna-XM_036385258.1 22173117 10 20915988 20916317 Molothrus ater 84834 AAG|GTATCTTTAT...CCTGCCATCACG/CCTGCCATCACG...GACAG|GTA 0 1 81.247
120103504 GT-AG 0 1.000000099473604e-05 5963 rna-XM_036385258.1 22173117 11 20916588 20922550 Molothrus ater 84834 GAG|GTAAGGCTCC...TTTTCCTTGCTG/CGAGAAATAACT...TGCAG|GAA 0 1 85.821
120103505 GT-AG 0 1.000000099473604e-05 6762 rna-XM_036385258.1 22173117 12 20922718 20929479 Molothrus ater 84834 CAG|GTGAGCAGCA...TTTATTTTATTT/TTTTATTTTATT...ACCAG|ACC 2 1 88.65
120103506 GT-AG 0 1.000000099473604e-05 1138 rna-XM_036385258.1 22173117 13 20929626 20930763 Molothrus ater 84834 CAG|GTCAGTGCCC...TTGTTCTCATCA/TTTGTTCTCATC...TCCAG|AGT 1 1 91.123
120103507 GT-AG 0 1.000000099473604e-05 210 rna-XM_036385258.1 22173117 14 20930842 20931051 Molothrus ater 84834 GCG|GTGAGCAAAT...GCACCTTTATTC/CCTTTATTCAAT...TTTAG|ATC 1 1 92.445
120103508 GT-AG 0 1.000000099473604e-05 1178 rna-XM_036385258.1 22173117 15 20931203 20932380 Molothrus ater 84834 GGG|GTAAGAACAA...GTGACCCTAATG/ATGTCAGTTATT...CACAG|ACC 2 1 95.003
120112031 GT-AG 0 1.000000099473604e-05 18798 rna-XM_036385258.1 22173117 1 20875327 20894124 Molothrus ater 84834 AAG|GTCAGTGTTC...TTTTTCTTATTT/TTTTTTCTTATT...AATAG|AAT   0 10.097

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