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

✎ 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
211079450 GT-AG 0 1.000000099473604e-05 922 rna-XM_046984754.1 38228127 1 3339306 3340227 Xenia sp. carnegie-2017 2897299 AAT|GTGAGTTTAT...ACTTACTTATTC/AACTTACTTATT...TGTAG|GAA 0 1 1.626
211079451 GT-AG 0 0.0001244904743973 69 rna-XM_046984754.1 38228127 2 3340298 3340366 Xenia sp. carnegie-2017 2897299 CAG|GTATGTAGTT...AGTTCATTATTA/TTATTATTTACC...TACAG|CTG 1 1 3.734
211079452 GT-AG 0 1.000000099473604e-05 171 rna-XM_046984754.1 38228127 3 3340888 3341058 Xenia sp. carnegie-2017 2897299 AAG|GTAGGTAACA...CTACACTTAACC/TGCAATTTTATT...ACTAG|ATT 0 1 19.422
211079453 GT-AG 0 1.000000099473604e-05 206 rna-XM_046984754.1 38228127 4 3341242 3341447 Xenia sp. carnegie-2017 2897299 ATG|GTGAGAGAAA...GATATTTGAACA/CTGTTACTTATG...TTTAG|TTT 0 1 24.932
211079454 GT-AG 0 1.0873550265696877e-05 309 rna-XM_046984754.1 38228127 5 3341526 3341834 Xenia sp. carnegie-2017 2897299 GTG|GTAAGTTCTA...AATTTCTAAAAA/AAATTTCTAAAA...TTTAG|TTG 0 1 27.281
211079455 GT-AG 0 1.000000099473604e-05 350 rna-XM_046984754.1 38228127 6 3341914 3342263 Xenia sp. carnegie-2017 2897299 CAG|GTTAGATTTT...ATATCTTTGAAG/TAACTTGTCATA...TTAAG|TTG 1 1 29.66
211079456 GT-AG 0 0.0002399866466767 127 rna-XM_046984754.1 38228127 7 3342380 3342506 Xenia sp. carnegie-2017 2897299 AAG|GTATTTCGCT...ATAATCATAATT/GATGATTTTATG...TTTAG|CAT 0 1 33.153
211079457 GT-AG 0 1.000000099473604e-05 90 rna-XM_046984754.1 38228127 8 3342723 3342812 Xenia sp. carnegie-2017 2897299 AAG|GTAATTTTAT...TTTCGTTTGATT/TTTCGTTTGATT...GGTAG|GGG 0 1 39.657
211079458 GT-AG 0 1.000000099473604e-05 130 rna-XM_046984754.1 38228127 9 3342874 3343003 Xenia sp. carnegie-2017 2897299 ATG|GTAATTAACC...GCCAATTTAATA/GTGCTATTCATA...TTAAG|GTC 1 1 41.494
211079459 GT-AG 0 2.612655649411837e-05 176 rna-XM_046984754.1 38228127 10 3343105 3343280 Xenia sp. carnegie-2017 2897299 CAA|GTAAGTATTG...ACTACATTAGCT/GTTGAAATCATG...CACAG|TCA 0 1 44.535
211079460 GT-AG 0 1.000000099473604e-05 246 rna-XM_046984754.1 38228127 11 3343866 3344111 Xenia sp. carnegie-2017 2897299 CAG|GTAAATATTA...GTCGTCATAGTA/TGCATTTTCATG...TCTAG|GCT 0 1 62.15
211079461 GT-AG 0 0.0215509510682314 341 rna-XM_046984754.1 38228127 12 3344230 3344570 Xenia sp. carnegie-2017 2897299 AAG|GTATACAGCA...TCATTCTTATCG/ATTTGATTGATT...TCTAG|ATT 1 1 65.703
211079462 GT-AG 0 7.9027716840669e-05 82 rna-XM_046984754.1 38228127 13 3344606 3344687 Xenia sp. carnegie-2017 2897299 CAG|GTACATCGTT...TTTTTCTCAACG/TTTTTTCTCAAC...TAAAG|ATC 0 1 66.757
211079463 GT-AG 0 1.000000099473604e-05 3889 rna-XM_046984754.1 38228127 14 3344796 3348684 Xenia sp. carnegie-2017 2897299 CAG|GTAAGTGTTT...TATCTTTTGATA/TATCTTTTGATA...CACAG|CAA 0 1 70.009

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