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

✎ 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
49484831 GT-AG 0 1.000000099473604e-05 295719 rna-XM_004673622.2 9129096 1 28097786 28393504 Condylura cristata 143302 CGT|GTGAGTACCC...TCTTTTTTATTG/CTCTTTTTTATT...TACAG|TTT 2 1 13.938
49484832 GT-AG 0 1.000000099473604e-05 37412 rna-XM_004673622.2 9129096 2 28393596 28431007 Condylura cristata 143302 CTG|GTAAGTGGAA...CTCTCTCTAACA/ACATGACTGATT...TTTAG|GAA 0 1 17.101
49484833 GT-AG 0 1.000000099473604e-05 33204 rna-XM_004673622.2 9129096 3 28431135 28464338 Condylura cristata 143302 TAG|GTGAGTATCA...ACTGTTTTAACC/ACTGTTTTAACC...TTCAG|ATA 1 1 21.515
49484834 GT-AG 0 0.0001113769420268 274 rna-XM_004673622.2 9129096 4 28464515 28464788 Condylura cristata 143302 AAG|GTAAGCTTTG...ATTTTTTTCACC/ATTTTTTTCACC...TCTAG|GAA 0 1 27.633
49484835 GT-AG 0 1.424979349958758e-05 11977 rna-XM_004673622.2 9129096 5 28464915 28476891 Condylura cristata 143302 ACA|GTAAGTATAA...TTCTATTTATTT/GTTCTATTTATT...TTTAG|ATT 0 1 32.013
49484836 GT-AG 0 1.000000099473604e-05 6189 rna-XM_004673622.2 9129096 6 28477003 28483191 Condylura cristata 143302 GCC|GTGAGTATCT...AATTTTTTAAAG/AAATTTTTTAAA...TCAAG|GGA 0 1 35.871
49484837 GT-AG 0 1.000000099473604e-05 8967 rna-XM_004673622.2 9129096 7 28483288 28492254 Condylura cristata 143302 CAG|GTAAATGTCA...GTTTCCTTTTCT/TTCTTTTTCATG...TGCAG|TGC 0 1 39.208
49484838 GT-AG 0 1.000000099473604e-05 3621 rna-XM_004673622.2 9129096 8 28492350 28495970 Condylura cristata 143302 CAA|GTAGGTATCA...TTATCATCATTT/AATGTATTCACC...TGAAG|GAA 2 1 42.51
49484839 GT-AG 0 1.000000099473604e-05 4651 rna-XM_004673622.2 9129096 9 28495998 28500648 Condylura cristata 143302 CAG|GTTTGTGATT...AAATGCTTAGTA/ATTTCCCTCACT...CCTAG|TAA 2 1 43.448
49484840 GT-AG 0 0.0141832655183732 2260 rna-XM_004673622.2 9129096 10 28500706 28502965 Condylura cristata 143302 GAG|GTACCCAGCA...ATCCACTAAACA/TATCCACTAAAC...TGCAG|TTG 2 1 45.429
49484841 GT-AG 0 1.000000099473604e-05 1223 rna-XM_004673622.2 9129096 11 28502987 28504209 Condylura cristata 143302 GCG|GTAAGTGGAA...AATTGTTTGACA/AATTGTTTGACA...CACAG|TCA 2 1 46.159
49484842 GT-AG 0 1.000000099473604e-05 28633 rna-XM_004673622.2 9129096 12 28504431 28533063 Condylura cristata 143302 ACG|GTAAGGCCTG...TGGTATTTAACT/TGGTATTTAACT...TGTAG|CTG 1 1 53.841
49484843 GT-AG 0 1.000000099473604e-05 17234 rna-XM_004673622.2 9129096 13 28533173 28550406 Condylura cristata 143302 CAG|GTTGGTGAAA...TGGAACTTAATA/ATGGAACTTAAT...TACAG|AAT 2 1 57.629
49484844 GT-AG 0 1.000000099473604e-05 1709 rna-XM_004673622.2 9129096 14 28550539 28552247 Condylura cristata 143302 CCG|GTAAGCAATG...ATCTCTTTCTCT/TTCAGGCTCATA...GATAG|TGT 2 1 62.218
49484845 GT-AG 0 1.000000099473604e-05 864 rna-XM_004673622.2 9129096 15 28552375 28553238 Condylura cristata 143302 CAG|GTACAAGTCA...TCATTCTCAATA/GTCATTCTCAAT...TTTAG|GTA 0 1 66.632

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