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

✎ 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
164359862 GT-AG 0 1.263829682983413e-05 5968 rna-XM_005516292.2 29501536 2 16647062 16653029 Pseudopodoces humilis 181119 GAG|GTAAGTTTCT...GTGTTGTTGATT/GGTTTATTGATT...TGCAG|GTT 0 1 56.618
164359863 GT-AG 0 1.000000099473604e-05 9421 rna-XM_005516292.2 29501536 3 16653271 16662691 Pseudopodoces humilis 181119 CAG|GTAAAGAATG...ATTTATTTAACA/ATTTATTTAACA...TTCAG|TTG 1 1 62.081
164359864 GT-AG 0 1.000000099473604e-05 81654 rna-XM_005516292.2 29501536 4 16662899 16744552 Pseudopodoces humilis 181119 ACC|GTAAGTCCCA...ACATTTTTTATG/ACATTTTTTATG...TGCAG|GTT 1 1 66.772
164359865 GT-AG 0 1.000000099473604e-05 8244 rna-XM_005516292.2 29501536 5 16744715 16752958 Pseudopodoces humilis 181119 CTG|GTAAGTGCTC...GTACCTTTGATT/GTACCTTTGATT...AACAG|GTG 1 1 70.444
164359866 GT-AG 0 0.0005584753859856 5176 rna-XM_005516292.2 29501536 6 16753058 16758233 Pseudopodoces humilis 181119 CAG|GTATTTATGA...CTTTTCTTCTCT/TGTAAACTAAAT...TGTAG|GAC 1 1 72.688
164359867 GT-AG 0 1.000000099473604e-05 25649 rna-XM_005516292.2 29501536 7 16758443 16784091 Pseudopodoces humilis 181119 CAG|GTAAGTGCAA...CTCTCTTTTTCC/ACTATACATATT...AACAG|AAT 0 1 77.425
164359868 GT-AG 0 1.000000099473604e-05 6200 rna-XM_005516292.2 29501536 8 16784159 16790358 Pseudopodoces humilis 181119 TTG|GTAAGTAGTA...GTGGTCTTGTCT/TGAGGACTGAGT...CACAG|ACC 1 1 78.944
164359869 GT-AG 0 1.000000099473604e-05 3576 rna-XM_005516292.2 29501536 9 16790574 16794149 Pseudopodoces humilis 181119 CAG|GTCAGCCTCC...TCTGTCTAACCA/GTCTGTCTAACC...AACAG|GTG 0 1 83.817
164359870 GT-AG 0 1.000000099473604e-05 1773 rna-XM_005516292.2 29501536 10 16794256 16796028 Pseudopodoces humilis 181119 AAG|GTAAGCCAAA...GTTTGCTGGACT/CTGGACTTCACT...TCCAG|AAC 1 1 86.219
164359871 GT-AG 0 1.000000099473604e-05 1309 rna-XM_005516292.2 29501536 11 16796103 16797411 Pseudopodoces humilis 181119 CAG|GTTAGTAGTT...GATGTGTTAATT/GATGTGTTAATT...CCCAG|GAC 0 1 87.897
164359872 GT-AG 0 1.000000099473604e-05 309 rna-XM_005516292.2 29501536 12 16797511 16797819 Pseudopodoces humilis 181119 AAG|GTAGATGACC...AAATCCCTGATG/GTGTGGCTGACA...CCTAG|ATT 0 1 90.141
164359873 GT-AG 0 1.000000099473604e-05 2334 rna-XM_005516292.2 29501536 13 16797940 16800273 Pseudopodoces humilis 181119 CAG|GTGAGTTGTC...TCAGACTTAACA/AAGGTGCTGAGT...TGCAG|GTT 0 1 92.86
164359874 GT-AG 0 1.000000099473604e-05 3090 rna-XM_005516292.2 29501536 14 16800372 16803461 Pseudopodoces humilis 181119 AAG|GTTTGTGCTG...ACTGCCTTACAT/GACTGCCTTACA...TCCAG|GCA 2 1 95.082
164364543 GT-AG 0 1.000000099473604e-05 74937 rna-XM_005516292.2 29501536 1 16569525 16644461 Pseudopodoces humilis 181119 TCG|GTGAGTCTGT...TTTGTTTTATTT/TTTTGTTTTATT...CCTAG|GTT   0 4.737

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