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)

13 rows where transcript_id = 33859636

✎ 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
189625456 GT-AG 0 0.0173662804035458 581 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 1 170 750 Spizella passerina 40210 CAG|GTAACTTGTT...GTTGCTTTGATT/TTAGCTCTGACT...CACAG|GTG 0 1 6.533
189625457 GT-AG 0 1.000000099473604e-05 492 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 2 836 1327 Spizella passerina 40210 ATG|GTAATAATGA...TTTGCCTTTTCC/AGAAAATTAATT...TACAG|GGC 1 1 10.092
189625458 GT-AG 0 2.4480762015417504e-05 95 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 3 1447 1541 Spizella passerina 40210 AAG|GTACAATATT...GACATTTTGATG/GACATTTTGATG...TTCAG|GTT 0 1 15.075
189625459 GT-AG 0 0.0347804797342942 11813 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 4 1745 13557 Spizella passerina 40210 CAG|GTATGCTCCA...TGAATTTTAAAT/TGAATTTTAAAT...ACAAG|AAT 2 1 23.576
189625460 GT-AG 0 1.7542104837333048e-05 4695 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 5 13665 18359 Spizella passerina 40210 ACT|GTAAGTCACA...GATGCATTATTT/GCATTATTTATA...CTCAG|TGT 1 1 28.057
189625461 GT-AG 0 1.000000099473604e-05 741 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 6 18508 19248 Spizella passerina 40210 CAG|GTGGGTTCAG...ACATCTTTCATC/ACATCTTTCATC...CTTAG|TGA 2 1 34.255
189625462 GT-AG 0 1.000000099473604e-05 326 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 7 19458 19783 Spizella passerina 40210 TTG|GTTAGTATTT...TATTCATTAATA/AAAGTATTCATT...TCCAG|GAA 1 1 43.007
189625463 GT-AG 0 1.000000099473604e-05 863 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 8 19972 20834 Spizella passerina 40210 ACG|GTAAGAAGAG...AAATTGTTATTT/CAAATTGTTATT...TGCAG|CCC 0 1 50.879
189625464 GT-AG 0 1.000000099473604e-05 1257 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 9 20946 22202 Spizella passerina 40210 CAG|GTAATGAACT...AGTTTCTTTATG/CTATTACTAATT...CACAG|ACT 0 1 55.528
189625465 GT-AG 0 0.0006894097939607 1096 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 10 22688 23783 Spizella passerina 40210 AAG|GTATGTGTTT...ATTATTTTGATT/ATTATTTTGATT...CACAG|GCC 2 1 75.838
189625466 GT-AG 0 4.7617088386463616e-05 89 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 11 23908 23996 Spizella passerina 40210 GGG|GTAATCATAA...CTTCCCTTCTCG/ATCAGTGTAATT...TCTAG|GGA 0 1 81.03
189625467 GT-AG 0 1.000000099473604e-05 568 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 12 24115 24682 Spizella passerina 40210 CTG|GTAAGACAAA...TTTTCCCTACTA/ACTGGCTTCATT...AACAG|ATG 1 1 85.972
189625468 GT-AG 0 1.000000099473604e-05 692 rna-gnl|WGS:WBNQ|SPIPAS_R06128_mrna 33859636 13 24841 25532 Spizella passerina 40210 AGT|GTCCAGCCAG...ACTGCTGTAAAC/ACTGCTGTAAAC...TCTAG|TCT 0 1 92.588

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