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

✎ 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
11507165 GT-AG 0 1.000000099473604e-05 1452 rna-XM_009878370.1 2107329 1 11844 13295 Apaloderma vittatum 57397 AAG|GTGGGTGAGA...ATTCTCTTCATG/TTGCTTCTCATG...ACCAG|GTA 0 1 3.298
11507166 GT-AG 0 1.000000099473604e-05 41809 rna-XM_009878370.1 2107329 2 13455 55263 Apaloderma vittatum 57397 GAG|GTAAGCAATA...TTGTGTTTAGCC/CAATAACTCAGT...TGCAG|AGT 0 1 5.946
11507167 GT-AG 0 0.0012335143624297 2074 rna-XM_009878370.1 2107329 3 55324 57397 Apaloderma vittatum 57397 CAG|GTATGGTTTT...AAGTTTTTATTC/AAAGTTTTTATT...AGCAG|AAT 0 1 6.945
11507168 GT-AG 0 1.000000099473604e-05 3744 rna-XM_009878370.1 2107329 4 57473 61216 Apaloderma vittatum 57397 AAG|GTAGGAGTGC...TCTGTTGTAATA/TCTGTTGTAATA...GGCAG|GAG 0 1 8.195
11507169 GT-AG 0 1.000000099473604e-05 948 rna-XM_009878370.1 2107329 5 62543 63490 Apaloderma vittatum 57397 CAG|GTAGGTCAGC...GTTTTTTTGTTA/TTTTTTGTTATA...AACAG|TCC 0 1 30.28
11507170 GT-AG 0 1.000000099473604e-05 7392 rna-XM_009878370.1 2107329 6 63647 71038 Apaloderma vittatum 57397 GAG|GTCAGCAAAG...CATGTTTTACCT/CCATGTTTTACC...TACAG|AAT 0 1 32.878
11507171 GT-AG 0 1.000000099473604e-05 2836 rna-XM_009878370.1 2107329 7 71132 73967 Apaloderma vittatum 57397 CAG|GTAAATACGA...GCTCCATTGACA/GTGTCTGTCATT...TAAAG|CTG 0 1 34.427
11507172 GT-AG 0 0.0005273680111896 1580 rna-XM_009878370.1 2107329 8 74199 75778 Apaloderma vittatum 57397 GAG|GTAACTGTCC...GATTTCTGAATG/AGATTTCTGAAT...TTTAG|AGT 0 1 38.274
11507173 GT-AG 0 1.000000099473604e-05 6327 rna-XM_009878370.1 2107329 9 75968 82294 Apaloderma vittatum 57397 CAG|GTACTATGCC...TTTGCTTTGTTG/TAGAGCCTAAAG...GGCAG|GCA 0 1 41.422
11507174 GT-AG 0 1.000000099473604e-05 4599 rna-XM_009878370.1 2107329 10 82463 87061 Apaloderma vittatum 57397 CAG|GTAATGTCCC...AGGCTTTTACCA/AATGTGCTAATA...GCCAG|CTG 0 1 44.221
11507175 GT-AG 0 1.000000099473604e-05 2765 rna-XM_009878370.1 2107329 11 87317 90081 Apaloderma vittatum 57397 CAG|GTAAGGAGTC...TTCCTTTTAATT/TTCCTTTTAATT...TCCAG|CTT 0 1 48.468
11507176 GT-AG 0 0.0003172659442124 2799 rna-XM_009878370.1 2107329 12 90388 93186 Apaloderma vittatum 57397 GAA|GTATGTGCTC...AATAACTTACCC/AAATAACTTACC...TTCAG|GAG 0 1 53.564
11507177 GT-AG 0 1.000000099473604e-05 1319 rna-XM_009878370.1 2107329 13 93219 94537 Apaloderma vittatum 57397 AAG|GTGGGTAAAA...AAGTCTATGAGT/GACTCTCTCATG...TCCAG|GGC 2 1 54.097
11507178 GT-AG 0 1.000000099473604e-05 6701 rna-XM_009878370.1 2107329 14 96099 102799 Apaloderma vittatum 57397 GAG|GTAATGAGCT...GCTTTCTTGGCT/GAGTCACTAACT...CCAAG|GAA 0 1 80.097

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