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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
163356537 GT-AG 0 1.000000099473604e-05 84 rna-XM_021978257.1 29320801 4 94053 94136 Prunus avium 42229 CCG|GTAAGACTTT...AGTTCCTAAACA/TCTGTTCTGATT...TGCAG|ATG 0 1 16.551
163356538 GT-AG 0 2.0651871903214537e-05 99 rna-XM_021978257.1 29320801 5 93901 93999 Prunus avium 42229 GAA|GTTAGTTTCC...ATGCTTTTGATA/TTCCTTTTCATT...TTCAG|AAA 2 1 21.144
163356539 GT-AG 0 1.000000099473604e-05 83 rna-XM_021978257.1 29320801 6 93724 93806 Prunus avium 42229 TTG|GTAAGAAATT...ACGTCCTTTGCA/GCTATTCTAATT...ACAAG|GCT 0 1 29.289
163356540 GT-AG 0 1.000000099473604e-05 107 rna-XM_021978257.1 29320801 7 93579 93685 Prunus avium 42229 GAG|GTTAGTTTTT...TTTTTCTTTTCT/CTTTTTTTCATT...TACAG|GAT 2 1 32.582
163356541 GT-AG 0 1.000000099473604e-05 84 rna-XM_021978257.1 29320801 8 93404 93487 Prunus avium 42229 CCA|GTAAGAATTT...ATATTCTAATTT/TATATTCTAATT...TTCAG|GTG 0 1 40.468
163356542 GT-AG 0 1.1558561422835364e-05 6986 rna-XM_021978257.1 29320801 9 86365 93350 Prunus avium 42229 GAA|GTTAGTTTCA...ATAGTTTTATTG/GATAGTTTTATT...TGCAG|ATT 2 1 45.061
163356543 GT-AG 0 1.000000099473604e-05 87 rna-XM_021978257.1 29320801 10 86159 86245 Prunus avium 42229 CTA|GTGAGTTGCA...TAATTCTTGCTT/TAACAATTCATC...TACAG|GTG 1 1 55.373
163356544 GT-AG 0 7.92318640964412e-05 855 rna-XM_021978257.1 29320801 11 85220 86074 Prunus avium 42229 ATG|GTAACACACA...GAGGTTTTGATG/GAGGTTTTGATG...GGCAG|AGA 1 1 62.652
163356545 GT-AG 0 0.0002168918230035 486 rna-XM_021978257.1 29320801 12 84671 85156 Prunus avium 42229 AAG|GTGTTTTTTT...TTTGCCTAAGTT/TTTCTTCTCATC...AAAAG|GAC 1 1 68.111
163356546 GT-AG 0 1.000000099473604e-05 84 rna-XM_021978257.1 29320801 13 84462 84545 Prunus avium 42229 CCA|GTAAGAATTT...CTGTTCTAATTT/TCTGTTCTAATT...TGCAG|TTG 0 1 78.943
163356547 GT-AG 0 1.924825982726807e-05 154 rna-XM_021978257.1 29320801 14 84255 84408 Prunus avium 42229 GAA|GTTAGTTTCA...GCTGTCTTAAAT/TTTGTGTTCATA...TACAG|ATT 2 1 83.536
163356548 GT-AG 0 1.000000099473604e-05 77 rna-XM_021978257.1 29320801 15 84059 84135 Prunus avium 42229 CTG|GTGAGTTGCA...AATTCCTTGATC/GTTCTACTCATT...TACAG|GTG 1 1 93.847
163356550 GT-AG 0 5.990451377466193e-05 99 rna-XM_021978257.1 29320801 1 94552 94650 Prunus avium 42229 CAG|GTCTGTTCAC...TTGATTTTGATC/TTGATTTTGATC...CCCAG|TTC   0 4.766
163356551 GT-AG 0 0.0001464202260132 126 rna-XM_021978257.1 29320801 2 94389 94514 Prunus avium 42229 TTG|GTGTGTTATG...GTGGTTTTGATG/GTGGTTTTGATG...GGCAG|AGA   0 7.972
163356552 GT-AG 0 0.0002465076287688 151 rna-XM_021978257.1 29320801 3 94178 94328 Prunus avium 42229 AGG|GTATGTGTTT...TCTATTTTATAC/TTTATACTGATT...TTTAG|GAA   0 13.172

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