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

✎ 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
196986088 GT-AG 0 0.0003400828331372 39251 rna-XM_034166901.1 34991575 2 21655848 21695098 Thalassophryne amazonica 390379 ATG|GTATGTGTCA...ATCTTCTTTGTG/GAAGTTGTAACA...TTCAG|AGG 1 1 9.505
196986089 GT-AG 0 0.0042826873927777 38798 rna-XM_034166901.1 34991575 3 21616804 21655601 Thalassophryne amazonica 390379 ACC|GTAAGTTTAT...ATTTTTTTAATT/ATTTTTTTAATT...CGCAG|CTC 1 1 14.19
196986090 GT-AG 0 0.0016426318985309 53611 rna-XM_034166901.1 34991575 4 21563087 21616697 Thalassophryne amazonica 390379 TGT|GTAAGTTTCT...CTCTCCTTCATT/CTCTCCTTCATT...GGCAG|GCC 2 1 16.21
196986091 GT-AG 0 1.000000099473604e-05 4747 rna-XM_034166901.1 34991575 5 21558134 21562880 Thalassophryne amazonica 390379 ATG|GTGAGTAAAG...CCTTTGTTGACC/CCTTTGTTGACC...CTCAG|CTC 1 1 20.133
196986092 GT-AG 0 1.0323303212158504e-05 12104 rna-XM_034166901.1 34991575 6 21545868 21557971 Thalassophryne amazonica 390379 AGA|GTAAGTCTGC...TCCTCCTTTTTC/TTAGGACTCACC...TGCAG|GCT 1 1 23.219
196986093 GT-AG 0 0.0006732007906257 4760 rna-XM_034166901.1 34991575 7 21540906 21545665 Thalassophryne amazonica 390379 CAG|GTATGTCTGG...TCTTCCTGATCT/CTCTTCCTGATC...TCCAG|CCC 2 1 27.067
196986094 GT-AG 0 1.000000099473604e-05 1530 rna-XM_034166901.1 34991575 8 21539156 21540685 Thalassophryne amazonica 390379 CAG|GTGAGAGTGG...TTGTCTTTGATT/TTGTCTTTGATT...TGCAG|ACA 0 1 31.257
196986095 GT-AG 0 1.000000099473604e-05 12764 rna-XM_034166901.1 34991575 9 21526278 21539041 Thalassophryne amazonica 390379 CAG|GTGGGTATTC...TGTGCTTGAACT/CTGTGCTTGAAC...TACAG|GAC 0 1 33.429
196986096 GT-AG 0 1.000000099473604e-05 13669 rna-XM_034166901.1 34991575 10 21512468 21526136 Thalassophryne amazonica 390379 CAA|GTAAGTAAAA...TTTTCTTTCTCC/ATCTGCATCACG...TCTAG|CAC 0 1 36.114
196986097 GT-AG 0 1.000000099473604e-05 1519 rna-XM_034166901.1 34991575 11 21510799 21512317 Thalassophryne amazonica 390379 ACA|GTAAGAGCAT...TAGACCTAAGTT/TAAATACTTATA...TGCAG|TTT 0 1 38.971
196986098 GT-AG 0 1.000000099473604e-05 107 rna-XM_034166901.1 34991575 12 21510527 21510633 Thalassophryne amazonica 390379 GAG|GTGATGCCAC...CACTTCTCAATT/AGATTCCTCACT...TTCAG|AAA 0 1 42.114
196986099 GT-AG 0 1.0357514242137082e-05 4206 rna-XM_034166901.1 34991575 13 21506030 21510235 Thalassophryne amazonica 390379 ATG|GTACGACTTA...TTACCTGTAATA/CATGTCCTGACA...CTCAG|ACG 0 1 47.657
196986100 GT-AG 0 4.421362680154792e-05 1232 rna-XM_034166901.1 34991575 14 21504404 21505635 Thalassophryne amazonica 390379 AGG|GTAAGCTTAC...CAGCCTTTCTCC/CATGTGTCTACT...CTCAG|GAT 1 1 55.162
196994976 GT-AG 0 1.9976712578018252e-05 43992 rna-XM_034166901.1 34991575 1 21695273 21739264 Thalassophryne amazonica 390379 GAA|GTAGGTAGGT...ACGTCCTTCATT/TTTGTATTTACC...ACCAG|TTG   0 6.971

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