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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
346387 GT-AG 0 1.000000099473604e-05 4877 rna-XM_022245175.1 76448 1 260798 265674 Acanthaster planci 133434 AGG|GTACGTAGGC...TTTTGTTTATTT/TTTTTGTTTATT...TTTAG|GAG 1 1 2.572
346388 GT-AG 0 1.000000099473604e-05 3623 rna-XM_022245175.1 76448 2 257056 260678 Acanthaster planci 133434 ATG|GTGAGAAACA...ACTTTTTTGAAA/ACTTTTTTGAAA...TGTAG|GCA 0 1 5.459
346389 GT-AG 0 1.000000099473604e-05 239 rna-XM_022245175.1 76448 3 256711 256949 Acanthaster planci 133434 GAG|GTACTGTGTT...ACTGTCCTATCA/ATGTGTTTCATT...TTTAG|ATG 1 1 8.03
346390 GT-AG 0 1.000000099473604e-05 665 rna-XM_022245175.1 76448 4 255903 256567 Acanthaster planci 133434 AAG|GTAAAGTGTA...TGTTCCATGATT/CATTTTCTAACC...TTCAG|GTG 0 1 11.499
346391 GT-AG 0 1.5601688610438787e-05 136 rna-XM_022245175.1 76448 5 255645 255780 Acanthaster planci 133434 AAG|GTATGTGATG...AGTATTTTACAG/TAGTATTTTACA...TGCAG|GTA 2 1 14.459
346392 GT-AG 0 1.1233474657841624e-05 429 rna-XM_022245175.1 76448 6 255134 255562 Acanthaster planci 133434 TGG|GTAGGTACTA...AAACCTTTAGTT/CTCTATTTCACC...GTCAG|GCC 0 1 16.448
346393 GT-AG 0 0.0002522966003801 602 rna-XM_022245175.1 76448 7 254399 255000 Acanthaster planci 133434 TAT|GTAAGTTAAA...CCTTTCTTAATA/CCTTTCTTAATA...CGAAG|GCT 1 1 19.675
346394 GT-AG 0 0.0001301417110105 292 rna-XM_022245175.1 76448 8 254003 254294 Acanthaster planci 133434 CAT|GTAAGTACTT...GGTTTCTTAATG/CATTGCCTTATT...TCTAG|AGT 0 1 22.198
346395 GT-AG 0 1.000000099473604e-05 246 rna-XM_022245175.1 76448 9 253659 253904 Acanthaster planci 133434 CAG|GTGAGATTGA...AGTACCTCAATG/CCAACTCTGATT...GGCAG|GAT 2 1 24.575
346396 GT-AG 0 6.681355213359706e-05 558 rna-XM_022245175.1 76448 10 252928 253485 Acanthaster planci 133434 ACA|GTACGTACAA...CTATATTTGATA/CTATATTTGATA...TTCAG|GAG 1 1 28.772
346397 GT-AG 0 1.000000099473604e-05 299 rna-XM_022245175.1 76448 11 252212 252510 Acanthaster planci 133434 CAG|GTAAGATGTA...GATATTTTAGAA/GTGGCTTTTATG...TCTAG|GTT 1 1 38.889
346398 GT-AG 0 1.000000099473604e-05 186 rna-XM_022245175.1 76448 12 251712 251897 Acanthaster planci 133434 CAG|GTAAGTGAAA...CCGTACTTGAAC/CAATGTATCATG...TCTAG|CAA 0 1 46.507
346399 GT-AG 0 1.000000099473604e-05 351 rna-XM_022245175.1 76448 13 250973 251323 Acanthaster planci 133434 CTG|GTAAGTGGCA...TGATTCTTGTCA/TGAGCATTGATT...TACAG|GTG 1 1 55.919
346400 GC-AG 0 1.000000099473604e-05 227 rna-XM_022245175.1 76448 14 250680 250906 Acanthaster planci 133434 AAG|GCGAGTTAAA...CTCTCATTAATT/CAGTCTCTCATT...TGCAG|GTA 1 1 57.521
346401 GT-AG 0 1.000000099473604e-05 388 rna-XM_022245175.1 76448 15 249053 249440 Acanthaster planci 133434 CTG|GTGAGTAAAG...TATGTTTTGTTC/CATAAAGTGATC...CACAG|CCA 1 1 87.579

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