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)
11 rows where transcript_id = 23361003
This data as json, CSV (advanced)
Suggested facets: score, length, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 127148081 | GT-AG | 0 | 1.5447682154994177e-05 | 3073 | rna-XM_021678076.2 23361003 | 1 | 11299412 | 11302484 | Neomonachus schauinslandi 29088 | CAG|GTAAACGCTT...TGAATTTTGATA/TGAATTTTGATA...TCAAG|TGG | 2 | 1 | 1.056 |
| 127148082 | GT-AG | 0 | 3.430170587338757e-05 | 1929 | rna-XM_021678076.2 23361003 | 2 | 11297316 | 11299244 | Neomonachus schauinslandi 29088 | CAG|GTAAGCTGGA...GAATGCTTGACA/ATTTTCTTTAAT...TTCAG|ACC | 1 | 1 | 3.346 |
| 127148083 | GT-AG | 0 | 3.1126280882273115e-05 | 1856 | rna-XM_021678076.2 23361003 | 4 | 11289629 | 11291484 | Neomonachus schauinslandi 29088 | TAA|GTAAGTCTTT...AATTGCTTATAT/AAATTGCTTATA...TCCAG|ATA | 1 | 1 | 83.272 |
| 127148084 | GT-AG | 0 | 0.0001292386386383 | 1929 | rna-XM_021678076.2 23361003 | 5 | 11287539 | 11289467 | Neomonachus schauinslandi 29088 | GAG|GTAAGCTAGA...TTGTTTTTATTT/TTTGTTTTTATT...TTAAG|AAA | 0 | 1 | 85.479 |
| 127148085 | GT-AG | 0 | 1.000000099473604e-05 | 174 | rna-XM_021678076.2 23361003 | 6 | 11287218 | 11287391 | Neomonachus schauinslandi 29088 | AAT|GTGAGTATTA...GGAGTTTTAATT/GGAGTTTTAATT...TTTAG|ATT | 0 | 1 | 87.495 |
| 127148086 | GT-AG | 0 | 1.000000099473604e-05 | 6989 | rna-XM_021678076.2 23361003 | 7 | 11280040 | 11287028 | Neomonachus schauinslandi 29088 | GAG|GTAAGTAAGA...TATGTTTTCTTT/GAGATAATTATC...CTTAG|CCT | 0 | 1 | 90.086 |
| 127148087 | GT-AG | 0 | 0.0002074567177375 | 1125 | rna-XM_021678076.2 23361003 | 8 | 11278804 | 11279928 | Neomonachus schauinslandi 29088 | CGG|GTATGTAGCA...ATAATTTTACAT/ACATAGTTAATT...TTCAG|ATT | 0 | 1 | 91.608 |
| 127148088 | GT-AG | 0 | 0.000139844671907 | 4186 | rna-XM_021678076.2 23361003 | 9 | 11274501 | 11278686 | Neomonachus schauinslandi 29088 | AAG|GTACACAACA...GACATTTTACCT/CAAATTCTAACT...GATAG|GAT | 0 | 1 | 93.213 |
| 127148089 | GT-AG | 0 | 3.437729359475721e-05 | 2188 | rna-XM_021678076.2 23361003 | 10 | 11272165 | 11274352 | Neomonachus schauinslandi 29088 | AAG|GTAACACATT...GGCTTTTTATTT/TGGCTTTTTATT...TAAAG|GTC | 1 | 1 | 95.242 |
| 127148090 | GT-AG | 0 | 1.000000099473604e-05 | 107 | rna-XM_021678076.2 23361003 | 11 | 11271986 | 11272092 | Neomonachus schauinslandi 29088 | CAG|GTGAGAGTAC...TTATTTTTTCCT/AAATAATTAACA...TGCAG|GCA | 1 | 1 | 96.229 |
| 127148091 | GT-AG | 0 | 7.016167839957497e-05 | 572 | rna-XM_021678076.2 23361003 | 12 | 11271298 | 11271869 | Neomonachus schauinslandi 29088 | AGG|GTAAATATGA...AAGCCCTTACCA/GAAGCCCTTACC...AATAG|GTA | 0 | 1 | 97.82 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);