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

✎ 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
29498705 GT-AG 0 1.000000099473604e-05 658 rna-XM_020354524.2 5773945 1 8506872 8507529 Cajanus cajan 3821 AAG|GTAATACTAA...TTTTCATTAGCT/ATTTTATTTACT...AACAG|TTT 0 1 3.237
29498706 GT-AG 0 1.000000099473604e-05 570 rna-XM_020354524.2 5773945 2 8508588 8509157 Cajanus cajan 3821 AAG|GTAGGTCCTT...CATTTATTGACT/CATTTATTGACT...TGCAG|TGT 2 1 19.781
29498707 GT-AG 0 5.330451376152577e-05 294 rna-XM_020354524.2 5773945 3 8509307 8509600 Cajanus cajan 3821 CTG|GTACTTGACT...TTTTTTTTACTG/CTTTTTTTTACT...AACAG|AAC 1 1 22.111
29498708 GT-AG 0 0.0005963825673809 162 rna-XM_020354524.2 5773945 4 8509774 8509935 Cajanus cajan 3821 CAG|GTAATTTTGC...CTAACCTTAATT/TTGTTTTTGAAT...AATAG|ATA 0 1 24.816
29498709 GT-AG 0 0.0001638901335318 84 rna-XM_020354524.2 5773945 5 8513092 8513175 Cajanus cajan 3821 CTG|GTAATTTTGA...TAGGTTTTGATA/TAGGTTTTGATA...GGAAG|GTA 0 1 74.167
29498710 GT-AG 0 1.000000099473604e-05 330 rna-XM_020354524.2 5773945 6 8513289 8513618 Cajanus cajan 3821 CAG|GTAATGTGTT...TTTTTTTTCTCC/AAGCACCTCATA...TTCAG|GTT 2 1 75.934
29498711 GC-AG 0 1.000000099473604e-05 323 rna-XM_020354524.2 5773945 7 8513836 8514158 Cajanus cajan 3821 CAG|GCAAGTGGTT...TTTTCTGTAGCT/CATATATTAATT...TTCAG|AAG 0 1 79.328
29498712 GT-AG 0 5.3187546389966215e-05 540 rna-XM_020354524.2 5773945 8 8514273 8514812 Cajanus cajan 3821 AAG|GTAAATTTTC...GATATGTTAATT/GATATGTTAATT...CCCAG|GGG 0 1 81.11
29498713 GT-AG 0 0.0034112408453098 80 rna-XM_020354524.2 5773945 9 8514921 8515000 Cajanus cajan 3821 CAG|GTATGCTAAC...TTGTTCTCATCA/TTTGTTCTCATC...TGTAG|ATT 0 1 82.799
29498714 GT-AG 0 1.4035388078809968e-05 1381 rna-XM_020354524.2 5773945 10 8515134 8516514 Cajanus cajan 3821 GAG|GTAGGTTGGA...CCACTCTTGATC/CAGTTTTTCATT...TGTAG|GTA 1 1 84.879
29498715 GT-AG 0 1.000000099473604e-05 485 rna-XM_020354524.2 5773945 11 8516718 8517202 Cajanus cajan 3821 CAG|GTGAAGTGTC...TTTTCCTTGATT/TTTTTCTTGATT...TACAG|GCT 0 1 88.053
29498716 GT-AG 0 1.000000099473604e-05 88 rna-XM_020354524.2 5773945 12 8517400 8517487 Cajanus cajan 3821 CAG|GTCTGTGATA...AATTTCTTGTTT/TCTTGTTTCAGT...TGCAG|CCT 2 1 91.134
29502972 GT-AG 0 0.0040519147270406 84 rna-XM_020354524.2 5773945 13 8517564 8517647 Cajanus cajan 3821 ATG|GTGCCATTAG...ATTTTCTTAACC/ATTTTCTTAACC...TGCAG|ATT   0 92.322
29502973 GT-AG 0 1.000000099473604e-05 365 rna-XM_020354524.2 5773945 14 8517743 8518107 Cajanus cajan 3821 CAT|GTGAGTTGGG...CACTTCTGAATA/ATTTGTCTCATT...TGCAG|ATG   0 93.808

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