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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
179853433 GT-AG 0 1.000000099473604e-05 328052 rna-XM_047240678.1 32210522 2 671808858 672136909 Schistocerca piceifrons 274613 TGG|GTAAGTACTC...AGCATTTTAATA/AGCATTTTAATA...TGCAG|ACG 2 1 11.807
179853434 GT-AG 0 1.000000099473604e-05 20860 rna-XM_047240678.1 32210522 3 672136972 672157831 Schistocerca piceifrons 274613 CGG|GTAAGTTCTG...GTCGTCTTGAGC/CTTGTGTTTACA...CGCAG|GTG 1 1 12.554
179853435 GT-AG 0 1.000000099473604e-05 17392 rna-XM_047240678.1 32210522 4 672157951 672175342 Schistocerca piceifrons 274613 GAG|GTAAGTCCCT...TTTTCTTTTTCT/TGCAAGCTAACC...TCAAG|ATT 0 1 13.989
179853436 GT-AG 0 1.000000099473604e-05 1860 rna-XM_047240678.1 32210522 5 672175550 672177409 Schistocerca piceifrons 274613 CCA|GTGAGTAACT...CATATTTTAACT/CATATTTTAACT...TCCAG|GTA 0 1 16.486
179853437 GT-AG 0 1.000000099473604e-05 489 rna-XM_047240678.1 32210522 6 672177698 672178186 Schistocerca piceifrons 274613 CAG|GTAAGGTGAC...GACTCCATAGCA/GAAATCCTCATG...TACAG|GCA 0 1 19.959
179853438 GT-AG 0 1.000000099473604e-05 1098 rna-XM_047240678.1 32210522 7 672178529 672179626 Schistocerca piceifrons 274613 CAA|GTAAGTGTGA...TGAGTTTTGAAA/TGAGTTTTGAAA...TTCAG|GTA 0 1 24.083
179853439 GT-AG 0 2.2042879295735e-05 4927 rna-XM_047240678.1 32210522 8 672179866 672184792 Schistocerca piceifrons 274613 AAT|GTAAGTTGAT...CCAGTTTTGAAA/ATGTAGTTTATG...TTCAG|TAC 2 1 26.966
179853440 GT-AG 0 1.000000099473604e-05 5031 rna-XM_047240678.1 32210522 9 672184924 672189954 Schistocerca piceifrons 274613 ATG|GTAAGTGATC...ATCACATTGAAT/TTCATTATAATA...AGCAG|GCA 1 1 28.546
179853441 GT-AG 0 1.000000099473604e-05 6852 rna-XM_047240678.1 32210522 10 672190087 672196938 Schistocerca piceifrons 274613 AGG|GTAAGAGTTA...AAACATTTAATT/TATATTTTCATG...TTTAG|TGG 1 1 30.137
179853442 GT-AG 0 1.000000099473604e-05 6014 rna-XM_047240678.1 32210522 11 672197059 672203072 Schistocerca piceifrons 274613 TTG|GTGAGGGGAC...ACTTTCTAGATA/AAATGTTATACT...TACAG|TTC 1 1 31.585
179853443 GT-AG 0 3.094707070202488e-05 19130 rna-XM_047240678.1 32210522 12 672203139 672222268 Schistocerca piceifrons 274613 CAG|GTACATAGTC...TATGTTTTATAA/TTATGTTTTATA...TGCAG|AAT 1 1 32.381
179853444 GT-AG 0 1.000000099473604e-05 31949 rna-XM_047240678.1 32210522 13 672222395 672254343 Schistocerca piceifrons 274613 GTG|GTAAGTAAAG...TGATTTTTATTT/CTGATTTTTATT...TGTAG|CTA 1 1 33.9
179869914 GT-AG 0 8.717444663776023e-05 265633 rna-XM_047240678.1 32210522 1 671542266 671807898 Schistocerca piceifrons 274613 CAG|GTAACTCGCA...AACCTCTAGACT/CTATTGCTAACT...GACAG|GTG   0 1.254
179869915 GT-AG 0 0.0001006753772816 19411 rna-XM_047240678.1 32210522 14 672257779 672277189 Schistocerca piceifrons 274613 GAG|GTACTCGGCA...TTTTCTATAATC/TATAAACTAATT...TGCAG|GTC   0 75.326

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