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

✎ 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
49389754 GT-AG 0 1.000000099473604e-05 3175 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 1 3480775 3483949 Columbina picui 115618 GTG|GTGAGTACAT...GAATCCTTTTTC/ACCATTCTAATT...AATAG|GAA 0 1 11.921
49389755 GT-AG 0 2.3890029333343283e-05 105 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 2 3484050 3484154 Columbina picui 115618 AGA|GTACAGAAAC...TGTGTTTTAAAT/TGTGTTTTAAAT...GAAAG|GTC 1 1 16.597
49389756 GT-AG 0 1.000000099473604e-05 301 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 3 3484247 3484547 Columbina picui 115618 TAT|GTGCAGGCAA...TTTCCCTTTTTT/CTTTTTTGCATG...AACAG|ATC 0 1 20.898
49389757 GT-AG 0 0.0008283127229002 1311 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 4 3484760 3486070 Columbina picui 115618 TAG|GTATAGTATA...GTGTTCTTGCTT/GCTTGTCTGAAG...CACAG|AAA 2 1 30.809
49389758 GT-AG 0 6.765586266624677e-05 404 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 5 3486185 3486588 Columbina picui 115618 CAG|GTATAGTAAT...AGTGCCTTTTTC/TGGGATATCAAT...ACCAG|TGC 2 1 36.138
49389759 GT-AG 0 1.000000099473604e-05 262 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 6 3486737 3486998 Columbina picui 115618 AAG|GTAAGTCAGA...ATTCTGTTAAAG/ATTGAGTTCAAT...TACAG|GTT 0 1 43.058
49389760 GT-AG 0 0.0001486289731538 1007 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 7 3487197 3488203 Columbina picui 115618 GCA|GTAAAATTTA...TTTTTTTTTGTC/ATTTGCTTCAGA...TACAG|AAC 0 1 52.314
49389761 GT-AG 0 1.000000099473604e-05 284 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 8 3488420 3488703 Columbina picui 115618 CAG|GTACAAAGGT...TTCCTCTTTTTG/CTACATCTAATA...TTTAG|GAA 0 1 62.412
49389762 GT-AG 0 2.7863560217977257e-05 1298 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 9 3488787 3490084 Columbina picui 115618 AAA|GTAAGTTGCT...TTATTTTTGCTT/ACATGAATTATT...CATAG|AGC 2 1 66.293
49389763 GT-AG 0 1.000000099473604e-05 419 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 10 3490236 3490654 Columbina picui 115618 AAG|GTTTGTCACT...TTTACTATATAT/TGCAGATTTACT...TTCAG|CTG 0 1 73.352
49389764 GT-AG 0 0.0002281952769813 100 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 11 3490778 3490877 Columbina picui 115618 CCA|GTAAGTTTGA...TGTACATTAATG/TTTTGTTTTATT...GTAAG|GCC 0 1 79.102
49389765 GT-AG 0 1.2651355764850456e-05 610 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 12 3490938 3491547 Columbina picui 115618 GAG|GTACAGTATG...CCTGCTTCAATA/GTGAGATTTATC...ACTAG|GTG 0 1 81.907
49389766 GT-AG 0 1.6191156239372258e-05 275 rna-gnl|WGS:VYZG|COLPIC_R04133_mrna 9114891 13 3491706 3491980 Columbina picui 115618 GAG|GTAATTATTT...TTGTTTTTAAGC/TTGTTTTTAAGC...TCAAG|AAA 2 1 89.294

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