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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
213933782 GT-AG 0 0.000174638499988 494 rna-XM_025071795.1 38690370 1 13074729 13075222 Ziziphus jujuba 326968 CAA|GTAATTTCCT...TCTCTGTTAACT/TTCAATCTAATC...TTCAG|TCT 0 1 3.614
213933783 GT-AG 0 1.000000099473604e-05 103 rna-XM_025071795.1 38690370 2 13074559 13074661 Ziziphus jujuba 326968 CAG|GTTCTATTCT...CATATTTTAAGT/CATATTTTAAGT...TTTAG|ATT 1 1 5.536
213933784 GT-AG 0 4.2449110560254345e-05 606 rna-XM_025071795.1 38690370 3 13072627 13073232 Ziziphus jujuba 326968 ATG|GTATGTGCAA...AAACCTTTTATG/CCAGTATTTACA...GGCAG|TTG 1 1 43.574
213933785 GT-AG 0 1.000000099473604e-05 417 rna-XM_025071795.1 38690370 4 13071995 13072411 Ziziphus jujuba 326968 AAG|GTAAGTTTAC...ATTTCCTTTGCT/CCTTTGCTCATC...TGCAG|GCT 0 1 49.742
213933786 GT-AG 0 1.000000099473604e-05 1071 rna-XM_025071795.1 38690370 5 13070653 13071723 Ziziphus jujuba 326968 CTG|GTCAGTCTGA...CAAGCGTTAATA/AAAAAATTGATG...TGTAG|TCA 1 1 57.516
213933787 GT-AG 0 1.000000099473604e-05 314 rna-XM_025071795.1 38690370 6 13070163 13070476 Ziziphus jujuba 326968 AAG|GTGAGTTAAG...TTTCTTTTATTT/TTTTCTTTTATT...TCCAG|GTT 0 1 62.565
213933788 GT-AG 0 5.6987214015661226e-05 330 rna-XM_025071795.1 38690370 7 13069725 13070054 Ziziphus jujuba 326968 CAT|GTAAGCCTCA...GAATTCTAAAAT/GTAAATCTCATT...TTTAG|GTG 0 1 65.663
213933789 GT-AG 0 0.0002319112410951 199 rna-XM_025071795.1 38690370 8 13069416 13069614 Ziziphus jujuba 326968 TGG|GTAATTTTTT...ATTTCTTGGATT/CTCATTTTCATT...TGCAG|ATT 2 1 68.818
213933790 GT-AG 0 0.0007280222606375 181 rna-XM_025071795.1 38690370 9 13069129 13069309 Ziziphus jujuba 326968 CCT|GTAAGTTGTT...TACACTTTAATT/TACACTTTAATT...GGCAG|GAT 0 1 71.859
213933791 GT-AG 0 1.000000099473604e-05 556 rna-XM_025071795.1 38690370 10 13068402 13068957 Ziziphus jujuba 326968 ACT|GTGAGTATTT...AACATCTGAGTT/GAGTTATTCATG...CTCAG|GTA 0 1 76.764
213933792 GT-AG 0 1.9734013731655e-05 505 rna-XM_025071795.1 38690370 11 13067768 13068272 Ziziphus jujuba 326968 CCT|GTAAGTAGTT...TTGACTCTGATA/TTGACTCTGATA...TCCAG|ATA 0 1 80.465
213933793 GT-AG 0 1.000000099473604e-05 241 rna-XM_025071795.1 38690370 12 13067344 13067584 Ziziphus jujuba 326968 CAG|GTTAGCTTTT...TGTGCATTAAAA/TGTGCATTAAAA...GGCAG|GTC 0 1 85.714
213933794 GT-AG 0 0.0001393012393899 101 rna-XM_025071795.1 38690370 13 13067111 13067211 Ziziphus jujuba 326968 TTG|GTTTGTTGTT...TGGTCTATATTT/AAATGGTTAATT...TCTAG|ATA 0 1 89.501
213933795 GT-AG 0 1.000000099473604e-05 538 rna-XM_025071795.1 38690370 14 13066461 13066998 Ziziphus jujuba 326968 GAG|GTGTGTACAT...TGATATTTAATC/TATTTAATCATT...TATAG|GAC 1 1 92.714
213933796 GT-AG 0 1.000000099473604e-05 381 rna-XM_025071795.1 38690370 15 13065956 13066336 Ziziphus jujuba 326968 TAG|GTAGGTAGTT...TCAGCTTAAGTT/CAAATGTTAAAC...TACAG|GGC 2 1 96.271

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