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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
197323586 GT-AG 0 1.000000099473604e-05 80 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 1 35589 35668 Thamnocephalis sphaerospora 78915 GAA|GTAAGTCCAC...GCACTCTGCGCC/ACAGGACTGACG...CTTAG|CTG 0 1 4.225
197323587 GT-AG 0 3.147459277981769e-05 83 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 2 35843 35925 Thamnocephalis sphaerospora 78915 TCG|GTAGGCACAC...ATGGCATTACCT/TGCATACTTATG...AACAG|ATT 0 1 8.31
197323588 GT-AG 0 1.000000099473604e-05 57 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 3 35992 36048 Thamnocephalis sphaerospora 78915 GTG|GTAGGATTGT...ACCACCATGATT/ATTGCGCTAACC...TCCAG|CCT 0 1 9.859
197323589 GT-AG 0 1.000000099473604e-05 69 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 4 36136 36204 Thamnocephalis sphaerospora 78915 TCG|GTAGGTGACT...ATGGTCTGACAT/GATGGTCTGACA...ATCAG|GAA 0 1 11.901
197323590 GT-AG 0 1.000000099473604e-05 74 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 5 36289 36362 Thamnocephalis sphaerospora 78915 AAG|GTTGGCACAG...GGTACCTAAACT/CCTAAACTCAAC...GATAG|ACA 0 1 13.873
197323591 GT-AG 0 1.000000099473604e-05 87 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 6 36546 36632 Thamnocephalis sphaerospora 78915 CAG|GTGAGCAAAC...CTGGCTTGAGCT/CTTGAGCTGACA...TTCAG|GCC 0 1 18.169
197323592 GT-AG 0 1.000000099473604e-05 64 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 7 36927 36990 Thamnocephalis sphaerospora 78915 CAG|GTGAGCAACT...CTTGCGTTGAGA/GGTATGCTGATA...ATCAG|TCA 0 1 25.07
197323593 GT-AG 0 1.000000099473604e-05 72 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 8 37871 37942 Thamnocephalis sphaerospora 78915 CCA|GTGAGTTTCA...CTGATCTTGTTG/TTGTTGCTAAAT...TTTAG|AGT 1 1 45.728
197323594 GT-AG 0 1.1732152649136194e-05 91 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 9 38524 38614 Thamnocephalis sphaerospora 78915 CAG|GTAGGCTACC...CGTATCTGACCT/GCGTATCTGACC...ACTAG|GAT 0 1 59.366
197323595 GT-AG 0 1.000000099473604e-05 91 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 10 38835 38925 Thamnocephalis sphaerospora 78915 GGA|GTGAGTATTC...CAATCTTTTCCC/ATGCAGCTGACA...GCTAG|CCA 1 1 64.531
197323596 GT-AG 0 1.000000099473604e-05 79 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 11 39988 40066 Thamnocephalis sphaerospora 78915 CAC|GTAAGTCTTT...ACCATCTAATCA/AACCATCTAATC...CGCAG|CAT 1 1 89.46
197323597 GT-AG 0 1.000000099473604e-05 69 rna-gnl|WGS:QUVU|THASP1DRAFT_mRNA27066 35055989 12 40391 40459 Thamnocephalis sphaerospora 78915 AAG|GTAGGTTGTG...GATCACTTATCC/TTGTGGATCACT...TGTAG|CGG 1 1 97.066

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