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

✎ 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
167376020 GT-AG 0 3.945623263926024e-05 312 rna-XM_009333998.1 29894883 1 912201 912512 Pygoscelis adeliae 9238 TGG|GTAACTGGGC...TGAATCTCAGCT/ATGGTTTTCACG...TCCAG|GAC 2 1 1.695
167376021 GT-AG 0 1.000000099473604e-05 1218 rna-XM_009333998.1 29894883 2 912683 913900 Pygoscelis adeliae 9238 CTG|GTAAGTGATA...GCTCTCTTTTCA/TCTCTTTTCAAA...TGCAG|GGG 1 1 7.46
167376022 GT-AG 0 1.000000099473604e-05 723 rna-XM_009333998.1 29894883 3 914094 914816 Pygoscelis adeliae 9238 AAA|GTAAGGGCCA...ATTTTCTTCTTT/AAGGAATTCATG...GACAG|AGC 2 1 14.005
167376023 GT-AG 0 1.000000099473604e-05 7588 rna-XM_009333998.1 29894883 4 914915 922502 Pygoscelis adeliae 9238 CAA|GTAAGGATGC...AGCACCCAAATT/CTGAGGTTCAAG...CCCAG|AGC 1 1 17.328
167376024 GT-AG 0 1.000000099473604e-05 382 rna-XM_009333998.1 29894883 5 922667 923048 Pygoscelis adeliae 9238 AAA|GTGAGTATCA...CTGTCCTTGGCA/TTGGCAGTAACA...TGCAG|GTC 0 1 22.889
167376025 GT-AG 0 0.0025188499081888 4130 rna-XM_009333998.1 29894883 6 923250 927379 Pygoscelis adeliae 9238 TTT|GTACGTGTCC...TCTATCTTGATT/TCTATCTTGATT...TATAG|GCA 0 1 29.705
167376026 GT-AG 0 1.000000099473604e-05 2394 rna-XM_009333998.1 29894883 7 927528 929921 Pygoscelis adeliae 9238 CAG|GTGTGAGATC...GCTTCCTTGCTA/TCCTTGCTAAGC...ACTAG|GTG 1 1 34.724
167376027 GT-AG 0 1.000000099473604e-05 11010 rna-XM_009333998.1 29894883 8 930097 941106 Pygoscelis adeliae 9238 CAA|GTAAGGAGCA...GACATCTAGACT/CCACTTCTGACT...TGCAG|GGC 2 1 40.658
167376028 GT-AG 0 1.000000099473604e-05 5195 rna-XM_009333998.1 29894883 9 941290 946484 Pygoscelis adeliae 9238 CAA|GTGAGTGACT...GCATTGTTAACT/GCATTGTTAACT...TGCAG|GGA 2 1 46.863
167376029 GT-AG 0 0.0002674711446904 2639 rna-XM_009333998.1 29894883 10 946604 949242 Pygoscelis adeliae 9238 CAG|GTACCGTCAA...GTTCCCATCACC/CCTGTTCCCATC...CCTAG|GGG 1 1 50.899
167376030 GT-AG 0 1.000000099473604e-05 379 rna-XM_009333998.1 29894883 11 949338 949716 Pygoscelis adeliae 9238 CAG|GTGAGATGAC...TTTTCTTTAAAA/CTTTTCTTTAAA...TTCAG|GTG 0 1 54.12
167376031 GT-AG 0 1.000000099473604e-05 2098 rna-XM_009333998.1 29894883 12 949841 951938 Pygoscelis adeliae 9238 AAG|GTAAGAGTTC...CAGTCCTGAGCC/ACAGTCCTGAGC...CACAG|GCG 1 1 58.325
167376032 GT-AG 0 1.000000099473604e-05 704 rna-XM_009333998.1 29894883 13 952773 953476 Pygoscelis adeliae 9238 AAG|GTAGGTCGCT...AACTTCTAAGCA/CAACTTCTAAGC...CCCAG|GAA 1 1 86.606
167376033 GT-AG 0 0.0006695805303638 733 rna-XM_009333998.1 29894883 14 953662 954394 Pygoscelis adeliae 9238 GAG|GTACGCGTGG...TTTTCCTTGCTG/CTTGCTGTTACT...CCCAG|ATC 0 1 92.879
167376034 GT-AG 0 1.036729148984314e-05 1587 rna-XM_009333998.1 29894883 15 954469 956055 Pygoscelis adeliae 9238 CAG|GTAAGTTTAA...TGTCTCTTCTCT/CCGGCTGCCACC...GCCAG|GTT 2 1 95.388

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