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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
3822906 GT-AG 0 1.000000099473604e-05 123 rna-gnl|I4U23|004002-T1 720823 1 12370398 12370520 Adineta vaga 104782 GAG|GTGAGTGTTA...TAATCTTTAACT/TAATCTTTAACT...TTTAG|TTA 1 1 18.578
3822907 GT-AG 0 2.5315419008230514e-05 148 rna-gnl|I4U23|004002-T1 720823 2 12371412 12371559 Adineta vaga 104782 GTG|GTACGTAGAT...AAAGTTTTGACA/TCATTATTCATG...TATAG|AAA 1 1 36.889
3822908 GT-AG 0 0.0004653433292636 579 rna-gnl|I4U23|004002-T1 720823 3 12371599 12372177 Adineta vaga 104782 AAG|GTTTGTTTAA...TCGATTTTGATT/TCGATTTTGATT...ATCAG|ATA 1 1 37.69
3822909 GT-AG 0 1.000000099473604e-05 55 rna-gnl|I4U23|004002-T1 720823 4 12372300 12372354 Adineta vaga 104782 AGT|GTAAGTGATT...TCATTGTTGATA/GATATGCTGATT...TACAG|GAA 0 1 40.197
3822910 GT-AG 0 1.000000099473604e-05 57 rna-gnl|I4U23|004002-T1 720823 5 12372663 12372719 Adineta vaga 104782 TGG|GTAAAACCTT...TATTTCCTATTG/TTTCATCTGATT...TCTAG|TTG 2 1 46.527
3822911 GT-AG 0 7.424170699981078e-05 60 rna-gnl|I4U23|004002-T1 720823 6 12373190 12373249 Adineta vaga 104782 ACA|GTAAGTTCAT...ACCTCTTTGTCT/GATATACGTACG...TATAG|TTT 1 1 56.186
3822912 GT-AG 0 1.000000099473604e-05 54 rna-gnl|I4U23|004002-T1 720823 7 12373610 12373663 Adineta vaga 104782 CGA|GTAAAAGTTT...ATATGTTTATCG/TATATGTTTATC...TTTAG|ATG 1 1 63.584
3822913 GT-AG 0 1.000000099473604e-05 66 rna-gnl|I4U23|004002-T1 720823 8 12373720 12373785 Adineta vaga 104782 CAA|GTAGTAGTAA...TTTATTTTACTT/GTTTATTTTACT...CACAG|ATA 0 1 64.735
3822914 GT-AG 0 1.000000099473604e-05 55 rna-gnl|I4U23|004002-T1 720823 9 12373981 12374035 Adineta vaga 104782 CTG|GTAAAAGATC...TGTTTCTTTTCA/TTTCTTTTCACA...CATAG|ACA 0 1 68.742
3822915 GT-AG 0 1.000000099473604e-05 51 rna-gnl|I4U23|004002-T1 720823 10 12374162 12374212 Adineta vaga 104782 ACC|GTAAGAGAGA...TATCTTTTATCT/TTTTATCTAACA...TTAAG|GGT 0 1 71.332
3822916 GT-AG 0 1.000000099473604e-05 49 rna-gnl|I4U23|004002-T1 720823 11 12374328 12374376 Adineta vaga 104782 TAA|GTAAGATCAT...TATTCTTTCATT/TATTCTTTCATT...TTAAG|ATT 1 1 73.695
3822917 GT-AG 0 0.0022067395134602 52 rna-gnl|I4U23|004002-T1 720823 12 12374685 12374736 Adineta vaga 104782 CGA|GTAAACTTTT...AATTCATTCATT/AATTCATTCATT...TATAG|TCA 0 1 80.025
3822918 GT-AG 0 0.0003594062691466 47 rna-gnl|I4U23|004002-T1 720823 13 12375683 12375729 Adineta vaga 104782 TTT|GTATTGGAAT...TTTTTCATAATT/TGTTTTTTCATA...TTCAG|TGG 1 1 99.466
3822919 GT-AG 0 0.0005453071700437 49 rna-gnl|I4U23|004002-T1 720823 14 12375737 12375785 Adineta vaga 104782 AAG|GTATAAAATA...CTTTCCTTGATC/ATTATTTTGATT...TTTAG|ATT 2 1 99.61

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