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)

14 rows where transcript_id = 24216007

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
132130053 GT-AG 0 0.001926289698505 2364 rna-XM_031618213.1 24216007 2 32315923 32318286 Nymphaea colorata 210225 CAG|GTTTGCTTGC...CTTCTTTTAAAC/ACTTTTATCATT...TTCAG|GCA 2 1 13.228
132130054 GT-AG 0 0.0021900866294382 86 rna-XM_031618213.1 24216007 3 32315765 32315850 Nymphaea colorata 210225 GAG|GTATGATTAA...ATTTCCTTAGAG/AGAGTGTTCATG...GACAG|CTT 2 1 15.035
132130055 GT-AG 0 1.000000099473604e-05 131 rna-XM_031618213.1 24216007 4 32315539 32315669 Nymphaea colorata 210225 TGG|GTAATGCAAT...TTATATTTAATT/TTATATTTAATT...TTCAG|CAA 1 1 17.42
132130056 GT-AG 0 1.000000099473604e-05 154 rna-XM_031618213.1 24216007 5 32315242 32315395 Nymphaea colorata 210225 GAG|GTATGAGCTC...ATTATGTTAATT/TAATTACTAACT...TTTAG|AAT 0 1 21.009
132130057 GT-AG 0 1.000000099473604e-05 2629 rna-XM_031618213.1 24216007 6 32312344 32314972 Nymphaea colorata 210225 ATG|GTAAGCAGAT...TTTTCTTTCTCC/CTAGAACTCAAT...ATTAG|GTG 2 1 27.761
132130058 GT-AG 0 1.000000099473604e-05 12508 rna-XM_031618213.1 24216007 7 32299777 32312284 Nymphaea colorata 210225 CTG|GTTAGTGCAC...TGGTCCTGATTT/TTGGTCCTGATT...CTTAG|CTG 1 1 29.242
132130059 GT-AG 0 2.1296776359352088e-05 77 rna-XM_031618213.1 24216007 8 32299459 32299535 Nymphaea colorata 210225 CAG|GTAAACATTG...TAAGTTATAATC/TTGGCATTTATC...TTTAG|GTA 2 1 35.291
132130060 GT-AG 0 1.000000099473604e-05 8543 rna-XM_031618213.1 24216007 9 32290765 32299307 Nymphaea colorata 210225 AGG|GTTGGTTGAT...TTTCCCTTGATC/TTCCTCCTGATT...TGTAG|CTT 0 1 39.081
132130061 GT-AG 0 1.4073335479151477e-05 153 rna-XM_031618213.1 24216007 10 32290402 32290554 Nymphaea colorata 210225 CAG|GTAGTCAAGG...GCATTGTTAATG/GAGTTACTCATC...TTCAG|CAA 0 1 44.352
132130062 GT-AG 0 0.000636064610279 9229 rna-XM_031618213.1 24216007 11 32279637 32288865 Nymphaea colorata 210225 CAG|GTAGCTCCCT...AACCACTTGATC/CACTTGATCATG...TTTAG|GTA 0 1 82.907
132130063 GT-AG 0 1.000000099473604e-05 135 rna-XM_031618213.1 24216007 12 32279433 32279567 Nymphaea colorata 210225 CAG|GTTCTAAACT...GTTACCTTGTCT/CTTGTATTGAGT...TGTAG|GCG 0 1 84.639
132130064 GT-AG 0 2.311466649466139e-05 245 rna-XM_031618213.1 24216007 13 32278969 32279213 Nymphaea colorata 210225 GAG|GTGGGCTTCA...GGGTTTTTATTT/TGGGTTTTTATT...AGCAG|CTT 0 1 90.136
132130065 GT-AG 0 1.000000099473604e-05 84 rna-XM_031618213.1 24216007 14 32278792 32278875 Nymphaea colorata 210225 AAG|GTAATTGATT...TATGCCGAGACC/TTGTGGATTATA...TGCAG|TGT 0 1 92.47
132142848 GT-AG 0 1.000000099473604e-05 806 rna-XM_031618213.1 24216007 1 32318684 32319489 Nymphaea colorata 210225 GAG|GTAGGAGTGA...TTTTCCTCACTG/TTTTTCCTCACT...GATAG|TTC   0 11.747

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