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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
140325579 GT-AG 0 0.000240533824611 83 rna-XM_015763422.2 25439189 1 42646633 42646715 Oryza sativa 4530 CAA|GTACATGCTG...TGCTCATTAACC/GCATTGCTCATT...TGCAG|GGA 2 1 8.24
140325580 GT-AG 0 0.0003610717764097 620 rna-XM_015763422.2 25439189 2 42646957 42647576 Oryza sativa 4530 CGG|GTTTGTACTT...TTTTCTTTGACT/TTTTCTTTGACT...TTCAG|TTA 0 1 14.687
140325581 GT-AG 0 0.0808336591566002 194 rna-XM_015763422.2 25439189 3 42647879 42648072 Oryza sativa 4530 TAG|GTAACTTTCA...ATCCCTTTAATG/TCTGTCATCATC...GACAG|GCA 2 1 22.766
140325582 GT-AG 0 2.6463423983099643e-05 245 rna-XM_015763422.2 25439189 4 42648250 42648494 Oryza sativa 4530 CAA|GTAAGCATAG...TCATTCTTCTCT/GATGTACTGAAT...TTTAG|GGC 2 1 27.501
140325583 GT-AG 0 1.000000099473604e-05 79 rna-XM_015763422.2 25439189 5 42649260 42649338 Oryza sativa 4530 AAG|GTGCTTGATG...AATTTCTAAATT/TAATTTCTAAAT...TTCAG|TAA 2 1 47.967
140325584 GT-AG 0 0.26825550884067 97 rna-XM_015763422.2 25439189 6 42649434 42649530 Oryza sativa 4530 CAG|GTTTCCTGAA...AGAGTCTTGACA/AGAGTCTTGACA...CATAG|GTG 1 1 50.508
140325585 GT-AG 0 0.0007716712413254 95 rna-XM_015763422.2 25439189 7 42649594 42649688 Oryza sativa 4530 TTG|GTGTGCAATT...GGTTCCTTATCC/TGTAATTTTATT...TGCAG|TTA 1 1 52.194
140325586 GT-AG 0 1.000000099473604e-05 93 rna-XM_015763422.2 25439189 8 42649778 42649870 Oryza sativa 4530 CAG|GTTGGATTCT...TTCCACTTACCA/CTTCCACTTACC...GTCAG|ATT 0 1 54.575
140325587 GT-AG 0 0.0053326703552481 132 rna-XM_015763422.2 25439189 9 42649967 42650098 Oryza sativa 4530 ATG|GTATTTTGCC...ATGTTCTTTTCA/GTTCTTTTCATA...AACAG|GGT 0 1 57.143
140325588 GT-AG 0 0.0011005462207527 733 rna-XM_015763422.2 25439189 10 42650747 42651479 Oryza sativa 4530 ATG|GTATGGTTCC...ATATTCTTGCTT/GAAGTCCTGACA...GGTAG|CCA 0 1 74.478
140325589 GT-AG 0 0.0001277359325364 691 rna-XM_015763422.2 25439189 11 42651555 42652245 Oryza sativa 4530 CAG|GTTCTCTCTC...TGCTCCTCGACT/CTTTTTCTAAGA...TTCAG|GTG 0 1 76.485
140325590 GT-AG 0 1.196343666259182e-05 83 rna-XM_015763422.2 25439189 12 42652317 42652399 Oryza sativa 4530 GAG|GTATTAAATA...GAAGTTATAACA/GAAGTTATAACA...TTCAG|GAG 2 1 78.384
140325591 GT-AG 0 1.000000099473604e-05 380 rna-XM_015763422.2 25439189 13 42652458 42652837 Oryza sativa 4530 ATG|GTACTTGAAT...GTGCCCCTGATT/TTAATGTTGACC...CACAG|GGT 0 1 79.936
140325592 GT-AG 0 1.000000099473604e-05 92 rna-XM_015763422.2 25439189 14 42653037 42653128 Oryza sativa 4530 ATG|GTAATACACA...GTTACATTACCA/TGTTATGTTACA...TTCAG|GTG 1 1 85.259
140325593 GT-AG 0 0.0001829958997615 146 rna-XM_015763422.2 25439189 15 42653195 42653340 Oryza sativa 4530 AAG|GTATTTCACT...TCTTTCTTCAAG/CTTCTGCTGATC...TCCAG|GTA 1 1 87.025

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