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

✎ 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
29498590 GT-AG 0 1.000000099473604e-05 259 rna-XM_029271873.1 5773936 1 15414831 15415089 Cajanus cajan 3821 AAT|GTAAGCAAGT...TTTTGTTTGAAA/TTGGTATTTACT...TACAG|GCA 0 1 0.707
29498591 GT-AG 0 0.1053095950787 239 rna-XM_029271873.1 5773936 2 15411655 15411893 Cajanus cajan 3821 AAG|GTATGCTCAA...GATTCTTTAATT/GATTCTTTAATT...GGCAG|ATT 0 1 28.383
29498592 GT-AG 0 0.0001628476984404 650 rna-XM_029271873.1 5773936 3 15410750 15411399 Cajanus cajan 3821 GAG|GTATGTGGGT...GTTATTTTAATT/GTTATTTTAATT...AGCAG|GAA 0 1 30.786
29498593 GT-AG 0 3.4959263259944106e-05 143 rna-XM_029271873.1 5773936 4 15409905 15410047 Cajanus cajan 3821 GAG|GTAATCAGCC...TTACCTTTATTT/CTTTATTTCATC...CTTAG|GTA 0 1 37.401
29498594 GT-AG 0 1.000000099473604e-05 445 rna-XM_029271873.1 5773936 5 15408620 15409064 Cajanus cajan 3821 TGG|GTTAGTATCT...TTATTTATAATA/AAATTATTTATA...TACAG|GCT 0 1 45.317
29498595 GT-AG 0 1.000000099473604e-05 119 rna-XM_029271873.1 5773936 6 15407808 15407926 Cajanus cajan 3821 AAG|GTTTTAATGG...GTTTTCTAATTT/CGTTTTCTAATT...ACTAG|GCT 0 1 51.847
29498596 GT-AG 0 1.000000099473604e-05 4259 rna-XM_029271873.1 5773936 7 15402682 15406940 Cajanus cajan 3821 CGG|GTAAGAACTT...CTGATATTAATT/CTGATATTAATT...TACAG|GAG 0 1 60.017
29498597 GT-AG 0 1.000000099473604e-05 105 rna-XM_029271873.1 5773936 8 15401869 15401973 Cajanus cajan 3821 GAG|GTAAGAATTG...TGTCCTTTATTT/CCTTTATTTATT...GTTAG|GTC 0 1 66.689
29498598 GT-AG 0 1.000000099473604e-05 1784 rna-XM_029271873.1 5773936 9 15399242 15401025 Cajanus cajan 3821 CAG|GTAAGAACTT...ATGTACTTATTG/GATGTACTTATT...TACAG|GAG 0 1 74.632
29498599 GT-AG 0 1.000000099473604e-05 96 rna-XM_029271873.1 5773936 10 15398429 15398524 Cajanus cajan 3821 AAG|GTAAGCATGA...TTTGCATTGACA/ATTATTCTAATT...ATTAG|GTC 0 1 81.389
29498600 GT-AG 0 1.000000099473604e-05 2878 rna-XM_029271873.1 5773936 11 15394735 15397612 Cajanus cajan 3821 CAG|GTATGAACTC...GTTTTGTTATAT/TGTTTTGTTATA...TACAG|GAG 0 1 89.078
29498601 GT-AG 0 1.000000099473604e-05 4002 rna-XM_029271873.1 5773936 12 15390405 15394406 Cajanus cajan 3821 ATG|GTAAAGGAGT...CTACTCTGGACC/CTGTGAGTAACT...AACAG|AAA 1 1 92.169
29502957 GT-AG 0 1.0970506796363806e-05 219 rna-XM_029271873.1 5773936 13 15389788 15390006 Cajanus cajan 3821 TAT|GTAAGTACAC...TATGTTTTGATT/CTTTTGTTCATT...TTCAG|GAA   0 95.92
29502958 GT-AG 0 1.000000099473604e-05 380 rna-XM_029271873.1 5773936 14 15389294 15389673 Cajanus cajan 3821 AAT|GTTAGTGAGT...ATTGTTTTACTT/TATTATCTAATG...TCAAG|GTT   0 96.994

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