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

✎ 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
55534729 GT-AG 0 0.0007911459996639 370 rna-XM_023080757.1 10113160 1 45931 46300 Cucurbita moschata 3662 AAG|GTACATTTCG...TTGTCTGTGATT/TTGTCTGTGATT...TTCAG|GTG 0 1 7.675
55534730 GT-AG 0 1.6967496544599226e-05 91 rna-XM_023080757.1 10113160 2 45702 45792 Cucurbita moschata 3662 CAG|GTACGATCTT...TTTGTTTTATTC/TTTTGTTTTATT...TTCAG|CTT 0 1 11.17
55534731 GT-AG 0 0.0003241680918172 92 rna-XM_023080757.1 10113160 3 45526 45617 Cucurbita moschata 3662 CAG|GTATGTCTAC...TCATTCTAAATG/TATTTTCTCATT...ATCAG|ACG 0 1 13.298
55534732 GT-AG 0 1.000000099473604e-05 85 rna-XM_023080757.1 10113160 4 45315 45399 Cucurbita moschata 3662 GAG|GTGGGTTTAG...TAGTCTTTGATT/CATAATCTCACA...TGCAG|GAA 0 1 16.489
55534733 GT-AG 0 1.000000099473604e-05 83 rna-XM_023080757.1 10113160 5 45172 45254 Cucurbita moschata 3662 GAG|GTTGGACAAC...CATATTTTATCT/ACATATTTTATC...TGCAG|ATT 0 1 18.009
55534734 GT-AG 0 1.000000099473604e-05 134 rna-XM_023080757.1 10113160 6 44984 45117 Cucurbita moschata 3662 CAG|GTTATTGATA...AGAAGCTTATTC/GAGAAGCTTATT...TTCAG|ATT 0 1 19.377
55534735 GT-AG 0 0.0001853213174249 612 rna-XM_023080757.1 10113160 7 44279 44890 Cucurbita moschata 3662 AAG|GTTTATTATC...ATAGTTTTAAAC/CATATATTTATA...TGCAG|GGT 0 1 21.733
55534736 GT-AG 0 1.000000099473604e-05 286 rna-XM_023080757.1 10113160 8 43897 44182 Cucurbita moschata 3662 AAG|GTAATACTAA...ATGATTTTATTG/AATGATTTTATT...TGCAG|AGG 0 1 24.164
55534737 GT-AG 0 5.383939416393176e-05 642 rna-XM_023080757.1 10113160 9 43109 43750 Cucurbita moschata 3662 TGG|GTATAACCAA...CCCCTTTTATTA/CTTTTATTAAGA...TACAG|GAA 2 1 27.862
55534738 GT-AG 0 1.000000099473604e-05 85 rna-XM_023080757.1 10113160 10 42874 42958 Cucurbita moschata 3662 AAG|GTTAATATAA...TCCTTCTTGAAA/TCCTTCTTGAAA...TGCAG|CTG 2 1 31.662
55534739 GT-AG 0 0.0047698341892541 88 rna-XM_023080757.1 10113160 11 42656 42743 Cucurbita moschata 3662 AGG|GTACTCTTTT...TGTGACTAAACT/ATGTGACTAAAC...AATAG|GAT 0 1 34.954
55534740 GT-AG 0 0.0002807328932808 80 rna-XM_023080757.1 10113160 12 41313 41392 Cucurbita moschata 3662 AAA|GTATGTGAAG...ATTTTCTTGTTC/CGGCTGTTTAGT...TCCAG|GCA 0 1 66.945
55534741 GT-AG 0 0.0274606573762299 99 rna-XM_023080757.1 10113160 13 41115 41213 Cucurbita moschata 3662 TTG|GTATGTTCTT...TATCTTTTGATT/TATCTTTTGATT...CGCAG|GTA 0 1 69.453
55534742 GT-AG 0 1.000000099473604e-05 68 rna-XM_023080757.1 10113160 14 40894 40961 Cucurbita moschata 3662 AAG|GTTCGAGTCT...TCATTTCTAACT/TCATTTCTAACT...TACAG|GTT 0 1 73.328
55534743 GT-AG 0 1.000000099473604e-05 906 rna-XM_023080757.1 10113160 15 39190 40095 Cucurbita moschata 3662 CAG|GTCAGTTAAA...CTTCTTTTGATG/TTTGGTCTAACT...TGCAG|AAG 0 1 93.541

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