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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
21481674 GT-AG 0 1.000000099473604e-05 76 rna-XM_039032373.1 4157806 1 57208534 57208609 Benincasa hispida 102211 CAG|GTCAGACTTG...TATTTCTTAGAT/ATATTTCTTAGA...ACCAG|AGG 1 1 2.081
21481675 GT-AG 0 0.0003011979849869 123 rna-XM_039032373.1 4157806 2 57208694 57208816 Benincasa hispida 102211 CAG|GTACTTTCCA...GAATGTTTGACA/GAATGTTTGACA...GGAAG|TCG 1 1 4.579
21481676 GT-AG 0 0.0240174432124204 14865 rna-XM_039032373.1 4157806 3 57209037 57223901 Benincasa hispida 102211 GAG|GTTTCTCTCA...TTATGTTTAATT/TTATGTTTAATT...TTTAG|GGA 2 1 11.121
21481677 GT-AG 0 7.035805708905464e-05 1467 rna-XM_039032373.1 4157806 4 57223966 57225432 Benincasa hispida 102211 GAG|GTATGTGATG...GCTTCTTCAATC/ATGGTACTCAGT...TTCAG|AAC 0 1 13.024
21481678 GC-AG 0 1.000000099473604e-05 86 rna-XM_039032373.1 4157806 5 57225586 57225671 Benincasa hispida 102211 AAG|GCATGAGTTC...GTTTACTCAATT/TGTTTACTCAAT...ATCAG|CTT 0 1 17.574
21481679 GT-AG 0 3.301243702426619e-05 75 rna-XM_039032373.1 4157806 6 57225767 57225841 Benincasa hispida 102211 AAA|GTAAGCAAAA...AACTCCATAACT/AAAAGTCTAATA...TCAAG|CAA 2 1 20.398
21481680 GT-AG 0 0.0091162525832068 86 rna-XM_039032373.1 4157806 7 57225940 57226025 Benincasa hispida 102211 CTG|GTATTTATAC...TCTGTTTTGATT/TCTGTTTTGATT...CTTAG|AAA 1 1 23.313
21481681 GT-AG 0 1.000000099473604e-05 330 rna-XM_039032373.1 4157806 8 57226108 57226437 Benincasa hispida 102211 TTT|GTTAGCAACT...ACACCTGTGATT/CCTGTGATTATT...AACAG|TCT 2 1 25.751
21481682 GT-AG 0 1.000000099473604e-05 86 rna-XM_039032373.1 4157806 9 57226625 57226710 Benincasa hispida 102211 AAG|GTAAAAGCTC...TATGCCTTGAAG/CCCATATTCAAC...TCTAG|GAG 0 1 31.311
21481683 GT-AG 0 1.000000099473604e-05 138 rna-XM_039032373.1 4157806 10 57227146 57227283 Benincasa hispida 102211 GAT|GTTAGTAGTA...TGTCATTTATTG/ATGTCATTTATT...AACAG|CAA 0 1 44.246
21481684 GT-AG 0 0.0001243329452709 629 rna-XM_039032373.1 4157806 11 57227584 57228212 Benincasa hispida 102211 AAA|GTGTTGTTTG...TTCTCCTTCTTC/TCCTTCTTCATC...TGTAG|ATG 0 1 53.167
21481685 GT-AG 0 1.000000099473604e-05 66 rna-XM_039032373.1 4157806 12 57228259 57228324 Benincasa hispida 102211 CGG|GTAAGATTAA...TTGATTTTAGTG/GGTATTCTAATA...GACAG|GAA 1 1 54.535
21481686 GT-AG 0 1.000000099473604e-05 220 rna-XM_039032373.1 4157806 14 57229006 57229225 Benincasa hispida 102211 TTG|GTAAGAGATA...TATACTTTAAAA/ATTTTTCTGAAA...ACAAG|TTA 0 1 74.755
21481687 GT-AG 0 1.8320748677315805e-05 666 rna-XM_039032373.1 4157806 15 57229352 57230017 Benincasa hispida 102211 TTA|GTTAACCTAA...ATCATTTGAATG/TTGAGAGTAACC...GCAAG|CTA 0 1 78.501
21481688 GT-AT 0 1.000000099473604e-05 290 rna-XM_039032373.1 4157806 16 57230175 57230464 Benincasa hispida 102211 GAG|GTTCGCCCCG...TAGGATTTAAAT/TAGGATTTAAAT...ATTAT|TTT 1 1 83.17

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