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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
55680670 GT-AG 0 1.000000099473604e-05 289 rna-XM_023661870.1 10143789 2 56641 56929 Cucurbita pepo 3663 AAG|GTCATTTGTT...TTATCCTTTGTT/GTGAGGATTATT...GGTAG|ATT 0 1 0.911
55680671 GT-AG 0 1.000000099473604e-05 457 rna-XM_023661870.1 10143789 3 57479 57935 Cucurbita pepo 3663 TTG|GTGAGTCAAC...TTTCCCTTTTTT/TGTTTCTTCAAA...AACAG|GAT 0 1 7.493
55680672 GT-AG 0 1.840062218114752e-05 75 rna-XM_023661870.1 10143789 4 59124 59198 Cucurbita pepo 3663 AAG|GTACAATATT...ACCTTTTTACTC/TGAGTTCTGACC...TAAAG|CTT 0 1 21.736
55680673 GT-AG 0 2.965610706082667e-05 490 rna-XM_023661870.1 10143789 5 59527 60016 Cucurbita pepo 3663 AAG|GTTTGTCTAC...TTGTTTTTATCA/TTTGTTTTTATC...TGTAG|AGT 1 1 25.668
55680674 GT-AG 0 9.708115980013978e-05 88 rna-XM_023661870.1 10143789 6 60273 60360 Cucurbita pepo 3663 TAG|GTACTGTTGC...TTTGCTTCATCA/ATTTGCTTCATC...ATCAG|ATA 2 1 28.738
55680675 GT-AG 0 1.000000099473604e-05 88 rna-XM_023661870.1 10143789 7 60578 60665 Cucurbita pepo 3663 AAG|GTTCAAGACT...GATCTCTTAATT/CTTCGTTTGACA...CATAG|GTT 0 1 31.339
55680676 GT-AG 0 1.000000099473604e-05 109 rna-XM_023661870.1 10143789 8 61019 61127 Cucurbita pepo 3663 TGA|GTGAGTGTGT...GGTCTCTTATCG/TTTTCCTTTATT...TTAAG|GGG 2 1 35.571
55680677 GT-AG 0 0.0299208697743267 103 rna-XM_023661870.1 10143789 9 61653 61755 Cucurbita pepo 3663 AAG|GTCCCCACCT...TTGGTCTTGACT/TTGGTCTTGACT...TACAG|CTA 2 1 41.865
55680678 GT-AG 0 1.000000099473604e-05 111 rna-XM_023661870.1 10143789 10 62960 63070 Cucurbita pepo 3663 CAG|GTAAAAAACT...GCGCCCTCACTA/AGCGCCCTCACT...TGTAG|GAT 0 1 56.3
55680679 GT-AG 0 1.000000099473604e-05 198 rna-XM_023661870.1 10143789 11 63425 63622 Cucurbita pepo 3663 AAG|GTTAGGATGT...TTATCCTTGCCC/CAAAGTCTAATT...CACAG|CTA 0 1 60.544
55680680 GT-AG 0 1.000000099473604e-05 268 rna-XM_023661870.1 10143789 12 63861 64128 Cucurbita pepo 3663 GAG|GTACGTGCAA...AACGTTGTGAAA/TAAGTAGTAATT...TGCAG|GGG 1 1 63.398
55680681 GT-AG 0 0.0001235839488254 91 rna-XM_023661870.1 10143789 13 66765 66855 Cucurbita pepo 3663 AAG|GTAACATTAA...CGTGGCTTATTG/GCGTGGCTTATT...TGCAG|ATG 0 1 95.001
55680682 GT-AG 0 0.0061420421932544 89 rna-XM_023661870.1 10143789 14 66984 67072 Cucurbita pepo 3663 GAG|GTATCAAACT...TCTATCGTAATG/GTAATGCTAACA...GCCAG|CGA 2 1 96.535
55680683 GG-AG 0 1.000000099473604e-05 42 rna-XM_023661870.1 10143789 15 67300 67341 Cucurbita pepo 3663 ACG|GGAATGGGAA...GGAACGGGAACG/GGAATGGGAATG...GAAAG|GGA 1 1 99.257
55692970 GT-AG 0 0.4937363590929699 172 rna-XM_023661870.1 10143789 1 56386 56557 Cucurbita pepo 3663 CAC|GTACACTTCT...TTTGTTTTAGTA/TTTTGTTTTAGT...TGCAG|ATC   0 0.12

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