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

✎ 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
183236552 GT-AG 0 5.333331882837684e-05 353 rna-XM_012848215.2 32765258 2 10369757 10370109 Setaria italica 4555 CAG|GTACTTGATG...TGTGTCTTATTT/TTGTGTCTTATT...TGCAG|CTG 1 1 9.191
183236553 GT-AG 0 0.0291908460526507 542 rna-XM_012848215.2 32765258 3 10370160 10370701 Setaria italica 4555 AAG|GTATGCCTGA...CTTTCCTTATTG/TATTAACTCATT...TGCAG|TTT 0 1 9.91
183236554 GT-AG 0 1.000000099473604e-05 266 rna-XM_012848215.2 32765258 4 10370843 10371108 Setaria italica 4555 AAG|GTAGGAACTA...TTCCCCTTCTCA/CCCCTTCTCATA...TGCAG|GAG 0 1 11.935
183236555 GT-AG 0 0.0002598354431134 143 rna-XM_012848215.2 32765258 5 10371361 10371503 Setaria italica 4555 GAG|GTAATTTGTA...AAATTCTTAACC/AAATTCTTAACC...TGCAG|AAC 0 1 15.554
183236556 GT-AG 0 0.0004155774781259 83 rna-XM_012848215.2 32765258 6 10371642 10371724 Setaria italica 4555 AAG|GTGCCTTTCG...GCTTCTATACCA/GCACAAATAATT...TGTAG|GAT 0 1 17.536
183236557 GT-AG 0 0.0036965912029726 108 rna-XM_012848215.2 32765258 7 10372025 10372132 Setaria italica 4555 AAG|GTTTGCTTTC...CTCTTCTTGGCT/AAGTTATTGACA...AACAG|TGC 0 1 21.844
183236558 GT-AG 0 1.000000099473604e-05 438 rna-XM_012848215.2 32765258 8 10372301 10372738 Setaria italica 4555 CAA|GTGAGTTGCG...ATGACCTGAACT/TATGAGTTAACA...GGTAG|TCT 0 1 24.257
183236559 GT-AG 0 1.000000099473604e-05 79 rna-XM_012848215.2 32765258 9 10373655 10373733 Setaria italica 4555 CAG|GTAAAATGAT...TTGTTCTTATAG/ATTGTTCTTATA...TGAAG|GGA 1 1 37.412
183236560 GT-AG 0 0.0009136894956345 626 rna-XM_012848215.2 32765258 10 10373820 10374445 Setaria italica 4555 CCG|GTATGTATTT...CCAGATTTAACT/CCAGATTTAACT...TGCAG|GAT 0 1 38.647
183236561 GT-AG 0 1.000000099473604e-05 84 rna-XM_012848215.2 32765258 11 10374551 10374634 Setaria italica 4555 TTG|GTAAGATAGG...AGTTTTTTAATA/AGTTTTTTAATA...TTCAG|TGT 0 1 40.155
183236562 GT-AG 0 0.0015858647726399 251 rna-XM_012848215.2 32765258 12 10375739 10375989 Setaria italica 4555 CAG|GTATTATGTT...TTACCCTTACCC/CTACTATTCACT...TTTAG|GAA 0 1 56.01
183236563 GT-AG 0 0.0002210241376264 107 rna-XM_012848215.2 32765258 13 10377856 10377962 Setaria italica 4555 CAG|GTTTTCATAT...CATGCCTTCCTT/AAACTTTTCATG...GATAG|AAA 0 1 82.809
183236564 GT-AG 0 0.1779967765257138 488 rna-XM_012848215.2 32765258 14 10378159 10378646 Setaria italica 4555 AAG|GTACCCATTA...AATGGTTTGATT/AATGGTTTGATT...TACAG|TGA 1 1 85.624
183236565 GT-AG 0 0.0001211457629339 138 rna-XM_012848215.2 32765258 15 10379052 10379189 Setaria italica 4555 CAG|GTATGTTGGA...GCAAACTTACTC/AGCAAACTTACT...ACCAG|GTT 1 1 91.44
183249889 GT-AG 0 1.000000099473604e-05 245 rna-XM_012848215.2 32765258 1 10369037 10369281 Setaria italica 4555 GAG|GTAAGATTCC...TGCCTTGTGACT/TTGTGACTGACA...GACAG|AGA   0 2.499

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