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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
2994296 GT-AG 0 1.880675923414729e-05 181 rna-XM_031695254.1 529121 1 851296 851476 Actinia tenebrosa 6105 AAA|GTAAGTTATG...TTCTTATTATTA/CTTATTATTACT...TTCAG|GTA 1 1 3.02
2994297 GT-AG 0 4.10438104430531e-05 154 rna-XM_031695254.1 529121 2 851052 851205 Actinia tenebrosa 6105 AGA|GTAAGTTAGG...GGTTTCTTCTTT/GCTATGCTAAAG...TCTAG|TTC 1 1 8.246
2994298 GT-AG 0 1.1568016650513488e-05 117 rna-XM_031695254.1 529121 3 850819 850935 Actinia tenebrosa 6105 GTC|GTAAGTAGAA...CATGACTTAACT/ACTTAACTTATC...CAAAG|GAA 0 1 14.983
2994299 GT-AG 0 0.0001101143599448 2721 rna-XM_031695254.1 529121 4 848014 850734 Actinia tenebrosa 6105 AAT|GTAAGTATGT...CCCTTTTTGACT/CCCTTTTTGACT...AACAG|AAT 0 1 19.861
2994300 GT-AG 0 1.000000099473604e-05 314 rna-XM_031695254.1 529121 5 847560 847873 Actinia tenebrosa 6105 TCG|GTGAGTAATG...ATTGTTTTATTT/TATTGTTTTATT...TTTAG|TGA 2 1 27.991
2994301 GT-AG 0 1.931932751754281e-05 275 rna-XM_031695254.1 529121 6 847192 847466 Actinia tenebrosa 6105 AAA|GTAAGTGTCA...ATTTTTTTATTT/TATTTTTTTATT...GAAAG|AAT 2 1 33.391
2994302 GT-AG 0 1.000000099473604e-05 704 rna-XM_031695254.1 529121 7 846424 847127 Actinia tenebrosa 6105 GAG|GTAAGGAAAT...TTTGTTTTATCT/TTTTGTTTTATC...CCCAG|GTA 0 1 37.108
2994303 GT-AG 0 0.0002052984670218 940 rna-XM_031695254.1 529121 8 845343 846282 Actinia tenebrosa 6105 GTG|GTAGGTTTGA...AATTTTTTATTT/TTTTTATTTATA...TCTAG|GTA 0 1 45.296
2994304 GT-AG 0 0.0008636279028027 814 rna-XM_031695254.1 529121 9 844338 845151 Actinia tenebrosa 6105 CAG|GTACTGTTTC...ATTATCTTGATG/AGAGTTTTGATT...AACAG|AGA 2 1 56.388
2994305 GT-AG 0 1.000000099473604e-05 1005 rna-XM_031695254.1 529121 10 843205 844209 Actinia tenebrosa 6105 TGG|GTAAGTGAAT...TGGTTTTTATTT/ATGGTTTTTATT...TACAG|CTC 1 1 63.821
2994306 GT-AG 0 1.1941432181312608e-05 794 rna-XM_031695254.1 529121 11 842322 843115 Actinia tenebrosa 6105 AAG|GTATTAAGAT...GTTTATTTATTT/TGTTTGTTCATT...TCAAG|TCT 0 1 68.99
2994307 GT-AG 0 1.000000099473604e-05 551 rna-XM_031695254.1 529121 12 841651 842201 Actinia tenebrosa 6105 CAG|GTAAATATAT...GCTTCCTTCCCT/TGATAATTGACT...CTCAG|ACT 0 1 75.958
2994308 GT-AG 0 0.0001567526894702 111 rna-XM_031695254.1 529121 13 841411 841521 Actinia tenebrosa 6105 GAT|GTAAGTTACA...TGACTTTTGACA/CTCTTTTTTACT...TTTAG|CCA 0 1 83.449
2994309 GT-AG 0 0.0275951709080876 392 rna-XM_031695254.1 529121 14 840881 841272 Actinia tenebrosa 6105 GAG|GTATGCTCTT...CTATTTTTACAC/GATTTACTGATT...CACAG|ATG 0 1 91.463
2994310 GT-AG 0 5.492348216332453e-05 697 rna-XM_031695254.1 529121 15 840049 840745 Actinia tenebrosa 6105 GAT|GTAAGTTAAT...TGATTTTTAATG/TGATTTTTAATG...TCTAG|GAT 0 1 99.303

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