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)

12 rows where transcript_id = 29320782

✎ 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
163356423 GT-AG 0 1.000000099473604e-05 373 rna-XM_021952424.1 29320782 1 14195 14567 Prunus avium 42229 TTG|GTAAGCAACT...GTTGTCTCATTT/TGTTGTCTCATT...TTCAG|CTT 0 1 1.263
163356424 GT-AG 0 0.0036100256416167 582 rna-XM_021952424.1 29320782 2 14804 15385 Prunus avium 42229 TAG|GTATTTTACC...ATCACCCTAATA/TCATATATCATA...TGTAG|ACC 2 1 13.684
163356425 GT-AG 0 0.0010129536862544 714 rna-XM_021952424.1 29320782 3 15492 16205 Prunus avium 42229 CAG|GTTCCTCTCT...TACCTTTTAAAA/AATGTTATTACC...TGAAG|GTT 0 1 19.263
163356426 GT-AG 0 2.820850326345311e-05 747 rna-XM_021952424.1 29320782 4 16425 17171 Prunus avium 42229 CAA|GTAAGCACCT...GCATTTTTATTC/TTATTCTTCATA...TTCAG|GTC 0 1 30.789
163356427 GT-AG 0 6.703289286187903e-05 117 rna-XM_021952424.1 29320782 5 17519 17635 Prunus avium 42229 CAG|GTTCATTTTT...CTCTTTTTACAT/GTAGTCTTCATT...AACAG|CAT 2 1 49.053
163356428 GT-AG 0 1.000000099473604e-05 144 rna-XM_021952424.1 29320782 6 17700 17843 Prunus avium 42229 AAG|GTACTGAAGA...TACTTTTTGATA/TTTTTTTTTATG...TTCAG|TCA 0 1 52.421
163356429 GT-AG 0 1.000000099473604e-05 96 rna-XM_021952424.1 29320782 7 17953 18048 Prunus avium 42229 CAG|GTTTGATCAT...CAACTCTTCTTT/CTGGGTCCAACT...TACAG|GTT 1 1 58.158
163356430 GT-AG 0 1.5673422207509375e-05 1329 rna-XM_021952424.1 29320782 8 18193 19521 Prunus avium 42229 ATG|GTTCAGTTCG...TGATTTTTATTT/TTGATTTTTATT...TCAAG|ATC 1 1 65.737
163356431 GT-AG 0 1.000000099473604e-05 3440 rna-XM_021952424.1 29320782 9 19671 23110 Prunus avium 42229 AAG|GTTTGGCGCC...ATTTCATTGGCT/GTAGATTTCATT...GGCAG|CAC 0 1 73.579
163356432 GT-AG 0 1.000000099473604e-05 116 rna-XM_021952424.1 29320782 10 23274 23389 Prunus avium 42229 CTG|GTAAGATTAA...TAATTCTTATTG/TTAATTCTTATT...TGCAG|CCC 1 1 82.158
163356446 GT-AG 0 0.0001124698447435 222 rna-XM_021952424.1 29320782 11 23435 23656 Prunus avium 42229 GAG|GTTTGTTTGG...TATACCCTACCA/AGTCTTCTAACT...ATCAG|GCA   0 84.526
163356447 AA-TC 0 9.684928725117336e-05 83 rna-XM_021952424.1 29320782 12 23662 23744 Prunus avium 42229 ATA|AATCTGTCAT...CACATCGTGCAA/AATAAACACATC...CAGTC|AAA   0 84.789

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