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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
2418904 GT-AG 0 1.000000099473604e-05 582 rna-XM_015920916.1 410640 1 857453 858034 Acropora digitifera 70779 AAG|GTAATAACGA...TATGTTTTGATG/TATGTTTTGATG...TACAG|GCT 0 1 6.655
2418905 GT-AG 0 0.0016492349365743 111 rna-XM_015920916.1 410640 2 858101 858211 Acropora digitifera 70779 AAG|GTACCTGTGC...CAAATGTTAATT/CAAATGTTAATT...TGAAG|GAG 0 1 10.508
2418906 GT-AG 0 0.0020880752322793 879 rna-XM_015920916.1 410640 3 858340 859218 Acropora digitifera 70779 CAG|GTACATTTGC...AGTTTTTTATCT/TTTTATCTTATT...TTCAG|TGA 2 1 17.98
2418907 GC-AG 0 0.1616581587844395 798 rna-XM_015920916.1 410640 4 859325 860122 Acropora digitifera 70779 TCT|GCATTTAACC...TTTATTTTAACA/TTTATTTTAACA...TACAG|GAA 0 1 24.168
2418908 GT-AG 0 1.000000099473604e-05 702 rna-XM_015920916.1 410640 5 860240 860941 Acropora digitifera 70779 AAG|GTGAGAAACA...TACATTGTAACG/ATAAGACTCACG...CTCAG|CGT 0 1 30.998
2418909 GT-AG 0 4.660010475244431e-05 1000 rna-XM_015920916.1 410640 6 861117 862116 Acropora digitifera 70779 ACA|GTAAGTCTTG...TAGGTTTTAAGG/AACTATCTCATT...CAAAG|CCA 1 1 41.214
2418910 GT-AG 0 4.236255862117396e-05 864 rna-XM_015920916.1 410640 7 862323 863186 Acropora digitifera 70779 GAA|GTAATTCGTT...TATGTCTGAACG/GTTGCATTCATT...GAAAG|TTC 0 1 53.24
2418911 GT-AG 0 1.000000099473604e-05 184 rna-XM_015920916.1 410640 8 863287 863470 Acropora digitifera 70779 AAG|GTAAATATGT...TTCTCCTTTCTT/CAAAAACTGATA...TTTAG|AGT 1 1 59.078
2418912 GT-AG 0 1.000000099473604e-05 411 rna-XM_015920916.1 410640 9 863551 863961 Acropora digitifera 70779 ACG|GTGGGTGAAT...GTGTACTTATGT/TGTGTACTTATG...GCCAG|GTT 0 1 63.748
2418913 GT-AG 0 1.000000099473604e-05 820 rna-XM_015920916.1 410640 10 864049 864868 Acropora digitifera 70779 CAG|GTTGGCACTG...TCTACATTAACC/TCTACATTAACC...TTCAG|ACA 0 1 68.827
2418914 GT-AG 0 1.000000099473604e-05 1741 rna-XM_015920916.1 410640 11 865004 866744 Acropora digitifera 70779 CAG|GTTCAGTTTT...TTGTCCTAATCT/TTTGTCCTAATC...CATAG|AAT 0 1 76.708
2418915 GT-AG 0 1.000000099473604e-05 399 rna-XM_015920916.1 410640 12 866847 867245 Acropora digitifera 70779 GAG|GTAATAATTT...GTTGTTTTGATG/GTTGTTTTGATG...TGGAG|GTT 0 1 82.662
2418916 GT-AG 0 0.0014773475744334 265 rna-XM_015920916.1 410640 13 867313 867577 Acropora digitifera 70779 AAA|GTAAGTTTGC...TGTTCCTTAACT/CCTTAACTTATC...TCTAG|GGG 1 1 86.573
2418917 GT-AG 0 0.000195354379385 243 rna-XM_015920916.1 410640 14 867701 867943 Acropora digitifera 70779 ACA|GTAAGTTTAA...TGGTTTTTACTT/TTGGTTTTTACT...TTTAG|GTC 1 1 93.754

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