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

✎ 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
346815 GT-AG 0 1.000000099473604e-05 183 rna-XM_022224221.1 76478 2 439222 439404 Acanthaster planci 133434 CCG|GTGAGTAGTC...AATTTTTTATTA/TTTTTATTAATT...ATTAG|CAT 1 1 8.368
346816 GT-AG 0 1.000000099473604e-05 184 rna-XM_022224221.1 76478 3 438900 439083 Acanthaster planci 133434 GTA|GTAAGTGAAA...GTTGCTTTCAAA/CAATTACTAAAT...TACAG|CTT 1 1 13.16
346817 GT-AG 0 9.912624248578208e-05 269 rna-XM_022224221.1 76478 4 438570 438838 Acanthaster planci 133434 ATT|GTAAGTATTT...AATTTCTTTCCT/AGTCTGTTGAGC...TTTAG|TCT 2 1 15.278
346818 GT-AG 0 1.0045931041494184e-05 236 rna-XM_022224221.1 76478 5 438168 438403 Acanthaster planci 133434 CAG|GTAGTTAGAA...ATGTTTTTAACC/ATGTTTTTAACC...CACAG|TTT 0 1 21.042
346819 GT-AG 0 1.6134639540878153e-05 466 rna-XM_022224221.1 76478 6 437504 437969 Acanthaster planci 133434 GTG|GTAAGTTGGC...AAGTTCTTGAAA/TTTGGTTTGATC...ATCAG|GAG 0 1 27.917
346820 GT-AG 0 1.000000099473604e-05 355 rna-XM_022224221.1 76478 7 436881 437235 Acanthaster planci 133434 ATG|GTAAAAAAAA...TATGTCTTGTTT/TCTTGTTTCACC...CACAG|CAT 1 1 37.222
346821 GT-AG 0 1.000000099473604e-05 367 rna-XM_022224221.1 76478 8 436320 436686 Acanthaster planci 133434 CGA|GTGAGTTTTG...CATTTCCTAACG/CATTTCCTAACG...TCCAG|AGC 0 1 43.958
346822 GT-AG 0 1.000000099473604e-05 204 rna-XM_022224221.1 76478 9 435950 436153 Acanthaster planci 133434 AAG|GTAAATAAAT...ATTTTCTGATTG/AATTTTCTGATT...CTCAG|ACT 1 1 49.722
346823 GT-AG 0 1.000000099473604e-05 367 rna-XM_022224221.1 76478 10 435431 435797 Acanthaster planci 133434 AGG|GTGAGACACT...AGATTTTTGATG/GATGATCTAATC...GACAG|GTC 0 1 55.0
346824 GT-AG 0 1.933944491085513e-05 504 rna-XM_022224221.1 76478 11 434731 435234 Acanthaster planci 133434 GTG|GTAAGCGCTT...TCTTTCTTTTTT/CTGAACCTCAAG...CCCAG|TTT 1 1 61.806
346825 GT-AG 0 1.000000099473604e-05 541 rna-XM_022224221.1 76478 12 433990 434530 Acanthaster planci 133434 CAG|GTAATGGAGA...AATTCATTGAAT/TTTAAATTCATT...CATAG|GAC 0 1 68.75
346826 GT-AG 0 1.000000099473604e-05 1493 rna-XM_022224221.1 76478 13 432203 433695 Acanthaster planci 133434 AAG|GTAGAGGAAT...TGTGTTTCAATC/ATGTGTTTCAAT...CTCAG|GTC 0 1 78.958
346827 GT-AG 0 1.000000099473604e-05 111 rna-XM_022224221.1 76478 14 431943 432053 Acanthaster planci 133434 AAA|GTGAGTCTTA...ATTTCTTTCGTG/GTAAAATTAACA...TGTAG|TTA 2 1 84.132
346828 GT-AG 0 1.000000099473604e-05 277 rna-XM_022224221.1 76478 15 431461 431737 Acanthaster planci 133434 CAG|GTACAAAACT...CTTGCCTTAAAA/GAACGTCTCATT...TTCAG|GTG 0 1 91.25
348244 GT-AG 0 0.0001361881691831 590 rna-XM_022224221.1 76478 1 439563 440152 Acanthaster planci 133434 AAG|GTAGGCCTAG...AGGATTTTAACT/AGGATTTTAACT...GCCAG|ATA   0 4.167

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