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

✎ 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
18435866 GT-AG 0 3.556669965653492e-05 3873 rna-XM_033768878.1 3682577 1 10274804 10278676 Asterias rubens 7604 ACG|GTAAGCAAAG...TCTGTCTTATTT/CTCTGTCTTATT...CTAAG|TGA 1 1 0.147
18435867 GT-AG 0 2.89537847263566e-05 660 rna-XM_033768878.1 3682577 2 10279063 10279722 Asterias rubens 7604 GAT|GTAAGACTTT...TTTTCTTTGACT/TTTTCTTTGACT...TTTAG|GAT 0 1 8.249
18435868 GT-AG 0 1.000000099473604e-05 1563 rna-XM_033768878.1 3682577 3 10279855 10281417 Asterias rubens 7604 GAG|GTAAAAGATA...AAATTCTTATGA/AAAATTCTTATG...GGTAG|CTG 0 1 11.02
18435869 GT-AG 0 1.000000099473604e-05 2120 rna-XM_033768878.1 3682577 4 10281550 10283669 Asterias rubens 7604 GAG|GTGAGGTCAA...TTTCCCTTCTTG/TCTTGCTTCATT...GTCAG|AAT 0 1 13.791
18435870 GT-AG 0 1.000000099473604e-05 492 rna-XM_033768878.1 3682577 5 10283831 10284322 Asterias rubens 7604 GAG|GTTAGTCCTT...GTATTCTTAAAT/ATCTTATTCATT...AACAG|CAA 2 1 17.17
18435871 GT-AG 0 1.000000099473604e-05 1813 rna-XM_033768878.1 3682577 6 10284775 10286587 Asterias rubens 7604 AAG|GTTATTTTGT...TGTGCTTCAACA/CTGTGCTTCAAC...TGCAG|AGC 1 1 26.658
18435872 GC-AG 0 1.000000099473604e-05 964 rna-XM_033768878.1 3682577 7 10287227 10288190 Asterias rubens 7604 AAG|GCAAATTTGT...TGCTTCTTCATT/TGCTTCTTCATT...AACAG|GTA 1 1 40.071
18435873 GT-AG 0 0.0004466933637014 902 rna-XM_033768878.1 3682577 8 10289791 10290692 Asterias rubens 7604 AAG|GTATGTAGCT...GATTTTTTAAAT/GATTTTTTAAAT...TCCAG|TTT 2 1 73.657
18435874 GT-AG 0 0.0001128952094907 686 rna-XM_033768878.1 3682577 9 10290829 10291514 Asterias rubens 7604 CAG|GTAGACATCT...CATTCCCTAATA/TCCTTTCTCACT...TCAAG|GTC 0 1 76.511
18435875 GT-AG 0 1.000000099473604e-05 1336 rna-XM_033768878.1 3682577 10 10291729 10293064 Asterias rubens 7604 TAG|GTATGAAGCA...TTCTGCTTACTC/ATTGATTTGATT...TTTAG|GTT 1 1 81.003
18435876 GT-AG 0 1.000000099473604e-05 767 rna-XM_033768878.1 3682577 11 10293155 10293921 Asterias rubens 7604 GTG|GTAAGCCCAT...TTTCTATTGAAT/TTGTATCTAACT...ACCAG|GAA 1 1 82.893
18435877 GT-AG 0 1.000000099473604e-05 1325 rna-XM_033768878.1 3682577 12 10294153 10295477 Asterias rubens 7604 TAG|GTGGGTAATT...TTGCCATTATTG/ACGTGTATTATT...TGCAG|GGC 1 1 87.741
18435878 GT-AG 0 0.0003087005231264 576 rna-XM_033768878.1 3682577 13 10295769 10296344 Asterias rubens 7604 AAG|GTATGTTGGA...GTTTTCTTTCTT/TTGACTCTCATT...CATAG|GAA 1 1 93.85
18435879 GT-AG 0 0.1041066232621459 5506 rna-XM_033768878.1 3682577 14 10296495 10302000 Asterias rubens 7604 CAG|GTACCCACAA...TTACTTTTAATT/TTTTGTTTTACT...TTTAG|TGA 1 1 96.998

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