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

✎ 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
346780 GT-AG 0 2.3896957017305165e-05 2381 rna-XM_022246470.1 76475 1 1607586 1609966 Acanthaster planci 133434 TCG|GTAAGATTTT...GTTTTTTTAAAT/GTTTTTTTAAAT...TTCAG|GCT 1 1 12.891
346781 GT-AG 0 0.0013550943900346 163 rna-XM_022246470.1 76475 2 1607322 1607484 Acanthaster planci 133434 GAG|GTATGTTGAG...TTCTCCTAATCA/TTTCTCCTAATC...CACAG|ATT 0 1 16.438
346782 GT-AG 0 1.000000099473604e-05 365 rna-XM_022246470.1 76475 3 1606781 1607145 Acanthaster planci 133434 AAG|GTATGGGGCT...AAAATCGTAGCA/AAGGGTCAAACA...CCTAG|ATT 2 1 22.62
346783 GT-AG 0 1.000000099473604e-05 220 rna-XM_022246470.1 76475 4 1606381 1606600 Acanthaster planci 133434 AAG|GTAGGTGGAC...TTTGTCTGAATG/TGACTTCTCATC...TTCAG|GTT 2 1 28.943
346784 GT-AG 0 1.000000099473604e-05 121 rna-XM_022246470.1 76475 5 1606122 1606242 Acanthaster planci 133434 TAG|GTACAAAGTG...ATTGTATTCATG/ATTGTATTCATG...TTTAG|GTA 2 1 33.79
346785 GT-AG 0 1.000000099473604e-05 503 rna-XM_022246470.1 76475 6 1605473 1605975 Acanthaster planci 133434 CAC|GTAAGTGGCC...TTTTCCTTCAAA/TTTTCCTTCAAA...TATAG|CTA 1 1 38.918
346786 GT-AG 0 1.000000099473604e-05 262 rna-XM_022246470.1 76475 7 1605074 1605335 Acanthaster planci 133434 GAG|GTGAGAACAT...GATGTCTGAATT/AATTGTCTTATT...ATTAG|GTG 0 1 43.73
346787 GT-AG 0 1.000000099473604e-05 434 rna-XM_022246470.1 76475 8 1604437 1604870 Acanthaster planci 133434 CAT|GTGAGTCACT...TGCATGTTGATC/CAGATGTTCATT...TTCAG|GTA 2 1 50.861
346788 GT-AG 0 0.0002508114256635 475 rna-XM_022246470.1 76475 9 1603845 1604319 Acanthaster planci 133434 TCA|GTAAGTTTGC...TTTCATTTATTT/CAGATTTTCATT...TGCAG|CAA 2 1 54.97
346789 GT-AG 0 1.000000099473604e-05 126 rna-XM_022246470.1 76475 10 1603542 1603667 Acanthaster planci 133434 AAG|GTGAGAGCCC...TTGTTTTTATCT/ATTGTTTTTATC...TGTAG|GGG 2 1 61.187
346790 GT-AG 0 1.000000099473604e-05 242 rna-XM_022246470.1 76475 11 1603140 1603381 Acanthaster planci 133434 GAG|GTGAGTCTGT...GTTGTTTGGATT/ATATGGTTGACG...TGCAG|ATT 0 1 66.807
346791 GT-AG 0 1.000000099473604e-05 501 rna-XM_022246470.1 76475 12 1602514 1603014 Acanthaster planci 133434 GAA|GTAAGTGGAA...ATGTTCCTATCA/CGCTTATTCATG...TAAAG|ACT 2 1 71.198
346792 GT-AG 0 1.000000099473604e-05 275 rna-XM_022246470.1 76475 13 1601995 1602269 Acanthaster planci 133434 AAG|GTGAGAATAA...AAATTCTTCATT/AAATTCTTCATT...TGTAG|GTT 0 1 79.768
346793 GT-AG 0 1.000000099473604e-05 282 rna-XM_022246470.1 76475 14 1601540 1601821 Acanthaster planci 133434 CAG|GTGAGAGTCA...CATTCCTTTTTC/TCCTTTTTCATT...CGTAG|GGT 2 1 85.845
346794 GT-AG 0 1.000000099473604e-05 373 rna-XM_022246470.1 76475 15 1600995 1601367 Acanthaster planci 133434 AGG|GTGAGTACTC...CCATCTTTATTC/TCCATCTTTATT...TATAG|TTG 0 1 91.886

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