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)

12 rows where transcript_id = 18699378

✎ 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
99735974 GT-AG 0 0.0035846338458169 546 rna-XM_018975200.2 18699378 1 9343973 9344518 Juglans regia 51240 AAG|GTAGCTTCGT...TGGGACTTATTG/ATGGGACTTATT...ATTAG|TTG 0 1 28.469
99735975 GT-AG 0 0.0010428658172454 366 rna-XM_018975200.2 18699378 2 9343406 9343771 Juglans regia 51240 GAG|GTATTGTATC...TTATTTTTAATC/TCATTTTTCATT...TGAAG|GGG 0 1 34.467
99735976 GT-AG 0 1.000000099473604e-05 2897 rna-XM_018975200.2 18699378 3 9340344 9343240 Juglans regia 51240 GAG|GTAATTGCCT...TTGTACTGATTA/ATTGTACTGATT...TTTAG|GTT 0 1 39.391
99735977 GT-AG 0 0.00017569142234 100 rna-XM_018975200.2 18699378 4 9340145 9340244 Juglans regia 51240 TGG|GTATGTGGTG...CAGTATTTGATT/CAGTATTTGATT...CACAG|GTA 0 1 42.346
99735978 GT-AG 0 1.000000099473604e-05 176 rna-XM_018975200.2 18699378 5 9339717 9339892 Juglans regia 51240 GAG|GTGATGAATG...CAGTTTTTACAC/ACAGTTTTTACA...TACAG|TTC 0 1 49.866
99735979 GT-AG 0 5.795550710856823e-05 143 rna-XM_018975200.2 18699378 6 9339319 9339461 Juglans regia 51240 GAG|GTTTGTACTA...CCTTTTTTAACT/CCTTTTTTAACT...CATAG|GTT 0 1 57.475
99735980 GT-AG 0 1.000000099473604e-05 689 rna-XM_018975200.2 18699378 7 9338498 9339186 Juglans regia 51240 GAG|GTAGTTGAGT...TATACCTAACTT/GTATACCTAACT...TGCAG|TTG 0 1 61.415
99735981 GT-AG 0 1.000000099473604e-05 413 rna-XM_018975200.2 18699378 8 9337824 9338236 Juglans regia 51240 AAG|GTGAGAGTTA...TTCCTCTTGATT/TCTTGATTAATC...TGCAG|AAT 0 1 69.203
99735982 GT-AG 0 0.013152958056886 1312 rna-XM_018975200.2 18699378 9 9336440 9337751 Juglans regia 51240 CCA|GTATGTGTTC...TTCCCGTTAGTC/CCGTTAGTCATT...ACCAG|GTT 0 1 71.352
99735983 GT-AG 0 1.000000099473604e-05 522 rna-XM_018975200.2 18699378 10 9335768 9336289 Juglans regia 51240 CAG|GTAAGTTCAA...GATCTCTTACAG/GGATCTCTTACA...TTTAG|GTT 0 1 75.828
99735984 GT-AG 0 0.0041524858218779 389 rna-XM_018975200.2 18699378 11 9334905 9335293 Juglans regia 51240 CAG|GTAACTTGAA...CATGTTTTGACT/CATGTTTTGACT...TGCAG|CTA 0 1 89.973
99735985 GT-AG 0 1.000000099473604e-05 357 rna-XM_018975200.2 18699378 12 9334231 9334587 Juglans regia 51240 CAG|GTTAGGATGA...CCATTTTTAACT/CCATTTTTAACT...TTCAG|GGT 2 1 99.433

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