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

✎ 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
18435621 GT-AG 0 1.000000099473604e-05 16617 rna-XM_033782887.1 3682566 2 9114662 9131278 Asterias rubens 7604 TAG|GTACGTAAAC...CTTGTTTTCTTT/AGTTTGGTAACA...ACCAG|GGG 1 1 30.828
18435622 GT-AG 0 1.000000099473604e-05 7028 rna-XM_033782887.1 3682566 3 9107420 9114447 Asterias rubens 7604 CCT|GTAAGTAGAT...TTTGTTTTGTTA/AATATATTCATG...TGCAG|GGC 2 1 34.921
18435623 GT-AG 0 0.0033463335954276 686 rna-XM_033782887.1 3682566 4 9105870 9106555 Asterias rubens 7604 AAG|GTATTTGTTT...AGTTTTTTAAAA/TGGGGACTAACT...GCTAG|TTC 2 1 51.444
18435624 GT-AG 0 1.000000099473604e-05 345 rna-XM_033782887.1 3682566 5 9104389 9104733 Asterias rubens 7604 CCG|GTAAGTCAAA...ATTTATTTGACA/ATTTATTTGACA...TGTAG|GAA 1 1 73.169
18435625 GT-AG 0 0.0005309755517425 483 rna-XM_033782887.1 3682566 6 9103851 9104333 Asterias rubens 7604 GCC|GTAAGTTGTC...TTTGCCTTCTTC/AGTTTGTTGAAT...TGCAG|ACA 2 1 74.221
18435626 GT-AG 0 1.000000099473604e-05 638 rna-XM_033782887.1 3682566 7 9103157 9103794 Asterias rubens 7604 CAT|GTAAGTCCTA...GCTATGTTGATT/GCTATGTTGATT...TACAG|TGT 1 1 75.292
18435627 GT-AG 0 0.0003099073661122 505 rna-XM_033782887.1 3682566 8 9102556 9103060 Asterias rubens 7604 AAT|GTAAGTTTCC...TTTTTCTTCCTT/CATGAGATGACA...TGCAG|TGA 1 1 77.128
18435628 GT-AG 0 1.000000099473604e-05 1522 rna-XM_033782887.1 3682566 9 9100930 9102451 Asterias rubens 7604 GAG|GTAAGAAACC...ACGTTTTTGAAT/AATGATTTCACT...GACAG|TAT 0 1 79.116
18435629 GT-AG 0 0.0002319680342623 1129 rna-XM_033782887.1 3682566 10 9099725 9100853 Asterias rubens 7604 ACT|GTAAGTGTCC...AAGTTTTTAATT/AAGTTTTTAATT...CTTAG|TTA 1 1 80.57
18435630 GT-AG 0 1.000000099473604e-05 584 rna-XM_033782887.1 3682566 11 9099052 9099635 Asterias rubens 7604 GCT|GTGAGTATTA...TCTTCCATGATT/TATTCTTTCATA...TGTAG|CTT 0 1 82.272
18435631 GT-AG 0 1.000000099473604e-05 2058 rna-XM_033782887.1 3682566 12 9096856 9098913 Asterias rubens 7604 TGT|GTGAGTAGAG...TTTTTTTCAATC/CTTTTTTTCAAT...ACCAG|GAT 0 1 84.911
18435632 GT-AG 0 1.000000099473604e-05 2735 rna-XM_033782887.1 3682566 13 9093938 9096672 Asterias rubens 7604 GCG|GTGAGTACCC...TTTTCTTTTGTC/ATGATTGTAATC...AACAG|ACA 0 1 88.411
18435633 GT-AG 0 1.000000099473604e-05 1033 rna-XM_033782887.1 3682566 14 9092681 9093713 Asterias rubens 7604 AAA|GTAAGTGCAG...TTCTCCTTATTT/CTTCTCCTTATT...TGCAG|GGT 2 1 92.695
18444905 GT-AG 0 3.592252746722134e-05 15167 rna-XM_033782887.1 3682566 1 9132858 9148024 Asterias rubens 7604 CCG|GTAAGCAACC...AAGGTCTTAATA/TTCATTTTCACC...CCCAG|GTC   0 1.492

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