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

✎ 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
76886737 GT-AG 0 1.000000099473604e-05 1559 rna-XM_010148222.1 14393868 1 740 2298 Eurypyga helias 54383 CTG|GTAAGTAGAA...GTTTCCTTTATT/GTTTCCTTTATT...GTTAG|CTG 1 1 2.394
76886738 GT-AG 0 0.0054507294041443 159 rna-XM_010148222.1 14393868 2 2409 2567 Eurypyga helias 54383 AAG|GTAACTTTTC...CAGTTTTTGTTT/TGTTTGCTCAGA...AACAG|GCT 0 1 8.977
76886739 GT-AG 0 1.000000099473604e-05 1102 rna-XM_010148222.1 14393868 3 2682 3783 Eurypyga helias 54383 AAG|GTATGACGTG...GCTGACTTATTT/GTAATGCTGACT...TATAG|GAA 0 1 15.799
76886740 GT-AG 0 0.0001611362773643 595 rna-XM_010148222.1 14393868 4 3857 4451 Eurypyga helias 54383 GGG|GTAAGCTTCT...TGGTTCTTTCCA/ATCCTGTTCATG...CTTAG|GAC 1 1 20.168
76886741 GT-AG 0 1.000000099473604e-05 399 rna-XM_010148222.1 14393868 5 4572 4970 Eurypyga helias 54383 AAG|GTTAGTGAGA...CTTTCTTTAAAT/TATGGGTTCATT...TTCAG|TTA 1 1 27.349
76886742 GT-AG 0 0.0001737264869988 1402 rna-XM_010148222.1 14393868 6 5114 6515 Eurypyga helias 54383 AAG|GTATGTGCTG...ACTGACTTAACT/TCTGTCTTTATA...AACAG|GCA 0 1 35.907
76886743 GT-AG 0 1.000000099473604e-05 102 rna-XM_010148222.1 14393868 7 6632 6733 Eurypyga helias 54383 AAG|GTGAGATGAA...AACCTTGTAACT/TTGTAACTTACA...TTTAG|TGA 2 1 42.849
76886744 GC-AG 0 1.000000099473604e-05 221 rna-XM_010148222.1 14393868 8 6960 7180 Eurypyga helias 54383 CAG|GCAAGTGCTT...CAAAGCTTACAA/TCAAAGCTTACA...TGCAG|GTT 0 1 56.373
76886745 GT-AG 0 0.0007796195913179 457 rna-XM_010148222.1 14393868 9 7274 7730 Eurypyga helias 54383 ACT|GTAAGCATTT...TTGCATTTAATT/TTGCATTTAATT...TTTAG|GTT 0 1 61.939
76886746 GT-AG 0 1.000000099473604e-05 631 rna-XM_010148222.1 14393868 10 7808 8438 Eurypyga helias 54383 GAA|GTGAGTATTG...TTCTCCTTTCTG/ATGATACTGAAG...CAAAG|GAA 2 1 66.547
76886747 GT-AG 0 1.000000099473604e-05 156 rna-XM_010148222.1 14393868 11 8596 8751 Eurypyga helias 54383 AAG|GTAAAGAGAT...TTTTTTTTTATT/TTTTTTTTTATT...TTCAG|TGT 0 1 75.943
76886748 GT-AG 0 1.000000099473604e-05 903 rna-XM_010148222.1 14393868 12 8860 9762 Eurypyga helias 54383 GAG|GTGAGGGCAC...TTATGTTTGAAG/AAGTAATTCATC...CCCAG|GTT 0 1 82.406
76886749 GT-AG 0 1.000000099473604e-05 1330 rna-XM_010148222.1 14393868 13 9859 11188 Eurypyga helias 54383 AAT|GTAAGTAGCA...CTAGTATTAACG/TTTGTTCTCACT...TAAAG|AAT 0 1 88.151
76886750 GT-AG 0 1.000000099473604e-05 275 rna-XM_010148222.1 14393868 14 11324 11598 Eurypyga helias 54383 GAG|GTAAGAGGCA...GTTGTTTTGGTG/GCAATAGTAAAT...TGCAG|GTG 0 1 96.23

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