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)

14 rows where transcript_id = 15858487

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
85341824 GT-AG 0 1.000000099473604e-05 138 Gobar.A01G224100.1.v1.1 15858487 1 111090629 111090766 Gossypium barbadense 3634 CAG|GTTAGGGGCC...AAATCCTCGATT/TCTTTTCTGACT...TTCAG|GTA 0 1 0.585
85341825 GT-AG 0 0.0311221679958506 101 Gobar.A01G224100.1.v1.1 15858487 2 111090890 111090990 Gossypium barbadense 3634 CAG|GTTTACTTTT...TTTTTTTTAAAT/TTTTTTTTAAAT...TGTAG|AAA 0 1 3.585
85341826 GT-AG 0 0.0191570451336009 143 Gobar.A01G224100.1.v1.1 15858487 3 111091232 111091374 Gossypium barbadense 3634 CTG|GTATGCTAAT...ATTTCCTTCTTT/TTTGTATTGATT...GATAG|ATT 1 1 9.463
85341827 GT-AG 0 1.000000099473604e-05 686 Gobar.A01G224100.1.v1.1 15858487 4 111091968 111092653 Gossypium barbadense 3634 CTG|GTAATACCCT...AACTCTATGATT/GTGGAACTGATC...GACAG|ACT 0 1 23.927
85341828 GT-AG 0 2.6932341383035287e-05 79 Gobar.A01G224100.1.v1.1 15858487 5 111093638 111093716 Gossypium barbadense 3634 CAG|GTAAACTGAT...CTATCTTTGTCT/CTGTTGTTTATT...TTTAG|GTT 0 1 47.927
85341829 GT-AG 0 1.9908336334945937e-05 264 Gobar.A01G224100.1.v1.1 15858487 6 111094052 111094315 Gossypium barbadense 3634 AAG|GTATTAAATC...ATTTATTTGATC/ATTTATTTGATC...GGCAG|GGT 2 1 56.098
85341830 GT-AG 0 5.951291513091918e-05 108 Gobar.A01G224100.1.v1.1 15858487 7 111094595 111094702 Gossypium barbadense 3634 TGA|GTAAGTTGTA...TTTTTTCTAAAG/AGTTAATTTATT...TAAAG|GTA 2 1 62.902
85341831 GT-AG 0 1.000000099473604e-05 1064 Gobar.A01G224100.1.v1.1 15858487 8 111094956 111096019 Gossypium barbadense 3634 AAG|GTTAGCCCTC...AACTTTTTAATC/AACTTTTTAATC...TGCAG|CAC 0 1 69.073
85341832 GT-AG 0 9.846393679913532e-05 79 Gobar.A01G224100.1.v1.1 15858487 9 111096191 111096269 Gossypium barbadense 3634 CAG|GTCTATCTTT...CATCTATTAACT/CTTGTTTTCAAT...TGCAG|ATG 0 1 73.244
85341833 GT-AG 0 0.0064058237043247 141 Gobar.A01G224100.1.v1.1 15858487 10 111096363 111096503 Gossypium barbadense 3634 CAG|GTATACTCCT...CCCACATTACTG/ACAATGCTGACC...TGCAG|TTG 0 1 75.512
85341834 GT-AG 0 1.000000099473604e-05 113 Gobar.A01G224100.1.v1.1 15858487 11 111096612 111096724 Gossypium barbadense 3634 GAG|GTATTAGCAT...TCTGTTTCAAAT/TTCTGTTTCAAA...TTTAG|GTT 0 1 78.146
85341835 GT-AG 0 0.0060533821378305 231 Gobar.A01G224100.1.v1.1 15858487 12 111096842 111097072 Gossypium barbadense 3634 AAG|GTACGCTGTT...ATCTTCTTGATC/ATCTTCTTGATC...TATAG|GTT 0 1 81.0
85341836 GT-AG 0 1.000000099473604e-05 137 Gobar.A01G224100.1.v1.1 15858487 13 111097163 111097299 Gossypium barbadense 3634 AAG|GTACAATAAT...GTTTTCTTGCTC/TTTGTTATCATC...TACAG|CTT 0 1 83.195
85351030 GT-AG 0 1.000000099473604e-05 1325 Gobar.A01G224100.1.v1.1 15858487 14 111097410 111098734 Gossypium barbadense 3634 CAG|GTGAACTTCC...ATTGTATTGACT/ATTGTATTGACT...TGCAG|AAT   0 85.878

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