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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
163356955 GT-AG 0 0.0001440231686597 103 rna-XM_021958861.1 29320861 2 622743 622845 Prunus avium 42229 TAG|GTATGTAGTC...CTTTTCTTTTCT/CCAAGTTTAATT...TTCAG|GGG 1 1 20.958
163356956 GT-AG 0 0.2026046611490911 89 rna-XM_021958861.1 29320861 3 622989 623077 Prunus avium 42229 ATG|GTATATATTA...TTTTTCTTGACC/TTTTTCTTGACC...TGCAG|ATT 0 1 29.014
163356957 GT-AG 0 0.000630101603211 99 rna-XM_021958861.1 29320861 4 623159 623257 Prunus avium 42229 ATG|GTATATACAC...GTGGGCTTAATT/AATTTTTTCAAA...TTCAG|GAA 0 1 33.577
163356958 GT-AG 0 11.8495464581816 131 rna-XM_021958861.1 29320861 5 623407 623537 Prunus avium 42229 TTG|GTATCTTTTA...GCTTTTTTATAA/ATTAATTTCATC...TGAAG|GAA 2 1 41.972
163356959 GT-AG 0 1.000000099473604e-05 89 rna-XM_021958861.1 29320861 6 623631 623719 Prunus avium 42229 TGT|GTGAGAGTTT...GTTTCCTTAACT/GTTTCCTTAACT...TGCAG|GAC 2 1 47.211
163356960 GT-AG 0 3.099909801673593e-05 129 rna-XM_021958861.1 29320861 7 623844 623972 Prunus avium 42229 AAG|GTCTGGCTTT...TGTATCTTGATC/TGTATCTTGATC...ATCAG|ATA 0 1 54.197
163356961 GT-AG 0 1.3057508247663555e-05 104 rna-XM_021958861.1 29320861 8 624039 624142 Prunus avium 42229 AAG|GTCTTGTCTT...GTCTTCTGATCT/CGTCTTCTGATC...TGCAG|CCT 0 1 57.915
163356962 GT-AG 0 1.000000099473604e-05 136 rna-XM_021958861.1 29320861 9 624210 624345 Prunus avium 42229 CTG|GTAAGTGTTT...TCATCTTTGAGA/ACGTTTATCATC...AACAG|CTG 1 1 61.69
163356963 GT-AG 0 0.0003199031203728 105 rna-XM_021958861.1 29320861 10 624423 624527 Prunus avium 42229 CTT|GTAAGCATGA...ATTCTCATAACA/ACAATTCTCATA...GTCAG|GAA 0 1 66.028
163356964 GT-AG 0 1.000000099473604e-05 142 rna-XM_021958861.1 29320861 11 624642 624783 Prunus avium 42229 CAG|GTACTAATGT...TGAGCCCTACTG/TCAAATTTGAGC...TTTAG|TAT 0 1 72.451
163356965 GT-AG 0 1.000000099473604e-05 97 rna-XM_021958861.1 29320861 12 624862 624958 Prunus avium 42229 CAA|GTAAGAACCT...GTCTTCTAAACC/AGTCTTCTAAAC...GGCAG|CAT 0 1 76.845
163356966 GT-AG 0 1.000000099473604e-05 97 rna-XM_021958861.1 29320861 13 625111 625207 Prunus avium 42229 TGA|GTGAGTAAAA...TTTTCCCTATTT/CAATATTTGATG...CGTAG|CTA 2 1 85.408
163356967 GT-AG 0 1.000000099473604e-05 97 rna-XM_021958861.1 29320861 14 625269 625365 Prunus avium 42229 AAG|GTAAGACGAT...TTGTTTTTGGTT/TTTTGGTTTATG...TGCAG|GCT 0 1 88.845
163356968 GT-AG 0 1.000000099473604e-05 97 rna-XM_021958861.1 29320861 15 625473 625569 Prunus avium 42229 ATG|GTAAGGCACA...TTGTATATAACT/TAATAATTGATT...TGCAG|GGG 2 1 94.873
163357306 GT-AG 0 1.000000099473604e-05 83 rna-XM_021958861.1 29320861 1 622530 622612 Prunus avium 42229 AAG|GTTAAAGTCC...CCATACTTAACA/TCCATACTTAAC...GACAG|TTG   0 14.817

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