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)

15 rows where transcript_id = 34283738

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
192054028 AG-CT 0 6.44264856982507e-05 216 rna-XM_014894558.1 34283738 2 219075 219290 Sturnus vulgaris 9172 ATC|AGTATGTTGA...CTTATTTTGTTT/TGTTTACTTATT...TTACT|AGG 2 1 11.507
192054029 GT-AG 0 1.000000099473604e-05 552 rna-XM_014894558.1 34283738 3 218345 218896 Sturnus vulgaris 9172 AAG|GTAAGAATAT...TCTTTTTTATTC/GTCTTTTTTATT...TTAAG|GGC 0 1 19.236
192054030 GT-AG 0 1.3483004621040083e-05 521 rna-XM_014894558.1 34283738 4 217751 218271 Sturnus vulgaris 9172 AAA|GTAAGTTCAG...CATGCTTTTGTT/GTGTAGATAACA...TTCAG|CGA 1 1 22.406
192054031 GT-AG 0 3.54734447197943e-05 775 rna-XM_014894558.1 34283738 5 216872 217646 Sturnus vulgaris 9172 AAG|GTAATTTTAT...ACTTCTTTGTTT/CATTTGGTAACA...CAAAG|CAC 0 1 26.921
192054032 GT-AG 0 0.000534975696574 1788 rna-XM_014894558.1 34283738 6 214909 216696 Sturnus vulgaris 9172 AAG|GTATTACTAA...TCCTCCTTAAAT/CCTCCACTGATT...TTTAG|CAC 1 1 34.52
192054033 GT-AG 0 0.0075367585292805 251 rna-XM_014894558.1 34283738 7 214544 214794 Sturnus vulgaris 9172 TTG|GTATGTATCT...AAATTCTTAATA/GTGTTTTTAATT...TCTAG|GTC 1 1 39.47
192054034 GT-AG 0 0.0310160934659722 1900 rna-XM_014894558.1 34283738 8 212579 214478 Sturnus vulgaris 9172 GAG|GTATGTTTTA...TTTCTTTTAAAA/ACTAAACTGATT...TCCAG|TTT 0 1 42.293
192054035 GT-AG 0 1.5916439590556523e-05 1601 rna-XM_014894558.1 34283738 9 210869 212469 Sturnus vulgaris 9172 TTG|GTAATGATTC...TTCTTCTTATCT/TTTCTTCTTATC...TCCAG|GAT 1 1 47.026
192054036 GT-AG 0 1.000000099473604e-05 936 rna-XM_014894558.1 34283738 10 209797 210732 Sturnus vulgaris 9172 CAG|GTGAGGTTTT...TTTTCCTCAAAA/ATTTTCCTCAAA...TTTAG|AGG 2 1 52.931
192054037 GT-AG 0 0.0004390101839849 983 rna-XM_014894558.1 34283738 11 208768 209750 Sturnus vulgaris 9172 CAG|GTACTGTTTC...TTTTTCTTCTCT/GTAATACTGAGA...ACTAG|ACA 0 1 54.928
192054038 GT-AG 0 1.000000099473604e-05 4571 rna-XM_014894558.1 34283738 12 204053 208623 Sturnus vulgaris 9172 GAG|GTAAGAACCA...TATTTCATGATA/ATATATTTCATG...GATAG|TTG 0 1 61.181
192054039 GT-AG 0 1.000000099473604e-05 1701 rna-XM_014894558.1 34283738 13 202274 203974 Sturnus vulgaris 9172 GAG|GTAAAGATAC...GGTCTTTTAAAC/TTTAAACTGAAA...CATAG|CTG 0 1 64.568
192054040 GT-AG 0 2.007631902992093e-05 1768 rna-XM_014894558.1 34283738 14 200339 202106 Sturnus vulgaris 9172 TGG|GTAGGTTGTC...TTTCTATTAAAC/TTTCTATTAAAC...TACAG|GCT 2 1 71.819
192054041 GT-AG 0 2.3196386230182032e-05 1264 rna-XM_014894558.1 34283738 15 198921 200184 Sturnus vulgaris 9172 AAA|GTAAGTCTTT...AGTTTCTTCATT/AGTTTCTTCATT...TTCAG|AAC 0 1 78.506
192054532 GT-AG 0 1.000000099473604e-05 2063 rna-XM_014894558.1 34283738 1 219566 221628 Sturnus vulgaris 9172 GCG|GTAATGCAAC...TTTCCCTTTTCT/TAGGTATTCAAA...TTTAG|GAA   0 0.608

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