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

✎ 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
8696387 GT-AG 0 0.0154855203406137 428 rna-XM_020241317.1 1565121 1 14029740 14030167 Ananas comosus 4615 CGT|GTACACTAAA...TGCTCTTTTGTT/TCGGCCTCCATT...TTTAG|GTG 1 1 0.204
8696388 GT-AG 0 1.4383689532218655e-05 84 rna-XM_020241317.1 1565121 2 14029514 14029597 Ananas comosus 4615 TTG|GTGCGCATTT...GTGTTCTTCGTC/GTCTTCGTCATC...GTTAG|GGT 2 1 4.349
8696389 GT-AG 0 1.000000099473604e-05 874 rna-XM_020241317.1 1565121 3 14028555 14029428 Ananas comosus 4615 AGG|GTGGGTGGTG...CATCCTTGGATT/TTTAAGTTGATT...TACAG|AAC 0 1 6.83
8696390 GT-AG 0 1.000000099473604e-05 366 rna-XM_020241317.1 1565121 4 14027990 14028355 Ananas comosus 4615 AAG|GTTCATCTTT...TGAACTTCGACT/AATGTGCTGAAG...TGCAG|GTA 1 1 12.639
8696391 GT-AG 0 1.4535830520504324e-05 145 rna-XM_020241317.1 1565121 5 14027621 14027765 Ananas comosus 4615 GAG|GTAAGTTACA...TTTGTTTTGATT/TTTGTTTTGATT...TGCAG|TTT 0 1 19.177
8696392 GT-AG 0 9.723781142978583e-05 85 rna-XM_020241317.1 1565121 6 14027451 14027535 Ananas comosus 4615 ATT|GTAAGTCTAT...TAACTTTTAATT/TAACTTTTAATT...TGCAG|CAC 1 1 21.658
8696393 GT-AG 0 0.000264280740327 774 rna-XM_020241317.1 1565121 7 14026493 14027266 Ananas comosus 4615 TAT|GTAAGTTTGT...TTTTTCTTTTTT/TTTTTTCGAACT...TGCAG|GTC 2 1 27.029
8696394 GT-AG 0 0.0007506819595592 310 rna-XM_020241317.1 1565121 8 14025916 14026225 Ananas comosus 4615 AAG|GTACTTTTCT...GTCTCCTTTTTG/TTTGTACTAATT...CTCAG|GTA 2 1 34.822
8696395 GT-AG 0 0.0016416730807058 294 rna-XM_020241317.1 1565121 9 14025276 14025569 Ananas comosus 4615 AAG|GTTTCATCAC...CAATCTTTACTG/TTTGTTCTCACA...TGCAG|CGA 0 1 44.921
8696396 GT-AG 0 1.000000099473604e-05 118 rna-XM_020241317.1 1565121 10 14025020 14025137 Ananas comosus 4615 CAG|GTTGGTACTA...ATCAGCTTGACA/ATCAGCTTGACA...GTCAG|GTC 0 1 48.949
8696397 GT-AG 0 1.000000099473604e-05 126 rna-XM_020241317.1 1565121 11 14024768 14024893 Ananas comosus 4615 TTG|GTAATATTTT...CTTTTTCTGACT/CTTTTTCTGACT...TTCAG|GTG 0 1 52.627
8696398 GT-AG 0 0.0005407017005068 446 rna-XM_020241317.1 1565121 12 14024109 14024554 Ananas comosus 4615 GAT|GTATGACCAA...ATGCTTTTGATA/ATGCTTTTGATA...AACAG|ATT 0 1 58.844
8696399 GT-AG 0 1.000000099473604e-05 390 rna-XM_020241317.1 1565121 13 14023439 14023828 Ananas comosus 4615 ACG|GTGAGCCATA...GTTGTCGTAAAC/AGATTGCTAAAG...TGCAG|GAA 1 1 67.017
8696400 GT-AG 0 0.0022812965963945 340 rna-XM_020241317.1 1565121 14 14022905 14023244 Ananas comosus 4615 GAG|GTTTGTTTTG...GCTTCTTTAGCT/TTAGCTCTAATT...TCCAG|GTT 0 1 72.68
8696401 GT-AG 0 1.000000099473604e-05 317 rna-XM_020241317.1 1565121 15 14022237 14022553 Ananas comosus 4615 GAG|GTGCTCAATC...CTTTCCTTTTTC/GTAATATTAATG...TTCAG|ATG 0 1 82.925

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