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)

15 rows where transcript_id = 442678

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
2571975 GT-AG 0 1.000000099473604e-05 847 rna-XM_044329069.1 442678 2 31792882 31793728 Acropora millepora 45264 ATG|GTAAGGTTTT...AAATCCTGGAAT/CTATGTGTCATT...TCTAG|GGA 1 1 26.085
2571976 GT-AG 0 1.000000099473604e-05 2692 rna-XM_044329069.1 442678 3 31793873 31796564 Acropora millepora 45264 AAG|GTAAGATGTC...TTCTTTTTAATA/TTCTTTTTAATA...TGTAG|GGA 1 1 28.815
2571977 GT-AG 0 1.000000099473604e-05 1644 rna-XM_044329069.1 442678 4 31796730 31798373 Acropora millepora 45264 GAG|GTGAGACAAC...TTATTCTCAGTT/ATTATTCTCAGT...TTCAG|GCA 1 1 31.943
2571978 GT-AG 0 1.000000099473604e-05 263 rna-XM_044329069.1 442678 5 31798785 31799047 Acropora millepora 45264 CAG|GTAAATACAA...AATTTTGTGATC/AATTTTGTGATC...TCTAG|GGA 1 1 39.735
2571979 GT-AG 0 0.0001409411946054 1821 rna-XM_044329069.1 442678 6 31799240 31801060 Acropora millepora 45264 GTG|GTAAACATTA...AATTCATTAAAT/AGGTTTTTCACT...TGTAG|GGA 1 1 43.374
2571980 GT-AG 0 1.000000099473604e-05 425 rna-XM_044329069.1 442678 7 31801229 31801653 Acropora millepora 45264 AAG|GTAAGACAAG...TTCACTTTGTAT/TAGGGTTTCACT...TTCAG|GAG 1 1 46.559
2571981 GT-AG 0 5.997805354827515e-05 1334 rna-XM_044329069.1 442678 8 31801755 31803088 Acropora millepora 45264 CCG|GTAAGTTTGT...GTATTTTTATTT/AGTATTTTTATT...TTCAG|GTT 0 1 48.474
2571982 GT-AG 0 5.337894313698896e-05 274 rna-XM_044329069.1 442678 9 31803137 31803410 Acropora millepora 45264 GGA|GTAAGTTAGC...ATTTTCTTGTCA/GTGTTGATCATT...TTCAG|GTT 0 1 49.384
2571983 GT-AG 0 1.3579671743750416e-05 1717 rna-XM_044329069.1 442678 10 31803459 31805175 Acropora millepora 45264 GGA|GTAAGTTGAT...TATTTTTTTTCT/GTGTTTATCATT...TACAG|GTT 0 1 50.294
2571984 GT-AG 0 3.115943600381094e-05 494 rna-XM_044329069.1 442678 11 31805224 31805717 Acropora millepora 45264 AGA|GTAAGTTAGC...AATACTGTAAAT/AGTGTTTGCATC...AACAG|ACA 0 1 51.204
2571985 GT-AG 0 1.3371079199806138e-05 2379 rna-XM_044329069.1 442678 12 31805817 31808195 Acropora millepora 45264 CAG|GTTCTCAATT...TTGATCATAATT/GTCTTGTTGATC...CTTAG|TTT 0 1 53.081
2571986 GT-AG 0 1.000000099473604e-05 871 rna-XM_044329069.1 442678 13 31808295 31809165 Acropora millepora 45264 AAG|GTGAGCCTGA...AAAATGTTGACA/CTACTGCTGACT...TTCAG|TTT 0 1 54.957
2571987 GT-AG 0 1.000000099473604e-05 150 rna-XM_044329069.1 442678 14 31809265 31809414 Acropora millepora 45264 CCT|GTAAGAAATA...CGACGTTTAATA/TACTAATTCATC...TGCAG|CCC 0 1 56.834
2571988 GC-AG 0 1.000000099473604e-05 990 rna-XM_044329069.1 442678 15 31810082 31811071 Acropora millepora 45264 TAG|GCTCTCGCTG...CTCTTCATATAT/CGACATTTCACA...GGTAG|ACT 1 1 69.479
2585343 GT-AG 0 1.000000099473604e-05 1800 rna-XM_044329069.1 442678 1 31789829 31791628 Acropora millepora 45264 AAG|GTGTGTGATA...TTCACTTTACTG/TTTCACTTTACT...TGCAG|GTT   0 2.692

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