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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
69095666 GT-AG 0 1.000000099473604e-05 204 rna-XM_010938870.3 12947930 2 38781246 38781449 Elaeis guineensis 51953 GGG|GTCAGTATCA...ACTTCCTTACCC/TACTTCCTTACC...TGAAG|AAA 0 1 8.495
69095667 GT-AG 0 1.000000099473604e-05 107 rna-XM_010938870.3 12947930 3 38780946 38781052 Elaeis guineensis 51953 AAG|GTTTGGATTT...TGATCTTTAATA/TTTATCCTGACT...TTTAG|GGA 1 1 13.997
69095668 GT-AG 0 1.8375326328646857e-05 113 rna-XM_010938870.3 12947930 4 38780609 38780721 Elaeis guineensis 51953 CCG|GTGTGTCCTT...CATTTTTTATTT/TTTTATTTGACT...TGCAG|GTG 0 1 20.382
69095669 GT-AG 0 1.000000099473604e-05 120 rna-XM_010938870.3 12947930 5 38780380 38780499 Elaeis guineensis 51953 CAT|GTAAAGAAAT...GTCTTCTTCTTT/ATGATTCTGATA...ATCAG|CTA 1 1 23.489
69095670 GT-AG 0 1.1070656795638215e-05 1332 rna-XM_010938870.3 12947930 6 38778858 38780189 Elaeis guineensis 51953 ATT|GTGAGTTTCT...TTTTTCTGAGCT/GTTTTTCTGAGC...TGCAG|GAA 2 1 28.905
69095671 GT-AG 0 1.000000099473604e-05 108 rna-XM_010938870.3 12947930 7 38778483 38778590 Elaeis guineensis 51953 GAG|GTGATTTCTT...TGTTCCTTACTC/ATTGTACTTATT...AACAG|GTT 2 1 36.517
69095672 GT-AG 0 0.0011258248693729 80 rna-XM_010938870.3 12947930 8 38778057 38778136 Elaeis guineensis 51953 AAG|GTACACACTA...CTGTTTTTATTA/TCTGTTTTTATT...TTCAG|AGG 0 1 46.38
69095673 GT-AG 0 1.000000099473604e-05 332 rna-XM_010938870.3 12947930 9 38777587 38777918 Elaeis guineensis 51953 CAG|GTCCATGCAT...ACTTCCATAAAG/AATTGGCTCAAT...TGCAG|GTT 0 1 50.314
69095674 GT-AG 0 0.0001170357568681 84 rna-XM_010938870.3 12947930 10 38777377 38777460 Elaeis guineensis 51953 CTA|GTAAGCAGTT...TGCATTTTGATG/CCTTTGTTAATA...TACAG|GTA 0 1 53.905
69095675 GT-AG 0 1.220849293048525e-05 647 rna-XM_010938870.3 12947930 11 38776517 38777163 Elaeis guineensis 51953 GAT|GTAAGTGTAG...GATGTTTTATTT/TGATGTTTTATT...TCTAG|ATT 0 1 59.977
69095676 GT-AG 0 0.0007187100066361 607 rna-XM_010938870.3 12947930 12 38775645 38776251 Elaeis guineensis 51953 AAG|GTATGTCTAA...GAGATCTTATTG/TGAGATCTTATT...TTTAG|GTA 1 1 67.531
69095677 GT-AG 0 0.0071473012339383 1426 rna-XM_010938870.3 12947930 13 38774016 38775441 Elaeis guineensis 51953 GAG|GTATCAAAGC...TATTTCCTAGTA/TGGTTTCTAACG...TGCAG|ATA 0 1 73.318
69095678 GT-AG 0 0.0004378992437846 293 rna-XM_010938870.3 12947930 14 38773372 38773664 Elaeis guineensis 51953 CAG|GTATTCACAT...TACTGCATGATG/ACTTAGGTGATT...TGCAG|ATC 0 1 83.324
69105350 GT-AG 0 1.000000099473604e-05 188 rna-XM_010938870.3 12947930 1 38781596 38781783 Elaeis guineensis 51953 AAG|GTGAGTCCTT...ATGGTTTTATAT/TGGTAATTAATT...GGTAG|GAG   0 7.811

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