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

✎ 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
49389494 GT-AG 0 1.000000099473604e-05 15380 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 1 3225955 3241334 Columbina picui 115618 GTG|GTGAGCTGCA...TTTGTTTTATTT/TTTTGTTTTATT...TGCAG|CTG 1 1 4.796
49389495 GT-AG 0 1.000000099473604e-05 12439 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 2 3241549 3253987 Columbina picui 115618 ACG|GTAATGTATT...AATCATTTATCT/TAATTAATCATT...TGTAG|TGA 2 1 11.091
49389496 GT-AG 0 0.1648113213869896 3337 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 3 3254153 3257489 Columbina picui 115618 CAG|GTATGCTTTT...AATTTTTTATTA/TAATTTTTTATT...CATAG|ATG 2 1 15.946
49389497 GT-AG 0 0.0001760032658664 1090 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 4 3257689 3258778 Columbina picui 115618 CAG|GTAACATTAT...CAATTCTGATCT/GCAATTCTGATC...TTCAG|ATG 0 1 21.801
49389498 GT-AG 0 1.000000099473604e-05 3024 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 5 3258929 3261952 Columbina picui 115618 GAT|GTAAGATATT...AATACCTCAATA/CAATACCTCAAT...TCCAG|GTT 0 1 26.214
49389499 GT-AG 0 0.0007802638956966 4386 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 6 3262115 3266500 Columbina picui 115618 AAG|GTATTTCATA...TTATGCTTAGTG/ATTATGCTTAGT...CACAG|GCA 0 1 30.98
49389500 GT-AG 0 1.000000099473604e-05 63425 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 7 3266717 3330141 Columbina picui 115618 AGG|GTAAGTCAGT...TGCATTTTAAAT/TTTTTTCTCATT...TACAG|AAT 0 1 37.335
49389501 GT-AG 0 1.000000099473604e-05 937 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 8 3330350 3331286 Columbina picui 115618 TAG|GTGAGGAGTT...ATGTCTCTGACT/ATGTCTCTGACT...TGCAG|ATG 1 1 43.454
49389502 GT-AG 0 1.000000099473604e-05 9086 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 9 3331496 3340581 Columbina picui 115618 ATG|GTAAGTATAT...TTTTCCTTTCTC/AAGGGTTTCACA...TATAG|GAT 0 1 49.603
49389503 GT-AG 0 1.000000099473604e-05 931 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 10 3340710 3341640 Columbina picui 115618 CAG|GTAAGAATTT...ATTTTCATAATT/ATTTTCATAATT...AACAG|CAC 2 1 53.369
49389504 GT-AG 0 4.870448270927734e-05 8063 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 11 3341765 3349827 Columbina picui 115618 GCT|GTAAGTATAT...CCTTGTTTAACT/GTTTTACTGATC...TTCAG|GTC 0 1 57.017
49389505 GT-AG 0 0.0001434411080077 27151 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 12 3349974 3377124 Columbina picui 115618 CAG|GTATGATATA...CTGTTATTATCT/TCTGTTATTATC...AACAG|ATT 2 1 61.312
49389506 GT-AG 0 0.000399358433887 3195 rna-gnl|WGS:VYZG|COLPIC_R04134_mrna 9114875 13 3377221 3380415 Columbina picui 115618 ATA|GTAAGTATAA...ATGTCCTTGACT/ATGTCCTTGACT...TTCAG|TTG 2 1 64.137

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