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)

12 rows where transcript_id = 7607392

✎ 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
39980153 GT-AG 0 1.000000099473604e-05 4279 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 1 760657 764935 Ceuthmochares aereus 1961834 CAG|GTGAGTTCTT...TGAATTTTATTC/CTGAATTTTATT...GACAG|ATC 0 1 15.52
39980154 GT-AG 0 3.993699461815045e-05 1129 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 2 759334 760462 Ceuthmochares aereus 1961834 GAA|GTAAGTATGG...ATTTGTTTAACT/ATTTGTTTAACT...CTCAG|GTA 2 1 24.247
39980155 GT-AG 0 1.000000099473604e-05 405 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 3 758769 759173 Ceuthmochares aereus 1961834 AAG|GTCAGTAGTG...TAACCCTTGAAA/TTCTTGTTAACC...TACAG|GTT 0 1 31.444
39980156 GT-AG 0 5.937795526039093e-05 10292 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 4 748258 758549 Ceuthmochares aereus 1961834 GAG|GTACTTATTC...TGTCTTTTAAGC/GCCTTTTTCATG...TGCAG|GAG 0 1 41.296
39980157 GT-AG 0 1.000000099473604e-05 5173 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 5 742917 748089 Ceuthmochares aereus 1961834 AAG|GTAAATAGTA...ACATATTTACCA/AACATATTTACC...CACAG|GTT 0 1 48.853
39980158 GT-AG 0 1.000000099473604e-05 1543 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 6 741287 742829 Ceuthmochares aereus 1961834 AAG|GTAAATACTA...TGTTCCTTCCTC/ATGGTGTTCATT...AATAG|GTA 0 1 52.767
39980159 GT-AG 0 1.000000099473604e-05 136 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 7 741001 741136 Ceuthmochares aereus 1961834 CAG|GTAAGAACAT...AGTGTTTTGAAT/AGTGTTTTGAAT...CCCAG|GAC 0 1 59.514
39980160 GT-AG 0 0.0022466263025011 939 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 8 739953 740891 Ceuthmochares aereus 1961834 CAG|GTATTTATTT...CCTACCTAAATA/GTTTGATTAATG...TTCAG|CTC 1 1 64.417
39980161 GT-AG 0 1.000000099473604e-05 2970 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 9 736791 739760 Ceuthmochares aereus 1961834 CAG|GTAATAGCAA...GGGCCCATACCA/GCGTGACTCATC...TTTAG|TCC 1 1 73.054
39980162 GT-AG 0 3.58683376090196e-05 2262 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 10 734406 736667 Ceuthmochares aereus 1961834 AGA|GTAAGTGTGC...TGTTTTTTAATG/CTTGTTCTAATT...TGCAG|ATC 1 1 78.587
39980163 GT-AG 0 0.0007983475829013 6112 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 11 728103 734214 Ceuthmochares aereus 1961834 CAG|GTATGTGTGT...AATGTCTTGATT/AATGTCTTGATT...CTTAG|GTG 0 1 87.179
39980164 GT-AG 0 1.000000099473604e-05 802 rna-gnl|WGS:VWPQ|CEUAER_R06469_mrna 7607392 12 727131 727932 Ceuthmochares aereus 1961834 ATG|GTAAGCCAGA...TCTTCCTTTTTT/ATGCATTTTAAA...GACAG|GCT 2 1 94.827

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