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

✎ 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
120103711 GT-AG 0 0.0001290011141688 4738 rna-XM_036394533.1 22173124 1 89046106 89050843 Molothrus ater 84834 AAG|GTTTTTATAT...TTCTTCTTATTA/TTTCTTCTTATT...TCCAG|GCT 0 1 3.702
120103712 GT-AG 0 0.0002013170701636 2262 rna-XM_036394533.1 22173124 2 89050970 89053231 Molothrus ater 84834 AAG|GTATATACAC...ATTGTTTTATTG/TCTATATTAACT...TTTAG|GTG 0 1 6.169
120103713 GT-AG 0 0.0009899263859069 385 rna-XM_036394533.1 22173124 3 89053421 89053805 Molothrus ater 84834 TCG|GTAAGTTTTT...TTTTCTTTATTT/CTTTTCTTTATT...TTTAG|CCA 0 1 9.871
120103714 GT-AG 0 1.000000099473604e-05 788 rna-XM_036394533.1 22173124 4 89053998 89054785 Molothrus ater 84834 TTG|GTGAGTAGGA...TAATCCTGGATT/TGCAGATTAATC...TTCAG|GCT 0 1 13.631
120103715 GT-AG 0 2.622000794520908e-05 259 rna-XM_036394533.1 22173124 5 89055895 89056153 Molothrus ater 84834 AAA|GTAAGTTACT...ACATCCTGAATA/CTGTATTTTACA...TTCAG|CTC 2 1 35.351
120103716 GT-AG 0 1.000000099473604e-05 94 rna-XM_036394533.1 22173124 6 89056344 89056437 Molothrus ater 84834 AAG|GTAATACTAA...TAAATTTTAACT/TAAATTTTAACT...TACAG|GCT 0 1 39.072
120103717 GT-AG 0 3.857397497225026e-05 86 rna-XM_036394533.1 22173124 7 89057072 89057157 Molothrus ater 84834 CTG|GTATGTGATT...AGTGTATTAGCG/AAGTAATTGACA...TTTAG|GTG 1 1 51.488
120103718 GT-AG 0 1.000000099473604e-05 1361 rna-XM_036394533.1 22173124 8 89058636 89059996 Molothrus ater 84834 CAG|GTAAGAGCTG...AAATGTTTACTT/TAAATGTTTACT...CACAG|GTT 0 1 80.435
120103719 GT-AG 0 1.000000099473604e-05 720 rna-XM_036394533.1 22173124 9 89060085 89060804 Molothrus ater 84834 CAG|GTGTGTAACA...GCCACCTTGAAT/CTTATGCTAACC...CCTAG|GAG 1 1 82.158
120103720 GT-AG 0 0.0008897641984104 521 rna-XM_036394533.1 22173124 10 89060925 89061445 Molothrus ater 84834 CAC|GTATGTAGAT...GAAATTTTGATA/TTCTTTCTGATG...TCTAG|AAG 1 1 84.508
120103721 GT-AG 0 1.000000099473604e-05 1142 rna-XM_036394533.1 22173124 11 89061555 89062696 Molothrus ater 84834 ACA|GTGCGTATAG...CTCTTTTTAAAG/CTCTTTTTAAAG...TGTAG|GCG 2 1 86.643
120103722 GT-AG 0 1.000000099473604e-05 399 rna-XM_036394533.1 22173124 12 89062881 89063279 Molothrus ater 84834 ACA|GTAAGTAATG...GATGTCTGAGTG/TTAAATATGATC...CTTAG|GAC 0 1 90.247
120103723 GT-AG 0 1.000000099473604e-05 1024 rna-XM_036394533.1 22173124 13 89063436 89064459 Molothrus ater 84834 GAG|GTAAGTTTCA...CATGATTTATCT/ACATGATTTATC...TTCAG|AGC 0 1 93.302
120103724 GT-AG 0 7.97260049774197e-05 521 rna-XM_036394533.1 22173124 14 89064553 89065073 Molothrus ater 84834 AAG|GTAATCTGAT...TTATTTTTACAT/TTTATTTTTACA...TTCAG|ATT 0 1 95.123
120103725 GT-AG 0 1.000000099473604e-05 558 rna-XM_036394533.1 22173124 15 89065110 89065667 Molothrus ater 84834 AAT|GTAAGTGAAT...GTTATTTTAGTG/TTGACTTTCACT...TGTAG|ACA 0 1 95.828

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