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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
164359315 GT-AG 0 1.000000099473604e-05 1495 rna-XM_014251155.1 29501515 2 77326173 77327667 Pseudopodoces humilis 181119 CAG|GTAAATATTT...ATGTTTTCAAAT/GATGTTTTCAAA...AATAG|GAA 2 1 10.071
164359316 GT-AG 0 1.000000099473604e-05 918 rna-XM_014251155.1 29501515 3 77325176 77326093 Pseudopodoces humilis 181119 GTG|GTAAGAAGTT...TGCTTCTTGTTC/ACGGTAGTCATG...TAAAG|GTG 0 1 11.433
164359317 GT-AG 0 1.000000099473604e-05 694 rna-XM_014251155.1 29501515 4 77321653 77322346 Pseudopodoces humilis 181119 CAG|GTGAGTCCGC...CCCATTTTAATT/CCCATTTTAATT...CATAG|ATG 0 1 60.217
164359318 GT-AG 0 1.000000099473604e-05 478 rna-XM_014251155.1 29501515 5 77321121 77321598 Pseudopodoces humilis 181119 GAG|GTCAGTTCTT...TTGTTTTTATTG/TTTTTTTTCATA...TCTAG|CGT 0 1 61.148
164359319 GT-AG 0 1.000000099473604e-05 8041 rna-XM_014251155.1 29501515 6 77312896 77320936 Pseudopodoces humilis 181119 GAT|GTAAGCGAAT...TTGTTTTTTATT/TTGTTTTTTATT...TTTAG|GTA 1 1 64.321
164359320 GT-AG 0 1.000000099473604e-05 403 rna-XM_014251155.1 29501515 7 77312211 77312613 Pseudopodoces humilis 181119 AAG|GTAAGACAGC...TAATTTTTAGTT/TTTTGATTAATT...ATTAG|ATG 1 1 69.184
164359321 GT-AG 0 0.0006261922795971 5473 rna-XM_014251155.1 29501515 8 77306387 77311859 Pseudopodoces humilis 181119 AAG|GTATGCAGAG...CTTTCCTTCCCA/TTCCGTTTAACG...TTTAG|GCT 1 1 75.237
164359322 GT-AG 0 0.9786214481315912 331 rna-XM_014251155.1 29501515 9 77305727 77306057 Pseudopodoces humilis 181119 AAG|GTATCTTTAT...CCCACCGTAATG/CAAAGATTAAAA...GACAG|GTA 0 1 80.911
164359323 GT-AG 0 1.000000099473604e-05 5964 rna-XM_014251155.1 29501515 10 77299493 77305456 Pseudopodoces humilis 181119 GAG|GTGAGGCTCC...TTTTCCTTGATG/TCGATGTTCATC...TCCAG|GAA 0 1 85.566
164359324 GT-AG 0 1.000000099473604e-05 6770 rna-XM_014251155.1 29501515 11 77292556 77299325 Pseudopodoces humilis 181119 CAG|GTTAGCAGCA...TTCCTTTTATTT/TTTCCTTTTATT...ACCAG|ACC 2 1 88.446
164359325 GT-AG 0 1.000000099473604e-05 1146 rna-XM_014251155.1 29501515 12 77291264 77292409 Pseudopodoces humilis 181119 CAG|GTCTGTGCCC...TTGTTCTCATCA/TTTGTTCTCATC...TCCAG|AGT 1 1 90.964
164359326 GT-AG 0 1.000000099473604e-05 211 rna-XM_014251155.1 29501515 13 77290975 77291185 Pseudopodoces humilis 181119 GTG|GTGAGCAAAT...GCACCTTTATTC/AGTCTTTTCATT...TTTAG|ATC 1 1 92.309
164359327 GT-AG 0 1.000000099473604e-05 1165 rna-XM_014251155.1 29501515 14 77289659 77290823 Pseudopodoces humilis 181119 GGG|GTAAGAACAA...AATCCCTTGACT/CCTTGACTTAAT...TGCAG|ACC 2 1 94.913
164364532 GT-AG 0 1.000000099473604e-05 18884 rna-XM_014251155.1 29501515 1 77327798 77346681 Pseudopodoces humilis 181119 AAG|GTCAGTGTTC...CTTTCCTTTTTT/TTTTTTTTCTTT...AATAG|AAT   0 8.588

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