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)

15 rows where transcript_id = 529116

✎ View and edit SQL

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
2994238 GT-AG 0 1.000000099473604e-05 80 rna-XM_031692842.1 529116 1 989417 989496 Actinia tenebrosa 6105 CAG|GTACGACATA...TTCCTCTTAAGT/TAAGTTCTAACT...TGCAG|AAA 2 1 3.323
2994239 GT-AG 0 1.000000099473604e-05 243 rna-XM_031692842.1 529116 2 989117 989359 Actinia tenebrosa 6105 AAG|GTTCGGTTTT...ATTTCTTTATTA/AATTTCTTTATT...TTTAG|TCA 2 1 6.237
2994240 GT-AG 0 1.000000099473604e-05 428 rna-XM_031692842.1 529116 3 988630 989057 Actinia tenebrosa 6105 CAG|GTAGATGACT...GTTTTCTGTTCT/AACAAAATAACA...AAAAG|GAT 1 1 9.254
2994241 GT-AG 0 1.000000099473604e-05 496 rna-XM_031692842.1 529116 4 988037 988532 Actinia tenebrosa 6105 AAT|GTAAGTCGAA...ATATTTTCATCT/AATATTTTCATC...AACAG|CAA 2 1 14.213
2994242 GT-AG 0 1.000000099473604e-05 1045 rna-XM_031692842.1 529116 5 986615 987659 Actinia tenebrosa 6105 AAG|GTTTGTGAGA...TTGCTTTTTGTG/GTTTGTCTAACT...TACAG|ATA 1 1 33.487
2994243 GT-AG 0 1.000000099473604e-05 250 rna-XM_031692842.1 529116 6 986137 986386 Actinia tenebrosa 6105 CAG|GTAAGAGGGC...TTGCAATTAATG/CCAACACTAATT...ATTAG|CTG 1 1 45.143
2994244 GT-AG 0 0.0002490519361519 447 rna-XM_031692842.1 529116 7 985621 986067 Actinia tenebrosa 6105 CGA|GTACGTAGTC...GAATCATTAATT/AATTGTTTCATT...TACAG|GTC 1 1 48.671
2994245 GT-AG 0 0.0748695728165179 687 rna-XM_031692842.1 529116 8 984863 985549 Actinia tenebrosa 6105 AAG|GTATTTTCTG...CACCCCTTAATA/TAATAATTGATT...TTTAG|AAA 0 1 52.301
2994246 GT-AG 0 1.000000099473604e-05 1153 rna-XM_031692842.1 529116 9 983337 984489 Actinia tenebrosa 6105 AAG|GTAAATATTG...TGTTCATTGTCA/AATATGTTCATT...TACAG|CTC 1 1 71.37
2994247 GT-AG 0 1.000000099473604e-05 293 rna-XM_031692842.1 529116 10 982991 983283 Actinia tenebrosa 6105 GAG|GTTAGTATTC...TACATTGTAACA/ACAGTTATAATT...TGCAG|TAC 0 1 74.08
2994248 GT-AG 0 1.000000099473604e-05 84 rna-XM_031692842.1 529116 11 982826 982909 Actinia tenebrosa 6105 AAG|GTAATCAAAA...CATTCATTATTC/TTTTTATTCATT...TCCAG|CTC 0 1 78.221
2994249 GT-AG 0 2.5232632877288765e-05 98 rna-XM_031692842.1 529116 12 982689 982786 Actinia tenebrosa 6105 CAG|GTAGAGTTTT...CTTTCCTTTTTT/AGATTAGTCAAT...CTCAG|TCT 0 1 80.215
2994250 GT-AG 0 0.0002496525326442 1585 rna-XM_031692842.1 529116 13 980984 982568 Actinia tenebrosa 6105 CAG|GTACACCACT...GTTTATTTAATT/ATTGATCTAATT...TAGAG|GAA 0 1 86.35
2994251 GT-AG 0 0.0001141165271125 162 rna-XM_031692842.1 529116 14 980744 980905 Actinia tenebrosa 6105 AAG|GTACATAATA...CCATTTTTAACA/CCATTTTTAACA...TAAAG|GTT 0 1 90.337
2994252 GT-AG 0 1.000000099473604e-05 517 rna-XM_031692842.1 529116 15 980156 980672 Actinia tenebrosa 6105 AAG|GTGTGTGTGT...TTTGTTTTAATG/TTTGTTTTAATG...TTTAG|ATG 2 1 93.967

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