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

✎ 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
160178985 GT-AG 0 1.5416712507470368e-05 208 Ptrif.0001s1755.1.v1.3.1 28701047 1 22485555 22485762 Citrus trifoliata 37690 AAG|GTGTTTATCG...TGAATTTTGAAA/TGAATTTTGAAA...TACAG|AAT 0 1 7.433
160178986 GT-AG 0 0.0002292482160487 90 Ptrif.0001s1755.1.v1.3.1 28701047 2 22485396 22485485 Citrus trifoliata 37690 AAG|GTACTTTATA...GGTTTTGTGATT/GGTTTTGTGATT...ATAAG|GTT 0 1 9.421
160178987 GT-AG 0 1.000000099473604e-05 97 Ptrif.0001s1755.1.v1.3.1 28701047 3 22485161 22485257 Citrus trifoliata 37690 CAG|GTTTGAAAAT...CAATCATTATTT/TCATTATTTATA...CACAG|GAA 0 1 13.397
160178988 GT-AG 0 6.982123562932811 98 Ptrif.0001s1755.1.v1.3.1 28701047 4 22484979 22485076 Citrus trifoliata 37690 CAG|GTATCCATCA...TACTTTTTATTA/TTACTTTTTATT...GATAG|ACT 0 1 15.817
160178989 GT-AG 0 0.0225875101950019 91 Ptrif.0001s1755.1.v1.3.1 28701047 5 22484762 22484852 Citrus trifoliata 37690 AGA|GTACGTTTTT...ATGGCTTTAAAT/GTGTTGCTGATG...TACAG|GAG 0 1 19.447
160178990 GT-AG 0 0.1361109943670005 261 Ptrif.0001s1755.1.v1.3.1 28701047 6 22484441 22484701 Citrus trifoliata 37690 GAG|GTATGCTAAG...TTGTTCTTAATT/TTGTTCTTAATT...TTCAG|ATA 0 1 21.175
160178991 GT-AG 0 1.000000099473604e-05 123 Ptrif.0001s1755.1.v1.3.1 28701047 7 22484225 22484347 Citrus trifoliata 37690 AAG|GTAGGCAAGT...TTTTCTATAGTT/TCTGTTCTGATG...TGCAG|GGG 0 1 23.855
160178992 GT-AG 0 2.210020943865241 96 Ptrif.0001s1755.1.v1.3.1 28701047 8 22484033 22484128 Citrus trifoliata 37690 AAG|GTATCCTAGA...ATGCTGTTGATT/TTTGGATTCATG...CTCAG|GAA 0 1 26.621
160178993 GT-AG 0 0.0004384480541282 113 Ptrif.0001s1755.1.v1.3.1 28701047 9 22483771 22483883 Citrus trifoliata 37690 TGG|GTATGATGCC...TTATTTTTTACG/ATTTGTTTCATT...AACAG|ATA 2 1 30.913
160178994 GT-AG 0 0.0738844095485651 317 Ptrif.0001s1755.1.v1.3.1 28701047 10 22483307 22483623 Citrus trifoliata 37690 CAA|GTATGCTATT...TAATTTCTGATG/TAATTTCTGATG...TGCAG|AGA 2 1 35.148
160178995 GT-AG 0 0.0002170823666564 81 Ptrif.0001s1755.1.v1.3.1 28701047 11 22483096 22483176 Citrus trifoliata 37690 AAG|GTATTAATTC...TTAGTTTTAGTA/AATATGTTTATT...TGCAG|GAA 0 1 38.894
160178996 GT-AG 0 0.5129447340897352 94 Ptrif.0001s1755.1.v1.3.1 28701047 12 22482078 22482171 Citrus trifoliata 37690 AGA|GTATGTTTTA...TGGTCTTTAAAT/AGTTGACTAACT...ATCAG|GAT 0 1 65.514
160178997 GT-AG 0 1.000000099473604e-05 83 Ptrif.0001s1755.1.v1.3.1 28701047 13 22481896 22481978 Citrus trifoliata 37690 CTG|GTAATTATTT...ACATTGTTGATG/GTATAACTGACA...TTCAG|GTA 0 1 68.366
160178998 GT-AG 0 1.000000099473604e-05 93 Ptrif.0001s1755.1.v1.3.1 28701047 14 22480948 22481040 Citrus trifoliata 37690 GAG|GTATTAAATA...CTAACTTCAATT/TAATGACTAACT...TGTAG|GCG 0 1 92.999

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