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

✎ 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
87512570 GT-AG 0 0.027530850088467 1041 Gotom.A01G034000.1.v1.1 16457627 2 2565420 2566460 Gossypium tomentosum 34277 GTG|GTATGCTATT...TTTGCCTTTTTT/ACTGAGTTCACT...TATAG|GGC 1 1 11.647
87512571 GT-AG 0 1.0848870446587618e-05 237 Gotom.A01G034000.1.v1.1 16457627 3 2566573 2566809 Gossypium tomentosum 34277 GTG|GTATGGGGAA...TTTGTTTTATTT/ATTTGTTTTATT...GACAG|GTA 2 1 14.859
87512572 GT-AG 0 1.000000099473604e-05 93 Gotom.A01G034000.1.v1.1 16457627 4 2566899 2566991 Gossypium tomentosum 34277 CAG|GTTTGATATT...ATTCTGTTATTG/ATTGGACTTATA...GACAG|GTT 1 1 17.413
87512573 GT-AG 0 1.000000099473604e-05 74 Gotom.A01G034000.1.v1.1 16457627 5 2567061 2567134 Gossypium tomentosum 34277 CAG|GTTGGTTGGC...AAACCCTGAACT/GTAGCACTAATA...TGCAG|ATA 1 1 19.392
87512574 GT-AG 0 1.000000099473604e-05 619 Gotom.A01G034000.1.v1.1 16457627 6 2567265 2567883 Gossypium tomentosum 34277 TAG|GTAATCAGTA...AGTTTCTTTCCA/TTTCTTTCCATC...TGTAG|GGA 2 1 23.121
87512575 GT-AG 0 1.000000099473604e-05 361 Gotom.A01G034000.1.v1.1 16457627 7 2568043 2568403 Gossypium tomentosum 34277 AAG|GTAAATGGTT...AATCTTTTAATT/AATCTTTTAATT...TGCAG|CTT 2 1 27.682
87512576 GT-AG 0 1.6034886125456655e-05 393 Gotom.A01G034000.1.v1.1 16457627 8 2568756 2569148 Gossypium tomentosum 34277 AAG|GTAAGTTTCT...TTTTTCTTGTTC/TTCTTGTTCAGC...TCTAG|GAT 0 1 37.78
87512577 GT-AG 0 1.000000099473604e-05 520 Gotom.A01G034000.1.v1.1 16457627 9 2569262 2569781 Gossypium tomentosum 34277 CAG|GTGATATATT...AGGATATTAATG/ATGATAATCACT...TATAG|ATG 2 1 41.021
87512578 GC-AG 0 1.000000099473604e-05 297 Gotom.A01G034000.1.v1.1 16457627 10 2569957 2570253 Gossypium tomentosum 34277 CAG|GCATAATCCT...CCCTTCTGAATG/CCCCTTCTGAAT...TGTAG|GCT 0 1 46.041
87512579 GT-AG 0 1.000000099473604e-05 83 Gotom.A01G034000.1.v1.1 16457627 11 2570730 2570812 Gossypium tomentosum 34277 CAG|GTAAAGTGTT...TGTGTTTTACAG/ATTTGTCTCACA...TGTAG|GGG 2 1 59.696
87512580 GT-AG 0 1.000000099473604e-05 75 Gotom.A01G034000.1.v1.1 16457627 12 2571018 2571092 Gossypium tomentosum 34277 AAG|GTGGTATATC...CAGCTTTTAACT/CAGCTTTTAACT...TATAG|GAA 0 1 65.577
87512581 GT-AG 0 0.0591570676255419 66 Gotom.A01G034000.1.v1.1 16457627 13 2571805 2571870 Gossypium tomentosum 34277 CAA|GTATGCACTC...AAAATCTTGACT/TCCTTCTTCATT...TCCAG|GCT 1 1 86.001
87522194 GT-AG 0 1.000000099473604e-05 414 Gotom.A01G034000.1.v1.1 16457627 1 2564794 2565207 Gossypium tomentosum 34277 CAG|GTTCGTGACG...TTCTTTTTAGTG/GTGTTTCTCATT...TGTAG|CAA   0 6.54

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