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

✎ 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
346703 GT-AG 0 1.4416668350289557e-05 481 rna-XM_022225463.1 76469 2 1465249 1465729 Acanthaster planci 133434 CAG|GTAAGCATTA...TGTTTTTTTTCC/GTGTAGGTCATT...ATCAG|TAC 0 1 8.431
346704 GT-AG 0 1.000000099473604e-05 212 rna-XM_022225463.1 76469 3 1464745 1464956 Acanthaster planci 133434 TCG|GTTAGTGACT...CCTTTCGTAACG/TTTCTGTTCATG...ATCAG|GGC 1 1 17.974
346705 GT-AG 0 0.0001358327061231 336 rna-XM_022225463.1 76469 4 1464276 1464611 Acanthaster planci 133434 GAG|GTATGTCCCT...GTACTTTTCATT/GTACTTTTCATT...CCCAG|GTG 2 1 22.32
346706 GT-AG 0 1.000000099473604e-05 391 rna-XM_022225463.1 76469 5 1463710 1464100 Acanthaster planci 133434 CCG|GTGAGGTTCA...ATCTCCTTCATC/ATCTCCTTCATC...AACAG|ATC 0 1 28.039
346707 GT-AG 0 1.000000099473604e-05 445 rna-XM_022225463.1 76469 6 1463135 1463579 Acanthaster planci 133434 AAG|GTAGGGGTGC...TATTTTTTCATT/TATTTTTTCATT...AAAAG|GGG 1 1 32.288
346708 GT-AG 0 1.000000099473604e-05 304 rna-XM_022225463.1 76469 7 1462715 1463018 Acanthaster planci 133434 AAT|GTAAGATGTC...AGAGTCTTACAT/GACTACTTCATT...CTTAG|GAT 0 1 36.078
346709 GT-AG 0 1.000000099473604e-05 1160 rna-XM_022225463.1 76469 8 1461327 1462486 Acanthaster planci 133434 GAG|GTGGGCTGTG...TTTTTCTTTTCT/TTCTTTTCTACG...CTCAG|GTT 0 1 43.529
346710 GT-AG 0 1.000000099473604e-05 119 rna-XM_022225463.1 76469 9 1460994 1461112 Acanthaster planci 133434 CTG|GTAGGTATCT...ATGTCATTAAGT/ATGTCATTAAGT...TTTAG|GTG 1 1 50.523
346711 GT-AG 0 0.0048590791048089 320 rna-XM_022225463.1 76469 10 1460564 1460883 Acanthaster planci 133434 CAG|GTACCTCGTG...GATGTCTCAGTC/CGATGTCTCAGT...TCAAG|CTG 0 1 54.118
346712 GT-AG 0 1.000000099473604e-05 440 rna-XM_022225463.1 76469 11 1460003 1460442 Acanthaster planci 133434 CAG|GTGAGTTCTT...CAGACCTTCATT/TCCTATTTCACA...TTCAG|CTA 1 1 58.072
346713 GT-AG 0 1.000000099473604e-05 399 rna-XM_022225463.1 76469 12 1459488 1459886 Acanthaster planci 133434 GAA|GTGGGTATAT...ACTTCTTTCACC/ACTTCTTTCACC...TCCAG|GAG 0 1 61.863
346714 GT-AG 0 0.0964779520992923 257 rna-XM_022225463.1 76469 13 1458951 1459207 Acanthaster planci 133434 CAG|GTATCATTGA...GACTTCTGAGTC/GGACTTCTGAGT...ACAAG|GTG 1 1 71.013
346715 GT-AG 0 1.000000099473604e-05 750 rna-XM_022225463.1 76469 14 1458012 1458761 Acanthaster planci 133434 TCG|GTAAGTTCCT...TTCATCTTGCCA/AGTTTATTCATT...CGCAG|GTG 1 1 77.19
346716 GT-AG 0 1.000000099473604e-05 282 rna-XM_022225463.1 76469 15 1457481 1457762 Acanthaster planci 133434 CAG|GTAAATAGAG...AGAATATTAATT/AGAATATTAATT...TGTAG|CCT 1 1 85.327
348241 GT-AG 0 1.000000099473604e-05 1384 rna-XM_022225463.1 76469 1 1465914 1467297 Acanthaster planci 133434 CAG|GTAAGATATG...ATGTCATTAATG/TGTTATGTCATT...TTTAG|CAC   0 2.549

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