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

✎ View and edit SQL

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
24939540 GT-AG 0 0.000173656253036 143 Brast01G000300.1.v0.1.stacei 4793010 1 71415 71557 Brachypodium stacei 1071399 CCC|GTAAGCATCA...TGTTGTTTGAAT/TTGAATCTCATT...TCAAG|GAC 0 1 3.119
24939541 GT-AG 0 0.2263053339520402 680 Brast01G000300.1.v0.1.stacei 4793010 2 70672 71351 Brachypodium stacei 1071399 AAG|GTTTCCAGAC...TTTTTCTTAGCA/ATTTTTCTTAGC...TGCAG|CTC 0 1 4.21
24939542 GT-AG 0 0.0540193823046527 458 Brast01G000300.1.v0.1.stacei 4793010 3 70136 70593 Brachypodium stacei 1071399 TGG|GTATTTTTCC...ACCTTCTTCATT/ACCTTCTTCATT...TGTAG|GCA 0 1 5.561
24939543 GT-AG 0 3.782789286123947e-05 245 Brast01G000300.1.v0.1.stacei 4793010 4 69799 70043 Brachypodium stacei 1071399 CAA|GTATGACCAT...GATGTTTTAAAC/ATTTTGCTGATA...TACAG|GAA 2 1 7.155
24939544 GT-AG 0 1.000000099473604e-05 574 Brast01G000300.1.v0.1.stacei 4793010 5 69122 69695 Brachypodium stacei 1071399 GAG|GTGGCAATTT...ACTTTCTAAATT/TACTTTCTAAAT...TCTAG|GCA 0 1 8.94
24939545 GT-AG 0 0.0130701562824473 358 Brast01G000300.1.v0.1.stacei 4793010 6 68611 68968 Brachypodium stacei 1071399 AGG|GTATGTTTTA...GTACTCCTAATA/GTACTCCTAATA...TGTAG|GTA 0 1 11.59
24939546 GT-AG 0 0.0554757602141439 91 Brast01G000300.1.v0.1.stacei 4793010 7 67861 67951 Brachypodium stacei 1071399 GAG|GTAACCCTTA...TTCCCCATATCA/CGAGCTCTCAAG...TTCAG|ACA 2 1 23.008
24939547 GT-AG 0 1.000000099473604e-05 659 Brast01G000300.1.v0.1.stacei 4793010 8 66712 67370 Brachypodium stacei 1071399 ATG|GTAAGCCCAG...TATATTTTACTT/AATTATTTGATT...TGCAG|GAT 0 1 31.497
24939548 GT-AG 0 0.0004484333663305 387 Brast01G000300.1.v0.1.stacei 4793010 9 65837 66223 Brachypodium stacei 1071399 ATG|GTATGTACTT...ATATGTTTGACT/ATATGTTTGACT...TGTAG|TGC 2 1 39.951
24939549 GT-AG 0 1.000000099473604e-05 134 Brast01G000300.1.v0.1.stacei 4793010 10 64904 65037 Brachypodium stacei 1071399 GTT|GTAAGAATGA...TGTACCTAATAT/TATTTTCTGAAG...TGCAG|GAA 0 1 53.794
24939550 GT-AG 0 0.0001568600227493 82 Brast01G000300.1.v0.1.stacei 4793010 11 64131 64212 Brachypodium stacei 1071399 AAG|GTAGGCTACA...TATGCTTTTACA/TATGCTTTTACA...GTCAG|ATA 1 1 65.766
24939551 GT-AG 0 1.000000099473604e-05 82 Brast01G000300.1.v0.1.stacei 4793010 12 62988 63069 Brachypodium stacei 1071399 AGG|GTAAAACTTA...ATTTCTTTGTCC/CGTGTTTTCACG...ACTAG|GTT 0 1 84.148
24939552 GT-AG 0 1.5641304322425544e-05 270 Brast01G000300.1.v0.1.stacei 4793010 13 62262 62531 Brachypodium stacei 1071399 CAG|GTATATGCAT...TTGCCTCTAAAA/AATAATTTTATG...TACAG|GTT 0 1 92.048
24939553 GT-AG 0 1.086963273188039e-05 74 Brast01G000300.1.v0.1.stacei 4793010 14 61957 62030 Brachypodium stacei 1071399 CAG|GTAATTTGTT...TTGATCATGACA/AATAGATTGATC...TGCAG|AAT 0 1 96.05

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