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)

13 rows where transcript_id = 15858501

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, 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
85341973 GT-AG 0 0.027530850088467 1041 Gobar.A01G025500.1.v1.1 15858501 2 2033977 2035017 Gossypium barbadense 3634 GTG|GTATGCTATT...TTTGCCTTTTTT/ACTGAGTTCACT...TATAG|GGC 1 1 10.495
85341974 GT-AG 0 1.0848870446587618e-05 237 Gobar.A01G025500.1.v1.1 15858501 3 2035130 2035366 Gossypium barbadense 3634 GTG|GTATGGGGAA...TTTGTTTTATTT/ATTTGTTTTATT...GACAG|GTA 2 1 13.779
85341975 GT-AG 0 1.000000099473604e-05 93 Gobar.A01G025500.1.v1.1 15858501 4 2035456 2035548 Gossypium barbadense 3634 CAG|GTTTGATATT...ATTCTTTTATTG/TATTCTTTTATT...GACAG|GTT 1 1 16.388
85341976 GT-AG 0 1.000000099473604e-05 74 Gobar.A01G025500.1.v1.1 15858501 5 2035618 2035691 Gossypium barbadense 3634 CAG|GTTGGTTGGC...AAACCCTGAACT/GTAGCACTAATA...TGCAG|ATA 1 1 18.411
85341977 GT-AG 0 1.000000099473604e-05 619 Gobar.A01G025500.1.v1.1 15858501 6 2035822 2036440 Gossypium barbadense 3634 TAG|GTAATCAGTA...AGTTTCTTTCCA/TTTCTTTCCATC...TGTAG|GGA 2 1 22.222
85341978 GT-AG 0 1.000000099473604e-05 361 Gobar.A01G025500.1.v1.1 15858501 7 2036600 2036960 Gossypium barbadense 3634 AAG|GTAAATGGTT...AATCTTTTAATT/AATCTTTTAATT...TGCAG|CTT 2 1 26.884
85341979 GT-AG 0 1.6034886125456655e-05 393 Gobar.A01G025500.1.v1.1 15858501 8 2037313 2037705 Gossypium barbadense 3634 AAG|GTAAGTTTCT...TTTTTCTTGTTC/TTCTTGTTCAGC...TCTAG|GAT 0 1 37.203
85341980 GT-AG 0 1.000000099473604e-05 547 Gobar.A01G025500.1.v1.1 15858501 9 2037819 2038365 Gossypium barbadense 3634 CAG|GTGATATATT...AATTTCTTGCTT/TTCTTGCTTACA...TACAG|CAA 2 1 40.516
85341981 GC-AG 0 1.000000099473604e-05 297 Gobar.A01G025500.1.v1.1 15858501 10 2038514 2038810 Gossypium barbadense 3634 CAG|GCATAATCCT...CCCTTCTGAATG/CCCCTTCTGAAT...TGTAG|GCT 0 1 44.855
85341982 GT-AG 0 1.000000099473604e-05 83 Gobar.A01G025500.1.v1.1 15858501 11 2039287 2039369 Gossypium barbadense 3634 CAG|GTAAAGTGTT...TGTGTTTTACAG/ATTTGTCTCACA...TGTAG|GGG 2 1 58.81
85341983 GT-AG 0 1.000000099473604e-05 75 Gobar.A01G025500.1.v1.1 15858501 12 2039575 2039649 Gossypium barbadense 3634 AAG|GTGGTATATC...CAGCTTTTAACT/CAGCTTTTAACT...TATAG|GAA 0 1 64.82
85341984 GT-AG 0 0.0591570676255419 66 Gobar.A01G025500.1.v1.1 15858501 13 2040362 2040427 Gossypium barbadense 3634 CAA|GTATGCACTC...AAAATCTTGACT/TCCTTCTTCATT...TCCAG|GCT 1 1 85.693
85351035 GT-AG 0 1.000000099473604e-05 413 Gobar.A01G025500.1.v1.1 15858501 1 2033352 2033764 Gossypium barbadense 3634 CAG|GTTCGTGACG...TTCTTTTTAGTG/GTGTTTCTCATT...TGTAG|CAA   0 5.277

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