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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
21481345 GT-AG 0 0.0002103908881474 464 rna-XM_039040635.1 4157777 1 23043989 23044452 Benincasa hispida 102211 AAG|GTACATTACG...TCAGCTTTGAAA/TTATCTGTGATT...TTTAG|GTG 0 1 7.635
21481346 GC-AG 0 1.000000099473604e-05 96 rna-XM_039040635.1 4157777 2 23044591 23044686 Benincasa hispida 102211 CAG|GCATGATCTT...TTTTTTCTATTC/GAAAATTTAATT...TTCAG|CTT 0 1 11.078
21481347 GT-AG 0 0.0341858746358804 90 rna-XM_039040635.1 4157777 3 23044771 23044860 Benincasa hispida 102211 CAA|GTATGTTGTA...GTATCCTAAATG/TATGTACTAATT...ACCAG|ACG 0 1 13.174
21481348 GT-AG 0 1.000000099473604e-05 70 rna-XM_039040635.1 4157777 4 23044987 23045056 Benincasa hispida 102211 GAG|GTGGGTTTAA...TAGTCTTTGATT/TAGTCTTTGATT...TGCAG|GAA 0 1 16.317
21481349 GT-AG 0 1.000000099473604e-05 85 rna-XM_039040635.1 4157777 5 23045117 23045201 Benincasa hispida 102211 GAG|GTTGGACAAC...CATATTTTATCT/TATGAATTCATT...TGCAG|ATT 0 1 17.814
21481350 GT-AG 0 1.000000099473604e-05 147 rna-XM_039040635.1 4157777 6 23045256 23045402 Benincasa hispida 102211 CAG|GTTATTCATA...TTGAATTTATCT/GTTGAATTTATC...CACAG|ATT 0 1 19.162
21481351 GT-AG 0 8.885192394995759e-05 1028 rna-XM_039040635.1 4157777 7 23045496 23046523 Benincasa hispida 102211 AAG|GTTTTTATCT...TCATCTTTATAA/ATCATCTTTATA...TGCAG|GGT 0 1 21.482
21481352 GT-AG 0 1.000000099473604e-05 250 rna-XM_039040635.1 4157777 8 23046620 23046869 Benincasa hispida 102211 AAG|GTAATGCTAA...ATCATTTTATAT/TTTAGACTCACA...TGCAG|AGA 0 1 23.877
21481353 GT-AG 0 0.0517940711108867 412 rna-XM_039040635.1 4157777 9 23047016 23047427 Benincasa hispida 102211 CGG|GTAACCTGTG...CTTTTCCTATTT/TCCTATTTTATT...TACAG|GAA 2 1 27.52
21481354 GT-AG 0 1.000000099473604e-05 84 rna-XM_039040635.1 4157777 10 23047578 23047661 Benincasa hispida 102211 AAG|GTTAATATAA...TTCTTCTTGAAA/TTCTTCTTGAAA...TGCAG|CTG 2 1 31.262
21481355 GT-AG 0 0.0001929002849884 92 rna-XM_039040635.1 4157777 11 23047792 23047883 Benincasa hispida 102211 AGG|GTACAGTTTT...ACTTCTTTGAGT/ATATGACTAAAC...AACAG|GAT 0 1 34.506
21481356 GT-AG 0 0.0003817223043614 77 rna-XM_039040635.1 4157777 12 23049162 23049238 Benincasa hispida 102211 AAA|GTATGTCAAG...TACTTCTTGTTC/ATGTTGCTAAAT...TGCAG|GCA 0 1 66.392
21481357 GT-AG 0 0.0267912314435114 92 rna-XM_039040635.1 4157777 13 23049338 23049429 Benincasa hispida 102211 TTG|GTATGTTCCT...GGTCTCTTGATT/TTTAGCTTGACT...CACAG|GTA 0 1 68.862
21481358 GT-AG 0 1.000000099473604e-05 67 rna-XM_039040635.1 4157777 14 23049583 23049649 Benincasa hispida 102211 AAG|GTCTGAGTTT...TCATCTCTAACT/TCATCTCTAACT...TACAG|ATA 0 1 72.68
21481359 GT-AG 0 1.000000099473604e-05 893 rna-XM_039040635.1 4157777 15 23050442 23051334 Benincasa hispida 102211 CAG|GTCAGTTAAA...ATATTGTTAACT/ATATTGTTAACT...TGCAG|ATG 0 1 92.44

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