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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
213116567 GT-AG 0 1.000000099473604e-05 529 rna-XM_008666578.3 38490457 1 232640239 232640767 Zea mays 4577 CAG|GTGAGCACCC...TTTGCTTTGGTG/TAGTTGGTAACT...TGCAG|TGC 2 1 10.7
213116568 GT-AG 0 1.000000099473604e-05 438 rna-XM_008666578.3 38490457 2 232639732 232640169 Zea mays 4577 AAG|GTTATATTTC...AGTTTTTTGGTA/ATTTAAGTTATT...TACAG|CTC 2 1 12.474
213116569 GT-AG 0 3.3735889172397964e-05 234 rna-XM_008666578.3 38490457 3 232639409 232639642 Zea mays 4577 CAG|GTACATGTCT...TTCACTGTAATG/GCATGTTTCACT...AACAG|ATT 1 1 14.763
213116570 GT-AG 0 1.000000099473604e-05 157 rna-XM_008666578.3 38490457 4 232639139 232639295 Zea mays 4577 AAG|GTAAGTTACT...ATTTTCATACTA/AATATTTTCATA...CGAAG|GGT 0 1 17.67
213116571 GT-AG 0 0.0122747329462243 2703 rna-XM_008666578.3 38490457 5 232636334 232639036 Zea mays 4577 CCG|GTATGTTGGT...AAACCTTTAACT/GTTGTTCTTATT...TGCAG|TAT 0 1 20.293
213116572 GT-AG 0 1.000000099473604e-05 101 rna-XM_008666578.3 38490457 6 232636148 232636248 Zea mays 4577 CAG|GTTGGTGAAC...TACTCCTGAAAA/ATATAATTTACT...TGCAG|TGG 1 1 22.479
213116573 GT-AG 0 1.000000099473604e-05 1475 rna-XM_008666578.3 38490457 7 232634076 232635550 Zea mays 4577 AAG|GTGAGAGTAC...TACTTTTTGATG/TGTTTATTTACT...TGCAG|GGC 1 1 37.834
213116574 GT-AG 0 0.0032590011758676 533 rna-XM_008666578.3 38490457 8 232632924 232633456 Zea mays 4577 TAG|GTATGTTACC...AGGCTTTTGATG/ATTTTGTTGATA...GGCAG|ATT 2 1 53.755
213116575 GT-AG 0 1.000000099473604e-05 866 rna-XM_008666578.3 38490457 9 232631978 232632843 Zea mays 4577 TAG|GTAAGGGCAT...TGATCTATAATT/TAATTGTTCATG...TCCAG|TTT 1 1 55.813
213116576 GT-AG 0 4.091999492809205e-05 5128 rna-XM_008666578.3 38490457 10 232626767 232631894 Zea mays 4577 CCT|GTAAGTGTTG...CTTCCTTTTATG/CCTTTTATGATT...TGCAG|AAC 0 1 57.948
213116577 GT-AG 0 1.000000099473604e-05 357 rna-XM_008666578.3 38490457 11 232626173 232626529 Zea mays 4577 CAG|GTCAAGCTGT...CTTATTTTATTT/GCTTATTTTATT...TGCAG|GGT 0 1 64.043
213116578 GT-AG 0 1.000000099473604e-05 157 rna-XM_008666578.3 38490457 12 232625841 232625997 Zea mays 4577 AAG|GTTAGCTATG...AGCATCTTGATG/GTGTTGTTTATT...TTCAG|GTA 1 1 68.544
213116579 GT-AG 0 1.000000099473604e-05 512 rna-XM_008666578.3 38490457 13 232624805 232625316 Zea mays 4577 GAG|GTGATTATCA...GTAATTTTATTT/TTTTATTTCATT...GGTAG|GTC 0 1 82.022
213116580 GT-AG 0 1.000000099473604e-05 347 rna-XM_008666578.3 38490457 14 232624281 232624627 Zea mays 4577 CAG|GTACTAGTCA...ATGTCTGTAACT/CAATATTTCATT...TGTAG|AAT 0 1 86.574
213116581 GT-AG 0 1.000000099473604e-05 136 rna-XM_008666578.3 38490457 15 232623764 232623899 Zea mays 4577 AAG|GTGAGTATGG...GATGCCTAAATT/CGATGCCTAAAT...TCTAG|TGC 0 1 96.373

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