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

✎ 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
3437157 GT-AG 0 1.000000099473604e-05 52 rna-EDS130_LOCUS58 623773 1 131841 131892 Adineta ricciae 249248 GAA|GTGAGTTATC...TCATTTTCAACT/CTTTCGTTCACT...TTTAG|AAT 0 1 34.52
3437158 GT-AG 0 0.0063358243889073 508 rna-EDS130_LOCUS58 623773 2 132475 132982 Adineta ricciae 249248 TAC|GTACATATCT...TTCTTCTTCACA/TTCTTCTTCACA...TATAG|ATC 0 1 49.536
3437159 GT-AG 0 9.441031645738848e-05 54 rna-EDS130_LOCUS58 623773 3 133043 133096 Adineta ricciae 249248 TTT|GTACGTACTA...ATAACAATAATG/AAACTAGTGATT...TCTAG|CAA 0 1 51.084
3437160 GT-AG 0 1.6122982817084314e-05 229 rna-EDS130_LOCUS58 623773 4 133237 133465 Adineta ricciae 249248 TAT|GTAAGTAAAA...TTGTCTTTATCT/ATTGTCTTTATC...TAAAG|GCC 2 1 54.696
3437161 GT-AG 0 1.000000099473604e-05 76 rna-EDS130_LOCUS58 623773 5 133604 133679 Adineta ricciae 249248 CAG|GTATGACATT...AAAAGTTTGATT/AAAAGTTTGATT...TTTAG|AAC 2 1 58.256
3437162 GT-AG 0 1.000000099473604e-05 611 rna-EDS130_LOCUS58 623773 6 133790 134400 Adineta ricciae 249248 TCG|GTAAGAATTC...TATTCGTTTGTT/ATGAAAGTGAAA...TCTAG|CAA 1 1 61.094
3437163 GT-AG 0 1.000000099473604e-05 52 rna-EDS130_LOCUS58 623773 7 134464 134515 Adineta ricciae 249248 ATA|GTAAGACTTT...TTCGTTTTATTT/CCTGTTCTCATG...TGAAG|ATC 1 1 62.719
3437164 GT-AG 0 2.027319528028085e-05 123 rna-EDS130_LOCUS58 623773 8 134728 134850 Adineta ricciae 249248 GAA|GTAGGTAGGC...TTTTTCTTTACG/TTTTTCTTTACG...CTTAG|ACT 0 1 68.189
3437165 GT-AG 0 1.000000099473604e-05 177 rna-EDS130_LOCUS58 623773 9 134903 135079 Adineta ricciae 249248 AAG|GTAAGACATG...TAGATTTTGATA/TAGATTTTGATA...AATAG|ATT 1 1 69.53
3437166 GT-AG 0 3.2620171435484626e-05 53 rna-EDS130_LOCUS58 623773 10 135554 135606 Adineta ricciae 249248 AAT|GTTCGTTATT...TACTTCGTAGTC/CGTAGTCTAAGT...TTTAG|CTT 1 1 81.76
3437167 GT-AG 0 2.812909294036234e-05 55 rna-EDS130_LOCUS58 623773 11 135736 135790 Adineta ricciae 249248 AAG|GTTTGTATTG...GTTACTTTTACA/GTTACTTTTACA...TTTAG|AAT 1 1 85.088
3437168 GT-AG 0 1.000000099473604e-05 70 rna-EDS130_LOCUS58 623773 12 135920 135989 Adineta ricciae 249248 TTC|GTAAGGAGAA...TTTTTCTTACAT/CTTTTTCTTACA...ATTAG|AAT 1 1 88.416
3437169 GT-AG 0 1.000000099473604e-05 55 rna-EDS130_LOCUS58 623773 13 136125 136179 Adineta ricciae 249248 AGT|GTAAGTCAAA...ATTTTCTTCTCA/TTTCTTCTCATT...CAAAG|CTT 1 1 91.899
3437170 GT-AG 0 3.693230365503287e-05 60 rna-EDS130_LOCUS58 623773 14 136306 136365 Adineta ricciae 249248 AAG|GTAGATTGCT...TTTTCTTTCATG/TTTTCTTTCATG...TCAAG|AAT 1 1 95.15
3437171 GT-AG 0 2.050195410773504e-05 60 rna-EDS130_LOCUS58 623773 15 136513 136572 Adineta ricciae 249248 CCG|GTTTGTATAG...TATGCTTCATCG/ATATGCTTCATC...TTCAG|ATA 1 1 98.942

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