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

✎ 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
2994352 GT-AG 0 1.000000099473604e-05 397 rna-XM_031694821.1 529132 1 227937 228333 Actinia tenebrosa 6105 GAC|GTGAGTACAA...TTCCTCCTAATT/TTCCTCCTAATT...TCCAG|CGT 0 1 4.828
2994353 GT-AG 0 1.000000099473604e-05 113 rna-XM_031694821.1 529132 2 228376 228488 Actinia tenebrosa 6105 CAA|GTAAGTACTT...TTTGTTTTCACT/TTTGTTTTCACT...TCTAG|ACC 0 1 8.046
2994354 GT-AG 0 0.000188706453079 225 rna-XM_031694821.1 529132 3 228593 228817 Actinia tenebrosa 6105 AAG|GTATATGAAT...TTTGTCTTGAAG/AGTTTTCTCATT...TCCAG|AGT 2 1 16.015
2994355 GT-AG 0 1.000000099473604e-05 2475 rna-XM_031694821.1 529132 4 228909 231383 Actinia tenebrosa 6105 ACG|GTTAGTCAAT...TACACTGTAATA/TGTTTGCTCATT...TTCAG|GCC 0 1 22.989
2994356 GT-AG 0 1.000000099473604e-05 326 rna-XM_031694821.1 529132 5 231448 231773 Actinia tenebrosa 6105 AAG|GTAAAAAATT...TGTTTCTTTTTT/TGTATTATAATG...ACTAG|AAT 1 1 27.893
2994357 GT-AG 0 1.000000099473604e-05 98 rna-XM_031694821.1 529132 7 232015 232112 Actinia tenebrosa 6105 CTG|GTAAAAATAT...TAAGTTTTGAAT/TAAGTTTTGAAT...CTTAG|TGT 2 1 39.923
2994358 GT-AG 0 1.000000099473604e-05 107 rna-XM_031694821.1 529132 8 232177 232283 Actinia tenebrosa 6105 CTG|GTGAGTTAAA...TTATTATTAATT/TTATTATTAATT...TTTAG|TCA 0 1 44.828
2994359 GT-AG 0 0.0005304860787254 512 rna-XM_031694821.1 529132 9 232340 232851 Actinia tenebrosa 6105 CAA|GTAAGCAGAT...GTTTCCTTAACT/ACTTGTTTTATT...TTCAG|ATT 2 1 49.119
2994360 GT-AG 0 1.039429100918452e-05 518 rna-XM_031694821.1 529132 10 232937 233454 Actinia tenebrosa 6105 GAG|GTATGAAACA...AGCATTTTAATG/TTAATGTTCACA...TTTAG|TCT 0 1 55.632
2994361 GT-AG 0 0.0010676913292507 505 rna-XM_031694821.1 529132 11 233551 234055 Actinia tenebrosa 6105 AAG|GTATGATTGC...AATCCTTTAAAC/TATTTACTGAAC...TACAG|ATT 0 1 62.989
2994362 GT-AG 0 1.000000099473604e-05 551 rna-XM_031694821.1 529132 12 234205 234755 Actinia tenebrosa 6105 AAG|GTAAAGAACA...AAAGCCTAGATA/TAGATATTTAAT...TTTAG|TTA 2 1 74.406
2994363 GT-AG 0 1.000000099473604e-05 85 rna-XM_031694821.1 529132 13 234807 234891 Actinia tenebrosa 6105 AAG|GTAAACAAAC...CATGTCTTGGTA/TAAGGTGTAACA...ACCAG|ATG 2 1 78.314
2994364 GT-AG 0 1.000000099473604e-05 325 rna-XM_031694821.1 529132 14 234953 235277 Actinia tenebrosa 6105 AAG|GTAAATATAA...TCATCTTTATTT/TTATTATTCACT...TTTAG|GAT 0 1 82.989
2994365 GT-AG 0 3.0474724072082613e-05 270 rna-XM_031694821.1 529132 15 235338 235607 Actinia tenebrosa 6105 AAG|GTTTGTATCT...CCAGTCTTACCC/CCAATCTTCATA...TTCAG|CCT 0 1 87.586
2994366 GT-AG 0 1.000000099473604e-05 11420 rna-XM_031694821.1 529132 16 235648 247067 Actinia tenebrosa 6105 ATG|GTAAGATCCT...AGGACTATAACA/TATTTTTGCATT...TACAG|ATT 1 1 90.651

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