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

✎ 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
153481602 GT-AG 0 1.000000099473604e-05 213 rna-XM_024528402.1 27592322 1 15190539 15190751 Physcomitrium patens 3218 GAG|GTAATTGCTC...GTTTCCTTCCCC/TCGAAGTTTACA...TGCAG|ATC 0 1 7.15
153481603 GT-AG 0 1.000000099473604e-05 134 rna-XM_024528402.1 27592322 2 15190050 15190183 Physcomitrium patens 3218 CGC|GTAAGTGACA...TTGCACTAAATA/GCCAATCTCATG...TTCAG|GTG 1 1 18.43
153481604 GT-AG 0 1.2013840944324356e-05 114 rna-XM_024528402.1 27592322 3 15189740 15189853 Physcomitrium patens 3218 GAG|GTAGATTCTC...ATGCCCTCACAA/CATGCCCTCACA...GTCAG|GTT 2 1 24.658
153481605 GT-AG 0 1.000000099473604e-05 312 rna-XM_024528402.1 27592322 4 15188984 15189295 Physcomitrium patens 3218 AAG|GTGGGAATTG...TTTTTCTTCTTT/TTCTGATTCATT...TACAG|AAC 2 1 38.767
153481606 GT-AG 0 1.000000099473604e-05 257 rna-XM_024528402.1 27592322 5 15188704 15188960 Physcomitrium patens 3218 TTG|GTAAGATGCT...GCTGCCTCACAA/AGCTGCCTCACA...TCCAG|GAA 1 1 39.498
153481607 GT-AG 0 1.000000099473604e-05 138 rna-XM_024528402.1 27592322 6 15188478 15188615 Physcomitrium patens 3218 TGT|GTAAGTCATT...ATGACTGTAAAT/CGTGAATTAACC...TGCAG|GGC 2 1 42.294
153481608 GT-AG 0 1.000000099473604e-05 492 rna-XM_024528402.1 27592322 7 15187778 15188269 Physcomitrium patens 3218 CAG|GTTTGGCCTC...GCTTGCTTAATC/AAATATCTAATT...TGCAG|GTT 0 1 48.904
153481609 GT-AG 0 1.000000099473604e-05 216 rna-XM_024528402.1 27592322 8 15187529 15187744 Physcomitrium patens 3218 AAG|GTAATGACTT...CATTCTTTCGCA/TATAAGTTCATT...TGCAG|TTC 0 1 49.952
153481610 GT-AG 0 11.156708257222522 128 rna-XM_024528402.1 27592322 9 15187013 15187140 Physcomitrium patens 3218 CAG|GTACCCTTTC...ATTTTCTTACTC/TATTTTCTTACT...TGTAG|GTA 1 1 62.282
153481611 GT-AG 0 0.0968850808776383 339 rna-XM_024528402.1 27592322 10 15186561 15186899 Physcomitrium patens 3218 AAG|GTATGCTTGA...GATTTCTTATAA/TCATTTCTGATT...TGCAG|AAA 0 1 65.872
153481612 GT-AG 0 0.2266357646264008 377 rna-XM_024528402.1 27592322 11 15185968 15186344 Physcomitrium patens 3218 CAG|GTATCGTCCA...TTGACTTTGACA/TGTGATTTGACT...TACAG|GAA 0 1 72.736
153481613 GT-AG 0 0.0035425922397294 369 rna-XM_024528402.1 27592322 12 15185513 15185881 Physcomitrium patens 3218 GAG|GTATGCATTA...TGGGTTTTGTTT/TTGGTGTTCAAC...TGTAG|AAA 2 1 75.469
153481614 GT-AG 0 0.5232133661285263 319 rna-XM_024528402.1 27592322 13 15184881 15185199 Physcomitrium patens 3218 GTG|GTATATTTCA...AAATCCTTGAAT/AAATCCTTGAAT...TGCAG|GTA 0 1 85.415
153481615 GT-AG 0 1.000000099473604e-05 133 rna-XM_024528402.1 27592322 14 15184583 15184715 Physcomitrium patens 3218 GAG|GTAGAGCCCG...GTAATCTGATCG/GATTGTTTCATG...AACAG|ATG 0 1 90.658
153481616 GT-AG 0 1.000000099473604e-05 337 rna-XM_024528402.1 27592322 15 15184042 15184378 Physcomitrium patens 3218 AAG|GTGATAAGAC...AGCTCTCTAACG/TGTCTTGTGATT...CACAG|CCG 0 1 97.14

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