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 = 4793066
This data as json, CSV (advanced)
Suggested facets: score, phase
| id ▼ | dinucleotide_pair | is_minor | score | length | transcript_id | ordinal_index | start | end | taxonomy_id | scored_motifs | phase | in_cds | relative_position |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24940435 | GT-AG | 0 | 0.0011613641914983 | 4457 | Brast01G173700.1.v0.1.stacei 4793066 | 1 | 11019533 | 11023989 | Brachypodium stacei 1071399 | AAG|GTCTCTGCCT...TTCACCTTGTTG/AAAATTTTCACC...TGCAG|ACA | 0 | 1 | 6.121 |
| 24940436 | GT-AG | 0 | 0.0008294528233171 | 482 | Brast01G173700.1.v0.1.stacei 4793066 | 2 | 11018996 | 11019477 | Brachypodium stacei 1071399 | TTC|GTAAGCATCA...AACTTTTTGCCT/TGTCAATTCAAC...TGCAG|AGG | 1 | 1 | 7.578 |
| 24940437 | GT-AG | 0 | 1.000000099473604e-05 | 92 | Brast01G173700.1.v0.1.stacei 4793066 | 3 | 11018728 | 11018819 | Brachypodium stacei 1071399 | AAG|GTAAGTACTT...TGGTCATTATAT/TTCCAGCTCATA...TTCAG|GTT | 0 | 1 | 12.242 |
| 24940438 | GT-AG | 0 | 3.3464985490715986e-05 | 114 | Brast01G173700.1.v0.1.stacei 4793066 | 4 | 11018392 | 11018505 | Brachypodium stacei 1071399 | ACA|GTAAGTTCGG...TATCCTGTGAAT/TGAGTACTGACT...AACAG|GTC | 0 | 1 | 18.124 |
| 24940439 | GT-AG | 0 | 1.000000099473604e-05 | 90 | Brast01G173700.1.v0.1.stacei 4793066 | 5 | 11018063 | 11018152 | Brachypodium stacei 1071399 | CAT|GTGAGTTATT...AATTCCCAAATG/GTGGTGATAATT...GGCAG|GTC | 2 | 1 | 24.457 |
| 24940440 | GT-AG | 0 | 1.000000099473604e-05 | 89 | Brast01G173700.1.v0.1.stacei 4793066 | 6 | 11017448 | 11017536 | Brachypodium stacei 1071399 | AAT|GTGAGTGCTA...TTACTTTTATTT/CTTACTTTTATT...ACCAG|GGT | 0 | 1 | 38.394 |
| 24940441 | GT-AG | 0 | 1.000000099473604e-05 | 97 | Brast01G173700.1.v0.1.stacei 4793066 | 7 | 11017077 | 11017173 | Brachypodium stacei 1071399 | AAG|GTCAGGAATC...AATTTCTTACAA/CACATTTTCACT...TACAG|GTT | 1 | 1 | 45.654 |
| 24940442 | GT-AG | 0 | 1.000000099473604e-05 | 72 | Brast01G173700.1.v0.1.stacei 4793066 | 8 | 11016365 | 11016436 | Brachypodium stacei 1071399 | CAG|GTTAGCAACA...CAGGTCCTAATT/CAGGTCCTAATT...TACAG|CGG | 2 | 1 | 62.613 |
| 24940443 | GT-AG | 0 | 1.000000099473604e-05 | 680 | Brast01G173700.1.v0.1.stacei 4793066 | 9 | 11015456 | 11016135 | Brachypodium stacei 1071399 | AAG|GTAATCCATC...GGATTTTTGGTT/CATTTACTGATA...TACAG|ATG | 0 | 1 | 68.68 |
| 24940444 | GT-AG | 0 | 1.000000099473604e-05 | 144 | Brast01G173700.1.v0.1.stacei 4793066 | 10 | 11015045 | 11015188 | Brachypodium stacei 1071399 | CAG|GTATGTAAAT...GATTTCATATAG/GATGATTTCATA...TGCAG|GTT | 0 | 1 | 75.755 |
| 24940445 | GT-AG | 0 | 1.000000099473604e-05 | 88 | Brast01G173700.1.v0.1.stacei 4793066 | 11 | 11014693 | 11014780 | Brachypodium stacei 1071399 | AAG|GTTAGCCTAC...TAACTTTTGTTA/TAAGAGCTAACT...TATAG|ACT | 0 | 1 | 82.75 |
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]);