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

✎ 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
214074152 GT-AG 0 4.6543700873853615e-05 1134 rna-XM_026790564.1 38725037 1 44128593 44129726 Zonotrichia albicollis 44394 GAG|GTATGGCTTT...CTGATCATGATA/TGAAGACTGATC...TCTAG|AAC 2 1 4.782
214074153 GT-AG 0 1.000000099473604e-05 6186 rna-XM_026790564.1 38725037 2 44129823 44136008 Zonotrichia albicollis 44394 CCG|GTAGGTGACT...CAGGCTGTGACA/CAGGCTGTGACA...TGCAG|GTA 2 1 9.328
214074154 GT-AG 0 1.000000099473604e-05 4296 rna-XM_026790564.1 38725037 3 44136112 44140407 Zonotrichia albicollis 44394 AAG|GTAAGGGATC...TCCTCCTTTCCT/TCTCCTCTCACG...TGCAG|GTG 0 1 14.205
214074155 GT-AG 0 1.000000099473604e-05 4658 rna-XM_026790564.1 38725037 4 44140559 44145216 Zonotrichia albicollis 44394 GGG|GTGAGGATCT...CCTGTTTTATTT/TCCTGTTTTATT...CATAG|GGC 1 1 21.354
214074156 GT-AG 0 1.000000099473604e-05 7959 rna-XM_026790564.1 38725037 5 44145287 44153245 Zonotrichia albicollis 44394 CTA|GTGAGTAGAG...TCTCTCTTCATT/TCTCTCTTCATT...TCCAG|CTG 2 1 24.669
214074157 GT-AG 0 0.0002914198054732 3605 rna-XM_026790564.1 38725037 6 44153313 44156917 Zonotrichia albicollis 44394 TTG|GTATTTAAGC...TTGACCTGACCC/CTTGACCTGACC...GACAG|GTG 0 1 27.841
214074158 GT-AG 0 0.0121416004460016 5654 rna-XM_026790564.1 38725037 7 44157004 44162657 Zonotrichia albicollis 44394 AGG|GTATGCCTTA...TTTGTTTTGTTT/TTTTGTTTCAGT...TGCAG|TCA 2 1 31.913
214074159 GT-AG 0 1.000000099473604e-05 7830 rna-XM_026790564.1 38725037 8 44162757 44170586 Zonotrichia albicollis 44394 CAT|GTTAGTTCCT...CTCTCTTTGCCT/GTGGAGCTGAGC...GACAG|GGC 2 1 36.6
214074160 GT-AG 0 1.000000099473604e-05 1122 rna-XM_026790564.1 38725037 9 44170759 44171880 Zonotrichia albicollis 44394 GAG|GTGAGAGGGC...CTGACCTTTGCC/CTGACTCTGACC...TGCAG|GTC 0 1 44.744
214074161 GT-AG 0 1.000000099473604e-05 2601 rna-XM_026790564.1 38725037 10 44171977 44174577 Zonotrichia albicollis 44394 ATG|GTAGGGAAAT...CCCCTTTTGACC/CTGTCCCTCACC...TTCAG|ACC 0 1 49.29
214074162 GT-AG 0 1.000000099473604e-05 3559 rna-XM_026790564.1 38725037 11 44174633 44178191 Zonotrichia albicollis 44394 CAG|GTGAGAATCA...ACTTCTCTGTCT/GAGGTGCTGAGG...CCCAG|TGC 1 1 51.894
214074163 GT-AG 0 1.000000099473604e-05 619 rna-XM_026790564.1 38725037 12 44178869 44179487 Zonotrichia albicollis 44394 GAG|GTGAGTGTGG...ATCCTCTTACTA/CTCTTACTAACC...CCCAG|AGG 0 1 83.949
214074164 GT-AG 0 1.000000099473604e-05 625 rna-XM_026790564.1 38725037 13 44179524 44180148 Zonotrichia albicollis 44394 GAG|GTGAGTGCAT...GTGTTCCTGATG/GGTTTGCTGACC...TCCAG|AAA 0 1 85.653
214074165 GT-AG 0 1.000000099473604e-05 15813 rna-XM_026790564.1 38725037 14 44180254 44196066 Zonotrichia albicollis 44394 AAG|GTTAGTCAGA...CCTTTCTTACAT/TCCTTTCTTACA...TGCAG|CAA 0 1 90.625

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