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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
116462706 GT-AG 0 1.000000099473604e-05 9899 rna-XM_021660475.1 21550648 1 6273649 6283547 Meriones unguiculatus 10047 CAA|GTAAGTGTCC...CCCTTCTGACCT/TCTGACCTCACT...GGCAG|GTC 1 1 3.404
116462707 GT-AG 0 1.000000099473604e-05 12488 rna-XM_021660475.1 21550648 2 6283700 6296187 Meriones unguiculatus 10047 AAT|GTGAGTACCT...ACATCCCTGACT/AGTTGACTGATA...CCCAG|GCG 0 1 11.128
116462708 GT-AG 0 1.000000099473604e-05 1786 rna-XM_021660475.1 21550648 3 6296329 6298114 Meriones unguiculatus 10047 TAC|GTGAGTGTGT...GGTTCCTGATCT/TGGTTCCTGATC...CACAG|AAC 0 1 18.293
116462709 GT-AG 0 1.000000099473604e-05 830 rna-XM_021660475.1 21550648 4 6298281 6299110 Meriones unguiculatus 10047 AAG|GTCAGCTTCC...CTACCTTTGGCT/GCCTCTCTGATA...CACAG|CCC 1 1 26.728
116462710 GT-AG 0 1.000000099473604e-05 295 rna-XM_021660475.1 21550648 5 6299277 6299571 Meriones unguiculatus 10047 CAG|GTGATGGAGC...CAGTCCTTTGCC/GCCGCCCTGACC...TGCAG|GCC 2 1 35.163
116462711 GT-AG 0 1.000000099473604e-05 323 rna-XM_021660475.1 21550648 6 6299699 6300021 Meriones unguiculatus 10047 TGG|GTGAGCCTTG...GTCACCATAGCT/CCATAGCTGATG...TTCAG|ACT 0 1 41.616
116462712 GT-AG 0 1.000000099473604e-05 159 rna-XM_021660475.1 21550648 7 6300200 6300358 Meriones unguiculatus 10047 GCG|GTGAGCCCCA...CGGTCCGTCTCC/AGGACACTGAGA...CACAG|GTG 1 1 50.661
116462713 GT-AG 0 1.000000099473604e-05 2286 rna-XM_021660475.1 21550648 8 6300502 6302787 Meriones unguiculatus 10047 CAG|GTGAGTGAAG...GTGCCCTTCTCC/GGCCTCCTGATG...AGCAG|ACT 0 1 57.927
116462714 GT-AG 0 1.000000099473604e-05 234 rna-XM_021660475.1 21550648 9 6302926 6303159 Meriones unguiculatus 10047 GAG|GTGAGGCCTG...CCGGCCCTGACC/CCGGCCCTGACC...TGCAG|GTG 0 1 64.939
116462715 GT-AG 0 1.000000099473604e-05 436 rna-XM_021660475.1 21550648 10 6303199 6303634 Meriones unguiculatus 10047 CGG|GTGAGATGCT...TGCCCCCCACCT/TCCAAGCTGACT...CACAG|AAA 0 1 66.921
116462716 GT-AG 0 1.000000099473604e-05 229 rna-XM_021660475.1 21550648 11 6303752 6303980 Meriones unguiculatus 10047 CAG|GTACTGGGGT...AGTGTCTGCACA/ACATGGCTCACC...TGCAG|GTG 0 1 72.866
116462717 GT-AG 0 1.000000099473604e-05 1101 rna-XM_021660475.1 21550648 12 6304233 6305333 Meriones unguiculatus 10047 CAG|GTGAGTGGGC...GGCCACTTATCA/CCACTTATCACT...CTCAG|AAA 0 1 85.671
116462718 GT-AG 0 1.000000099473604e-05 676 rna-XM_021660475.1 21550648 13 6305389 6306064 Meriones unguiculatus 10047 CTG|GTGAGTACAG...CTACCATTGGCC/CGCACACTGACT...CACAG|GCA 1 1 88.465
116462719 GT-AG 0 1.000000099473604e-05 145 rna-XM_021660475.1 21550648 14 6306167 6306311 Meriones unguiculatus 10047 CAC|GTGAGTATCC...GGGGCCCTGACC/GGAATCCTGACT...CTCAG|GTG 1 1 93.648

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