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

✎ 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
87512035 GT-AG 0 7.11974030597532e-05 486 Gotom.A01G189800.1.v1.1 16457592 1 95828245 95828730 Gossypium tomentosum 34277 AAG|GTTTTTTTAA...ATAATCTGATTA/CATAATCTGATT...CATAG|GAA 1 1 4.807
87512036 GT-AG 0 1.000000099473604e-05 118 Gotom.A01G189800.1.v1.1 16457592 2 95828017 95828134 Gossypium tomentosum 34277 GAG|GTAAAAACAA...AATTGTTTGATG/TTGATGTTGATT...TTTAG|GTG 0 1 7.464
87512037 GT-AG 0 1.000000099473604e-05 264 Gotom.A01G189800.1.v1.1 16457592 3 95827447 95827710 Gossypium tomentosum 34277 ATG|GTAAATATGT...TGTCTTTTACTT/TGTTTGTTAATC...TATAG|GAT 0 1 14.855
87512038 GT-AG 0 1.000000099473604e-05 100 Gotom.A01G189800.1.v1.1 16457592 4 95827234 95827333 Gossypium tomentosum 34277 CTG|GTAAGTGATC...GGTTTCTTATCA/AGGTTTCTTATC...GATAG|GTG 2 1 17.585
87512039 GT-AG 0 1.000000099473604e-05 47 Gotom.A01G189800.1.v1.1 16457592 5 95826948 95826994 Gossypium tomentosum 34277 GAG|GTGTTGATCG...AATTATTCAAAC/AAATTATTCAAA...TGAAG|GTC 1 1 23.357
87512040 GT-AG 0 1.000000099473604e-05 80 Gotom.A01G189800.1.v1.1 16457592 6 95826824 95826903 Gossypium tomentosum 34277 AAG|GTGCTTGCTT...TTATTCTTAATT/TTATTCTTAATT...TTCAG|TGG 0 1 24.42
87512041 GT-AG 0 1.000000099473604e-05 108 Gotom.A01G189800.1.v1.1 16457592 7 95826500 95826607 Gossypium tomentosum 34277 AAG|GTTTGGCAGT...TTGCCTTTATTT/ATTTGATTAATT...TTTAG|GGT 0 1 29.638
87512042 GT-AG 0 1.3216235607296565 72 Gotom.A01G189800.1.v1.1 16457592 8 95826166 95826237 Gossypium tomentosum 34277 TTT|GTTTGCTTAC...CTATTCTTAACT/CTATTCTTAACT...GTGAG|ACC 1 1 35.966
87512043 GT-AG 0 5.354604594739456e-05 153 Gotom.A01G189800.1.v1.1 16457592 9 95825939 95826091 Gossypium tomentosum 34277 CAG|GTTGTCTTTT...GTAGCTTTACTT/TAAAATTTCAAT...TATAG|GAT 0 1 37.754
87512044 GT-AG 0 5.6185725898664425e-05 222 Gotom.A01G189800.1.v1.1 16457592 10 95825531 95825752 Gossypium tomentosum 34277 CAA|GTAATTTGTG...GAGTTATTAAAC/GAGTTATTAAAC...TACAG|GTT 0 1 42.246
87512045 GT-AG 0 1.647880618173228e-05 156 Gotom.A01G189800.1.v1.1 16457592 11 95825234 95825389 Gossypium tomentosum 34277 ATT|GTAAGTAATT...AGTGACTTGATT/AGTGACTTGATT...ATTAG|GTT 0 1 45.652
87512046 GT-AG 0 1.000000099473604e-05 81 Gotom.A01G189800.1.v1.1 16457592 12 95824884 95824964 Gossypium tomentosum 34277 GTG|GTTAGTAAAA...ATTTTATTAACT/ATTTTATTAACT...ATCAG|GTA 2 1 52.15
87512047 GT-AG 0 0.0449942136180012 636 Gotom.A01G189800.1.v1.1 16457592 13 95824166 95824801 Gossypium tomentosum 34277 ATG|GTATACACTC...TAGAACTTAACC/TAGAACTTAACC...CGCAG|CCA 0 1 54.13
87512048 GT-AG 0 1.000000099473604e-05 2139 Gotom.A01G189800.1.v1.1 16457592 14 95821964 95824102 Gossypium tomentosum 34277 GAG|GTCAAGGACA...AACGTGTTGATG/CGAATTTTTATG...AAAAG|AGA 0 1 55.652

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