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

✎ 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
209850249 GT-AG 0 1.000000099473604e-05 186 rna-XM_028061889.1 38015524 1 34923194 34923379 Vigna unguiculata 3917 CAG|GTAGGTACTC...TTGTTGTTAATT/TTGTTGTTAATT...TTAAG|GTA 0 1 0.621
209850250 GT-AG 0 3.766834988408731e-05 1279 rna-XM_028061889.1 38015524 2 34921792 34923070 Vigna unguiculata 3917 CAG|GTTCTTTCAA...TATTTTTTAATG/TATTTTTTAATG...AACAG|AGA 0 1 3.804
209850251 GT-AG 0 0.004099901281484 252 rna-XM_028061889.1 38015524 3 34921299 34921550 Vigna unguiculata 3917 CTG|GTATATCCTC...TTTTGTTTAATG/TTTTGTTTAATG...GTTAG|ATT 1 1 10.041
209850252 GT-AG 0 4.1811818581427567e-05 787 rna-XM_028061889.1 38015524 4 34919922 34920708 Vigna unguiculata 3917 TTG|GTAAGCATCA...TAAACTCTGACA/TCAGAACTGATT...AACAG|ATT 0 1 25.311
209850253 GT-AG 0 1.2742307278729551e-05 86 rna-XM_028061889.1 38015524 5 34918870 34918955 Vigna unguiculata 3917 CAG|GTAACTGATC...TAACTTTTTGCA/AATTAATTCACA...TCTAG|GTT 0 1 50.311
209850254 GT-AG 0 0.0004626035877651 743 rna-XM_028061889.1 38015524 6 34917792 34918534 Vigna unguiculata 3917 GAG|GTAACTAATT...ATCTGTTTAATC/TGTTTAATCACT...AATAG|AGT 2 1 58.98
209850255 GT-AG 0 0.000508361023319 107 rna-XM_028061889.1 38015524 7 34917406 34917512 Vigna unguiculata 3917 TGA|GTAAGTTTGA...GCATCTTTAAGA/TAAGAATTGACT...CTTAG|ATA 2 1 66.201
209850256 GT-AG 0 1.000000099473604e-05 323 rna-XM_028061889.1 38015524 8 34916830 34917152 Vigna unguiculata 3917 AAG|GTAAACCATA...GGCATTTTGCCA/CACATACTCATT...TGCAG|AAT 0 1 72.748
209850257 GT-AG 0 1.000000099473604e-05 95 rna-XM_028061889.1 38015524 9 34916564 34916658 Vigna unguiculata 3917 CAG|GTTTTACCAT...TTGACCTTATTG/TTTGACCTTATT...TGCAG|ATG 0 1 77.174
209850258 GT-AG 0 16.84521339490286 319 rna-XM_028061889.1 38015524 10 34916152 34916470 Vigna unguiculata 3917 CAG|GTATCTTCTC...GATTTCTTAGCT/GTTAATTTTACC...TGCAG|TTG 0 1 79.581
209850259 GT-AG 0 0.002909241495365 1493 rna-XM_028061889.1 38015524 11 34914551 34916043 Vigna unguiculata 3917 GAG|GTATTTCATC...TTATCTTTATTC/TCTTTATTCATT...TACAG|GTA 0 1 82.376
209850260 GT-AG 0 3.5067234911676925e-05 449 rna-XM_028061889.1 38015524 13 34913986 34914434 Vigna unguiculata 3917 AAG|GTGTGTTCTT...ATTTCATTGATT/CTAGATTTCATT...CATAG|GTT 0 1 85.326
209850261 GT-AG 0 1.000000099473604e-05 537 rna-XM_028061889.1 38015524 14 34913359 34913895 Vigna unguiculata 3917 AAG|GTACTACTAA...ATGCTTTTATTT/TATGCTTTTATT...TACAG|CTT 0 1 87.655
209860043 GT-AG 0 0.0001888276813534 436 rna-XM_028061889.1 38015524 15 34912829 34913264 Vigna unguiculata 3917 CAG|GTAGTCAGTA...ATTGCCTTAGAT/GTTTTGTTAATC...TGCAG|TTT   0 90.088

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