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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
207135734 GT-AG 0 0.0008284082221365 11179 rna-XM_026381563.1 37556860 2 5566730 5577908 Urocitellus parryii 9999 GTG|GTATGTGACA...TTTTTTTTAAAT/TTTTTTTTAAAT...TTCAG|AGT 1 1 14.907
207135735 GT-AG 0 1.000000099473604e-05 712 rna-XM_026381563.1 37556860 3 5565878 5566589 Urocitellus parryii 9999 GAG|GTAAAAAAAA...TTTTTCTTGGCT/TAGGTTGTAATC...CTTAG|ATT 0 1 21.389
207135736 GT-AG 0 1.000000099473604e-05 1216 rna-XM_026381563.1 37556860 4 5564568 5565783 Urocitellus parryii 9999 TTG|GTAAGTATGT...TGGGACTTAAAA/TTGGGACTTAAA...TTTAG|GTG 1 1 25.741
207135737 GC-AG 0 1.000000099473604e-05 1932 rna-XM_026381563.1 37556860 5 5562474 5564405 Urocitellus parryii 9999 AAG|GCAAGTATTA...AAAATTTTAGTT/TTTTAGTTAATA...TGCAG|ATG 1 1 33.241
207135738 GT-AG 0 1.000000099473604e-05 2767 rna-XM_026381563.1 37556860 6 5559588 5562354 Urocitellus parryii 9999 AGG|GTAAGAGGTT...TTTCTCTTTATT/TTTCTCTTTATT...TGTAG|AAT 0 1 38.75
207135739 GT-AG 0 1.0916846408476465e-05 1331 rna-XM_026381563.1 37556860 7 5558020 5559350 Urocitellus parryii 9999 AAG|GTACAGTAAG...ATTGTTTTGATA/ATTGTTTTGATA...TTTAG|GTT 0 1 49.722
207135740 GT-AG 0 1.000000099473604e-05 6489 rna-XM_026381563.1 37556860 8 5551395 5557883 Urocitellus parryii 9999 ATG|GTAAGGTTGA...AATGCTTTAAAT/TTTACACTGACC...CTTAG|GTA 1 1 56.019
207135741 GT-AG 0 1.000000099473604e-05 3769 rna-XM_026381563.1 37556860 9 5547485 5551253 Urocitellus parryii 9999 CTG|GTAGGTCAAA...AGTGCTTTATTT/TTTATTTTCATG...CCTAG|GAT 1 1 62.546
207135742 GT-AG 0 1.000000099473604e-05 4320 rna-XM_026381563.1 37556860 10 5543075 5547394 Urocitellus parryii 9999 ATG|GTAATATAAT...TTCCTCTTATCT/TTTCCTCTTATC...AACAG|GTT 1 1 66.713
207135743 GT-AG 0 0.000262671534672 3307 rna-XM_026381563.1 37556860 11 5539633 5542939 Urocitellus parryii 9999 CAG|GTAACTCATC...CGCTTTTTAAAT/CGCTTTTTAAAT...TCTAG|GGT 1 1 72.963
207135744 GT-AG 0 1.000000099473604e-05 4138 rna-XM_026381563.1 37556860 12 5535371 5539508 Urocitellus parryii 9999 AAG|GTGAGAAAAA...CTACTTTTAATG/CTACTTTTAATG...TATAG|ACT 2 1 78.704
207135745 GT-AG 0 1.000000099473604e-05 3915 rna-XM_026381563.1 37556860 13 5531391 5535305 Urocitellus parryii 9999 CTG|GTAAGATAAC...TTTTTCTTCTTC/ATTAATTTCATA...TTTAG|GTT 1 1 81.713
207135746 GT-AG 0 1.000000099473604e-05 4681 rna-XM_026381563.1 37556860 14 5526637 5531317 Urocitellus parryii 9999 CAA|GTGAGTATTA...CTGTTCTCACTT/ACTGTTCTCACT...GACAG|GTC 2 1 85.093
207136398 GT-AG 0 1.000000099473604e-05 3959 rna-XM_026381563.1 37556860 1 5578057 5582015 Urocitellus parryii 9999 CAG|GTGGGGCGGG...AATACTTTATTT/AAATACTTTATT...CTTAG|GTG   0 8.75

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