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

✎ 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
106496706 GT-AG 0 1.000000099473604e-05 24424 rna-XM_021533974.1 19905847 1 85384513 85408936 Lonchura striata 40157 AGG|GTAAGCGGCT...CTTTTTTTATTT/TCTTTTTTTATT...TACAG|TCC 1 1 4.772
106496707 GT-AG 0 9.234464581760895e-05 4320 rna-XM_021533974.1 19905847 2 85409029 85413348 Lonchura striata 40157 AAG|GTACAATATG...CTAACCTTAGAT/GCTTATTTAATT...AACAG|ATA 0 1 6.913
106496708 GT-AG 0 0.0039247965499262 620 rna-XM_021533974.1 19905847 3 85413442 85414061 Lonchura striata 40157 AAG|GTACACATTC...TGTATCTTACCA/TTGTATCTTACC...TTCAG|TAT 0 1 9.078
106496709 GT-AG 0 7.30896514390649e-05 1930 rna-XM_021533974.1 19905847 4 85414268 85416197 Lonchura striata 40157 TAG|GTATTAATTT...AGTGACTTATCA/AAGTGACTTATC...TCTAG|GAG 2 1 13.873
106496710 GT-AG 0 0.0177058232273987 3681 rna-XM_021533974.1 19905847 5 85416356 85420036 Lonchura striata 40157 AAG|GTTTTCTGAC...TGTTTCTTAACT/TGTTTCTTAACT...AACAG|AAA 1 1 17.551
106496711 GT-AG 0 1.000000099473604e-05 2373 rna-XM_021533974.1 19905847 6 85421767 85424139 Lonchura striata 40157 AAG|GTAAATACAC...TTTTCTTTGAAA/TTTTCTTTGAAA...CTTAG|AGA 0 1 57.821
106496712 GT-AG 0 0.0001314983461893 1185 rna-XM_021533974.1 19905847 7 85424338 85425522 Lonchura striata 40157 CTG|GTAGGTTTTT...AGCTTGTTAAAT/AAGATACTCATG...CACAG|ATT 0 1 62.43
106496713 GT-AG 0 4.324422322897197e-05 1346 rna-XM_021533974.1 19905847 8 85425628 85426973 Lonchura striata 40157 CAT|GTACGGTTCC...CTGGTTATGAAA/AATAAACTAATA...TTTAG|AAA 0 1 64.874
106496714 GT-AG 0 5.034598524816047e-05 4615 rna-XM_021533974.1 19905847 9 85427054 85431668 Lonchura striata 40157 CAG|GTACTGTTGT...TTTTCTTTCTCT/CTTATTTTCATT...TCAAG|AAA 2 1 66.736
106496715 GT-AG 0 0.0002537348046303 1273 rna-XM_021533974.1 19905847 10 85431724 85432996 Lonchura striata 40157 CAG|GTAAGCTATT...TTTGTCTTATCT/TTTTGTCTTATC...AGCAG|GAG 0 1 68.017
106496716 GT-AG 0 1.000000099473604e-05 1170 rna-XM_021533974.1 19905847 11 85433104 85434273 Lonchura striata 40157 CAG|GTCAGCAGCT...AAAGATTTAATT/AAAGATTTAATT...TTTAG|GTT 2 1 70.507
106496717 GT-AG 0 0.0040704917647731 1099 rna-XM_021533974.1 19905847 12 85434342 85435440 Lonchura striata 40157 GAG|GTATGTTTCT...TTCCCCTTTCTG/CTTTCTGTCACT...TTCAG|GCA 1 1 72.09
106496718 GT-AG 0 1.911276497102561e-05 1665 rna-XM_021533974.1 19905847 13 85435649 85437313 Lonchura striata 40157 TGG|GTAGGTCTGC...AATCCTTTGGTT/TTGGTTGTGATA...AACAG|ATC 2 1 76.932
106496719 GT-AG 0 1.000000099473604e-05 1933 rna-XM_021533974.1 19905847 14 85437538 85439470 Lonchura striata 40157 CTG|GTGAGTATAA...TTTGCTTTGATG/TTTGCTTTGATG...TACAG|AGA 1 1 82.146
106496720 GT-AG 0 1.000000099473604e-05 1713 rna-XM_021533974.1 19905847 15 85439663 85441375 Lonchura striata 40157 AAG|GTAAAATAAA...TGGCTCTAAGTC/GATTTGCTAATG...TCCAG|AGA 1 1 86.615

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