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

✎ 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
192054362 GT-AG 0 1.000000099473604e-05 1044 rna-XM_014882471.1 34283777 1 8992197 8993240 Sturnus vulgaris 9172 TAG|GTGAGTATCG...GCTTTTTTAACA/GCTTTTTTAACA...TCTAG|GAG 1 1 10.063
192054363 GT-AG 0 1.2482499460104507e-05 844 rna-XM_014882471.1 34283777 2 8993328 8994171 Sturnus vulgaris 9172 AAG|GTATGTAAAC...ATAGCTCTACCT/TGTAGATTAAAA...TTCAG|GAA 1 1 17.88
192054364 GT-AG 0 1.000000099473604e-05 1189 rna-XM_014882471.1 34283777 3 8994269 8995457 Sturnus vulgaris 9172 AAA|GTAAGTAAGG...CATGCTTTAGCT/TCAGATTTAATT...TACAG|GGA 2 1 26.595
192054365 GT-AG 0 1.000000099473604e-05 1095 rna-XM_014882471.1 34283777 4 8995550 8996644 Sturnus vulgaris 9172 CAG|GTAGTTCACA...GTTTACTGGAAA/AAAAATCTCAAG...CTTAG|GAG 1 1 34.861
192054366 GT-AG 0 1.000000099473604e-05 1049 rna-XM_014882471.1 34283777 5 8996705 8997753 Sturnus vulgaris 9172 ATG|GTAAGAATTG...TCCATTTTAATG/TCCATTTTAATG...TTTAG|GTA 1 1 40.252
192054367 GT-AG 0 0.0001342055830673 3152 rna-XM_014882471.1 34283777 6 8997792 9000943 Sturnus vulgaris 9172 CAA|GTAAGTTACT...ATTCTTTTAATT/ATTCTTTTAATT...TTTAG|CAC 0 1 43.666
192054368 GT-AG 0 0.0023944140530247 748 rna-XM_014882471.1 34283777 7 9000991 9001738 Sturnus vulgaris 9172 TCG|GTATGGATGT...TTTTTCTTAATA/TTTTTTCTTAAT...CATAG|GCA 2 1 47.889
192054369 GT-AG 0 1.000000099473604e-05 778 rna-XM_014882471.1 34283777 8 9001826 9002603 Sturnus vulgaris 9172 GAG|GTAGGAAACT...GTATTTTCATCT/TGTATTTTCATC...TTTAG|GTC 2 1 55.705
192054370 GT-AG 0 4.947061825037151e-05 2472 rna-XM_014882471.1 34283777 9 9002649 9005120 Sturnus vulgaris 9172 AAG|GTATTAAATG...CTTTCCTTTTTC/TGACATGTAAAT...TTTAG|GGT 2 1 59.748
192054371 GT-AG 0 6.168428639189058e-05 1427 rna-XM_014882471.1 34283777 10 9005178 9006604 Sturnus vulgaris 9172 AAG|GTATGGTGAT...TTAACTTTACTT/ACTTTACTTATT...TTCAG|TTT 2 1 64.87
192054372 GT-AG 0 1.000000099473604e-05 1890 rna-XM_014882471.1 34283777 11 9006657 9008546 Sturnus vulgaris 9172 AAG|GTAATTGTCA...TGTATCTTCCCA/TGTTTATTCAGT...TGCAG|GCT 0 1 69.542
192054373 GT-AG 0 1.000000099473604e-05 101 rna-XM_014882471.1 34283777 12 9008616 9008716 Sturnus vulgaris 9172 CAG|GTAGGTAATA...AGTTTGTTGATG/TAGAAACTCATC...CATAG|AAT 0 1 75.741
192054374 GT-AG 0 1.000000099473604e-05 1821 rna-XM_014882471.1 34283777 13 9008783 9010603 Sturnus vulgaris 9172 AAG|GTTAGTCAGA...TATACCCTAACA/TATTTTTTAAGT...ATAAG|GGA 0 1 81.671
192054375 GT-AG 0 1.000000099473604e-05 672 rna-XM_014882471.1 34283777 14 9010734 9011405 Sturnus vulgaris 9172 TTG|GTAAGGGGAA...GATATTTTAATT/GATATTTTAATT...TACAG|GCA 1 1 93.351

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