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

✎ 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
128510124 GT-AG 0 1.000000099473604e-05 451 rna-XM_019375709.1 23617040 1 19815611 19816061 Nicotiana attenuata 49451 AAG|GTTAGTTGTT...AAATTCTGATTG/TAAATTCTGATT...TGAAG|GGG 1 1 6.272
128510125 GT-AG 0 0.0006300839787091 1881 rna-XM_019375709.1 23617040 2 19813587 19815467 Nicotiana attenuata 49451 AAG|GTATGTTATT...TTAACCTTTGCA/TTATTTCTCACT...TGTAG|TTT 0 1 9.375
128510126 GT-AG 0 0.0005628014349258 1786 rna-XM_019375709.1 23617040 3 19811711 19813496 Nicotiana attenuata 49451 GAG|GTTTGTTTTT...GTTGTTTTATCT/TTTTATCTCACA...TGCAG|GGT 0 1 11.328
128510127 GT-AG 0 0.0017128014857263 842 rna-XM_019375709.1 23617040 4 19810806 19811647 Nicotiana attenuata 49451 CAG|GTACATTTAC...TTATTTTTATTT/TTTATTTTTATT...TTCAG|AGT 0 1 12.695
128510128 GT-AG 0 0.0190573060094286 88 rna-XM_019375709.1 23617040 5 19810631 19810718 Nicotiana attenuata 49451 CAG|GTAACTTGTA...GTTTTCTTATAA/CGTTTTCTTATA...AACAG|ATG 0 1 14.583
128510129 GT-AG 0 0.1961396986650096 85 rna-XM_019375709.1 23617040 6 19810396 19810480 Nicotiana attenuata 49451 GAG|GTATCTGATT...CTTGTTTTAGCA/AAATTTCTGATG...ATCAG|GTT 0 1 17.839
128510130 GT-AG 0 1.000000099473604e-05 358 rna-XM_019375709.1 23617040 7 19809880 19810237 Nicotiana attenuata 49451 AAG|GTAATAATGC...ATTTTCTCACCA/CATTTTCTCACC...TGCAG|ATA 2 1 21.267
128510131 GT-AG 0 0.0003134379787172 845 rna-XM_019375709.1 23617040 8 19808800 19809644 Nicotiana attenuata 49451 AAG|GTCTGTTTTG...AATTTGTTACCT/TAATTTGTTACC...TGCAG|CTA 0 1 26.367
128510132 GT-AG 0 1.000000099473604e-05 1090 rna-XM_019375709.1 23617040 9 19807599 19808688 Nicotiana attenuata 49451 AAG|GTTCGTGAAA...AGATTGTTATTG/GCTTGTCTGATA...TGCAG|CTA 0 1 28.776
128510133 GT-AG 0 0.0038041212595461 90 rna-XM_019375709.1 23617040 10 19806450 19806539 Nicotiana attenuata 49451 CAG|GTATTTATTG...GTCTCCTCATCT/ATTGTACTCATG...TTCAG|GTT 0 1 51.758
128510134 GT-AG 0 1.000000099473604e-05 2565 rna-XM_019375709.1 23617040 11 19803645 19806209 Nicotiana attenuata 49451 CAG|GTGCTTATCG...CTATCTTTGGCC/CACTAGTTTATT...TGTAG|GTT 0 1 56.966
128510135 GT-AG 0 1.000000099473604e-05 111 rna-XM_019375709.1 23617040 12 19803348 19803458 Nicotiana attenuata 49451 CAA|GTAAGATATT...AAATTTGTAACT/TTGTAACTAATA...TTTAG|AGA 0 1 61.003
128510136 GT-AG 0 1.000000099473604e-05 595 rna-XM_019375709.1 23617040 13 19801598 19802192 Nicotiana attenuata 49451 AAG|GTAAATATAC...TTTATGTTAATT/TTTATGTTAATT...TATAG|GTT 0 1 86.068
128510137 GT-AG 0 0.1608863191238014 1008 rna-XM_019375709.1 23617040 14 19800239 19801246 Nicotiana attenuata 49451 CAG|GTATTCTCTC...TTTTTCATAATT/ACGTTTTTCATA...CACAG|GCA 0 1 93.685

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