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

✎ 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
140324846 GT-AG 0 1.000000099473604e-05 1010 rna-XM_015757095.1 25439133 1 7325562 7326571 Oryza sativa 4530 CAG|GTGAGGGATT...GTGATCTTACCC/AGTGATCTTACC...TGCAG|ATA 0 1 8.759
140324847 GT-AG 0 0.057896789720653 276 rna-XM_015757095.1 25439133 2 7326662 7326937 Oryza sativa 4530 GAG|GTATCTGCAG...CATGTCTTATTT/AATGTGCTAAAT...GATAG|GGT 0 1 10.649
140324848 GT-AG 0 1.000000099473604e-05 105 rna-XM_015757095.1 25439133 3 7326983 7327087 Oryza sativa 4530 AAG|GTATGAGGTC...ACTTGCTTAAAT/TAAATGTTGATT...CCCAG|ATT 0 1 11.594
140324849 GT-AG 0 1.6773126447836363e-05 102 rna-XM_015757095.1 25439133 4 7327143 7327244 Oryza sativa 4530 CAG|GTAAATTTGA...TGTTCCTTCTTT/CTTCTTTTCATT...TGCAG|GAC 1 1 12.749
140324850 GT-AG 0 1.000000099473604e-05 112 rna-XM_015757095.1 25439133 5 7327289 7327400 Oryza sativa 4530 TCG|GTGAGATCAC...TCCCTTTTATCT/TGCATACTGATT...CATAG|GTG 0 1 13.674
140324851 GT-AG 0 1.000000099473604e-05 485 rna-XM_015757095.1 25439133 6 7327791 7328275 Oryza sativa 4530 ATG|GTTAGTACTG...GCTCATTTAGTT/GTACAGCTCATT...TCTAG|GTT 0 1 21.865
140324852 GT-AG 0 1.000000099473604e-05 750 rna-XM_015757095.1 25439133 7 7328542 7329291 Oryza sativa 4530 AAT|GTAAGATTCA...CAGTTCTAATAT/CCAGTTCTAATA...TGCAG|TAA 2 1 27.452
140324853 GT-AG 0 0.029202674757961 83 rna-XM_015757095.1 25439133 8 7329431 7329513 Oryza sativa 4530 AAG|GTAGCTTCCA...ATTTTCTTACCA/AATTTTCTTACC...TTTAG|GTT 0 1 30.372
140324854 GT-AG 0 0.0001596757072767 593 rna-XM_015757095.1 25439133 9 7329565 7330157 Oryza sativa 4530 AAG|GTATGGCTAA...CTTTCTTTAGTT/CTTTAGTTCAGT...TTCAG|TTT 0 1 31.443
140324855 GT-AG 0 1.000000099473604e-05 81 rna-XM_015757095.1 25439133 10 7330643 7330723 Oryza sativa 4530 AAG|GTTAGTTCTT...TATTTCATATTT/TGTTATTTCATA...TATAG|GTT 2 1 41.63
140324856 GT-AG 0 1.000000099473604e-05 389 rna-XM_015757095.1 25439133 11 7331328 7331716 Oryza sativa 4530 GAG|GTAAGATGAA...CGTGTCTAAACT/GCGTGTCTAAAC...TCCAG|GCA 0 1 54.316
140324857 GT-AG 0 1.000000099473604e-05 3494 rna-XM_015757095.1 25439133 12 7332017 7335510 Oryza sativa 4530 GCT|GTTATGTAGT...TGTTCTTCAATT/TCTGTACTAACC...TCCAG|GCT 0 1 60.618
140324858 GT-AG 0 3.385386447062016e-05 1017 rna-XM_015757095.1 25439133 13 7336270 7337286 Oryza sativa 4530 CAG|GTGACTTTAC...TTCACTTTATAT/ATTGTTTTCACT...TTCAG|GTT 0 1 76.56
140324859 GT-AG 0 1.000000099473604e-05 172 rna-XM_015757095.1 25439133 14 7337443 7337614 Oryza sativa 4530 AAG|GTCAGTAAAG...CAATTATTACTA/CCAATTATTACT...CTTAG|GTC 0 1 79.836
140324860 GT-AG 0 0.0020071499206695 190 rna-XM_015757095.1 25439133 15 7338539 7338728 Oryza sativa 4530 TCG|GTATGCGCTT...CTGGTGTTAACA/CTGGTGTTAACA...TTCAG|GAT 0 1 99.244

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