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

✎ 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
140324349 GT-AG 0 1.000000099473604e-05 91 rna-XM_015759671.2 25439113 1 20729619 20729709 Oryza sativa 4530 CAG|GTCCGTTCGT...CATTGCTTAGCT/GCATTGCTTAGC...TGCAG|GAT 1 1 4.975
140324350 GT-AG 0 0.0168633492308222 983 rna-XM_015759671.2 25439113 2 20726059 20727041 Oryza sativa 4530 CAG|GTGTCCACTA...CTCTTTTTATTG/ATGATATTAACT...CGTAG|GTC 1 1 39.908
140324351 GT-AG 0 1.000000099473604e-05 170 rna-XM_015759671.2 25439113 3 20725447 20725616 Oryza sativa 4530 AAG|GTAAAAGTAA...TAATTTTTAATT/TAATTTTTAATT...TTAAG|GTT 2 1 45.899
140324352 GT-AG 0 0.0003339746161226 500 rna-XM_015759671.2 25439113 4 20724718 20725217 Oryza sativa 4530 AAG|GTATGTCTCA...GTTGTCTGGATA/CCTGTGCTGATT...TGTAG|ATG 0 1 49.004
140324353 GT-AG 0 1.470111913411981 300 rna-XM_015759671.2 25439113 5 20724253 20724552 Oryza sativa 4530 CAG|GTATCTTGGT...TAAATCTTATCT/ATCATACTTATT...TCTAG|GAA 0 1 51.24
140324354 GT-AG 0 0.0023927528378099 88 rna-XM_015759671.2 25439113 6 20723892 20723979 Oryza sativa 4530 GAA|GTATGTCATT...TTCATTTTGAAC/TTCATTTTGAAC...TTCAG|TGG 0 1 54.941
140324355 GT-AG 0 0.0002245377825802 118 rna-XM_015759671.2 25439113 7 20723528 20723645 Oryza sativa 4530 CCT|GTAAGTATTC...TTGTTCTAAATC/TTCTTTCTCACT...ATTAG|CTT 0 1 58.276
140324356 GT-AG 0 0.0001052853992703 86 rna-XM_015759671.2 25439113 8 20723073 20723158 Oryza sativa 4530 AAG|GTAACATAAG...CTTCTCATAACA/GGACTTCTCATA...TCCAG|ATC 0 1 63.278
140324357 GT-AG 0 0.0012643713374844 86 rna-XM_015759671.2 25439113 9 20721676 20721761 Oryza sativa 4530 GAG|GTATTTACCA...TGCATTTTAATC/CTTTCTTTTACT...TGCAG|GCA 0 1 81.049
140324358 GT-AG 0 3.0813975573728787e-05 865 rna-XM_015759671.2 25439113 10 20720754 20721618 Oryza sativa 4530 AAG|GTACTATTTT...TCAATTTTACTG/ATCAATTTTACT...TTCAG|GGC 0 1 81.822
140324359 GT-AG 0 0.0013663810879281 772 rna-XM_015759671.2 25439113 11 20719553 20720324 Oryza sativa 4530 GAG|GTAAACTTTC...TATCCATTAATA/CCATGTTTAATT...TACAG|TTT 0 1 87.637
140324360 GT-AG 0 0.0001396791540224 83 rna-XM_015759671.2 25439113 12 20719246 20719328 Oryza sativa 4530 ATC|GTACGTGAAA...CTATTCTTATTG/TCTATTCTTATT...CACAG|GGA 2 1 90.674
140324361 GT-AG 0 0.0005972843824207 665 rna-XM_015759671.2 25439113 13 20718447 20719111 Oryza sativa 4530 AAG|GTATTCCACT...TGGACTTCATCT/ATGGACTTCATC...TTCAG|GAG 1 1 92.49
140324362 GT-AG 0 1.3712556449952009e-05 73 rna-XM_015759671.2 25439113 14 20718113 20718185 Oryza sativa 4530 CAG|GTAAGTTTTG...TCTACCTGATCT/TTCTACCTGATC...TGCAG|GTA 1 1 96.028
140324363 GT-AG 0 0.004218842975264 128 rna-XM_015759671.2 25439113 15 20717806 20717933 Oryza sativa 4530 AGG|GTATGCCATA...ACAGTTTTATCT/GACAGTTTTATC...TACAG|GCT 0 1 98.455

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