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

✎ 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
346579 GT-AG 0 1.000000099473604e-05 648 rna-XM_022224906.1 76460 1 1449592 1450239 Acanthaster planci 133434 AGG|GTGAGTTTTG...TTCTCCTTGGTT/ACTTCACTCATT...ATCAG|GAG 0 1 6.449
346580 GT-AG 0 1.000000099473604e-05 358 rna-XM_022224906.1 76460 2 1448942 1449299 Acanthaster planci 133434 TTG|GTCAGCTGAT...AAATTCGAAACC/CGGCAAGTGAAA...ATCAG|GAA 1 1 15.545
346581 GT-AG 0 1.000000099473604e-05 532 rna-XM_022224906.1 76460 3 1448292 1448823 Acanthaster planci 133434 CAG|GTAAGACGAT...AACGTCTTTGCA/CAAATTTTAAGA...TGCAG|GTG 2 1 19.221
346582 GT-AG 0 7.063019591784807e-05 310 rna-XM_022224906.1 76460 4 1447807 1448116 Acanthaster planci 133434 AAC|GTAAGCAGCC...CTCTCTCTATCT/TTCAGACTCAAC...AAAAG|ATC 0 1 24.673
346583 GC-AG 0 1.000000099473604e-05 339 rna-XM_022224906.1 76460 5 1447335 1447673 Acanthaster planci 133434 AAG|GCAGGTGTTT...AGTGCCTTGAAG/TTCTCTTTCACT...CTTAG|ATG 1 1 28.816
346584 GT-AG 0 1.000000099473604e-05 629 rna-XM_022224906.1 76460 6 1446590 1447218 Acanthaster planci 133434 CAG|GTGCATTCAC...GCTACTTTCCCC/TGGGTCGTCACA...CACAG|GGG 0 1 32.43
346585 GT-AG 0 1.000000099473604e-05 991 rna-XM_022224906.1 76460 7 1445377 1446367 Acanthaster planci 133434 GAG|GTAAAGACTT...TTCTGCTTAATA/CCCTTTTTTACA...CACAG|TTA 0 1 39.346
346586 GT-AG 0 1.2079902571977564e-05 438 rna-XM_022224906.1 76460 8 1444752 1445189 Acanthaster planci 133434 CAG|GTAATTTCTT...TATTTCTTTTTC/ACCGTTTTCAGC...GCCAG|GAG 1 1 45.171
346587 GT-AG 0 1.000000099473604e-05 402 rna-XM_022224906.1 76460 9 1444237 1444638 Acanthaster planci 133434 CAA|GTGAGTACCG...TTTCTCTTTTCT/TCTTTTCTCATG...GCTAG|ATT 0 1 48.692
346588 GT-AG 0 1.897287187615129e-05 169 rna-XM_022224906.1 76460 10 1443956 1444124 Acanthaster planci 133434 GAG|GTAACGGGGC...CTTTTTTTAAAA/TAAAATTTCATT...TGCAG|CCA 1 1 52.181
346589 GT-AG 0 1.000000099473604e-05 351 rna-XM_022224906.1 76460 11 1443486 1443836 Acanthaster planci 133434 GCG|GTAAGATTGC...AGATCATTACCA/ATTCAGATCATT...AATAG|GAG 0 1 55.888
346590 GT-AG 0 6.022753074285717e-05 223 rna-XM_022224906.1 76460 12 1442977 1443199 Acanthaster planci 133434 TAG|GTAAACTTAA...ACGCCGTTATAT/AATATTGTGAAA...CGCAG|GAG 1 1 64.798
346591 GT-AG 0 1.000000099473604e-05 207 rna-XM_022224906.1 76460 13 1442626 1442832 Acanthaster planci 133434 GAG|GTACTTGGAC...TTTGCTTTTACA/TTTGCTTTTACA...TTTAG|GTC 1 1 69.283
346592 GT-AG 0 0.0001788703374956 488 rna-XM_022224906.1 76460 14 1441919 1442406 Acanthaster planci 133434 GAG|GTACGCATGC...TTACTCTTTCCA/TTGTACATTACT...TGCAG|CTG 1 1 76.106

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