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

✎ 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
212703085 GT-AG 0 1.000000099473604e-05 9114 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 1 860244 869357 Xiphorhynchus elegans 269412 AAA|GTAAGTGCTG...TGGTTTTTGTTT/AATTTGCTCAGC...CCCAG|TTT 2 1 5.343
212703086 GT-AG 0 0.0022118430079359 6496 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 2 869434 875929 Xiphorhynchus elegans 269412 CAG|GTAAGCTTTG...CTTTTCTTAGTA/CTTTTGTTTATT...AACAG|TAT 0 1 9.756
212703087 GT-AG 0 0.0005028775341966 6026 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 3 876023 882048 Xiphorhynchus elegans 269412 GCT|GTAAGTATTA...TTTTTTTTATTT/TTTTTTTTTATT...TTTAG|GTA 0 1 15.157
212703088 GT-AG 0 1.8147716836419034e-05 8330 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 4 882129 890458 Xiphorhynchus elegans 269412 TAG|GTATGTGAAC...AGTTCCTAAAAT/ATTAAATTCATT...TATAG|GGA 2 1 19.803
212703089 GT-AG 0 1.000000099473604e-05 2105 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 5 890526 892630 Xiphorhynchus elegans 269412 AAG|GTAATAACAT...TATATCGTATTT/TATAAACTGACA...TTTAG|GCC 0 1 23.693
212703090 GT-AG 0 1.000000099473604e-05 2936 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 6 892694 895629 Xiphorhynchus elegans 269412 GAG|GTTTGTACAT...GATTTCTTTTTT/TCTCTTCTGAAA...TGTAG|CGA 0 1 27.352
212703091 GT-AG 0 0.0003378873459933 1164 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 7 895718 896881 Xiphorhynchus elegans 269412 ATG|GTATGGTGTA...TGAACTTTATCT/TTGAACTTTATC...TATAG|GTT 1 1 32.462
212703092 GT-AG 0 2.8080738959008695e-05 1488 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 8 897113 898600 Xiphorhynchus elegans 269412 AAG|GTATGTGCAC...TGCTCATTAGTT/GCAATGCTCATT...TGTAG|CTG 1 1 45.877
212703093 GT-AG 0 0.0004923885419274 1549 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 9 898740 900288 Xiphorhynchus elegans 269412 AGA|GTACGTATAT...AATTCATTAATA/TAAAAATTCATT...TAAAG|GAA 2 1 53.949
212703094 GT-AG 0 1.000000099473604e-05 2014 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 10 900446 902459 Xiphorhynchus elegans 269412 GAG|GTAAGTGTTC...ATTCCCTTGCTT/AAGGATTTGATA...CCCAG|AAT 0 1 63.066
212703095 GT-AG 0 1.7455781714003758e-05 501 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 11 902551 903051 Xiphorhynchus elegans 269412 CTT|GTTCTGCTAC...AGCTTTTTATCC/AAGCTTTTTATC...TAAAG|ACT 1 1 68.351
212703096 GT-AG 0 7.393507854469362e-05 1021 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 12 903122 904142 Xiphorhynchus elegans 269412 CAG|GTATTAACTT...TGTATTTTAGTT/TTGCTTCTCACT...TTTAG|ATT 2 1 72.416
212703097 GT-AG 0 0.000429898806003 915 rna-gnl|WGS:VZUH|XIPELE_R05886_mrna 38421822 13 904272 905186 Xiphorhynchus elegans 269412 AAG|GTTTTTTTCT...TATTTTTTTCCC/CTTGTGTATATT...TTCAG|CGT 2 1 79.907

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