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

✎ 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
183366783 GT-AG 0 1.000000099473604e-05 83 rna-XM_034727916.1 32796542 1 10265693 10265775 Setaria viridis 4556 AGG|GTAAGATCCA...ATATCCTTACAT/CTTACATTTATT...TGTAG|CTG 0 1 0.413
183366784 GT-AG 0 1.000000099473604e-05 245 rna-XM_034727916.1 32796542 2 10266070 10266314 Setaria viridis 4556 GAG|GTAAGATTCC...TGCCTTGTGACT/TTGTGACTGACA...GACAG|AGA 0 1 4.465
183366785 GT-AG 0 5.333331882837684e-05 353 rna-XM_034727916.1 32796542 3 10266790 10267142 Setaria viridis 4556 CAG|GTACTTGATG...TGTGTCTTATTT/TTGTGTCTTATT...TGCAG|CTG 1 1 11.01
183366786 GT-AG 0 0.0690165266452938 542 rna-XM_034727916.1 32796542 4 10267193 10267734 Setaria viridis 4556 AGG|GTATGCCTGA...CTTTCCTTATTG/TATTAACTCATT...TGCAG|TTT 0 1 11.699
183366787 GT-AG 0 1.000000099473604e-05 265 rna-XM_034727916.1 32796542 5 10267876 10268140 Setaria viridis 4556 AAG|GTAGGAACTA...TTCCCCTTCTCA/CCCCTTCTCATA...TGCAG|GAG 0 1 13.642
183366788 GT-AG 0 0.0002598354431134 143 rna-XM_034727916.1 32796542 6 10268393 10268535 Setaria viridis 4556 GAG|GTAATTTGTA...AAATTCTTAACC/AAATTCTTAACC...TGCAG|AAC 0 1 17.115
183366789 GT-AG 0 0.0004155774781259 83 rna-XM_034727916.1 32796542 7 10268674 10268756 Setaria viridis 4556 AAG|GTGCCTTTCG...GCTTCTATACCA/GCACAAATAATT...TGTAG|GAT 0 1 19.016
183366790 GT-AG 0 0.0036965912029726 108 rna-XM_034727916.1 32796542 8 10269057 10269164 Setaria viridis 4556 AAG|GTTTGCTTTC...CTCTTCTTGGCT/AAGTTATTGACA...AACAG|TGC 0 1 23.15
183366791 GT-AG 0 1.000000099473604e-05 438 rna-XM_034727916.1 32796542 9 10269333 10269770 Setaria viridis 4556 CAA|GTGAGTTGCG...ATGACCTGAACT/TATGAGTTAACA...GGTAG|TCT 0 1 25.465
183366792 GT-AG 0 1.000000099473604e-05 79 rna-XM_034727916.1 32796542 10 10270687 10270765 Setaria viridis 4556 CAG|GTAAAATGAT...TTGTTCTTATAG/ATTGTTCTTATA...TGAAG|GGA 1 1 38.087
183366793 GT-AG 0 0.0009136894956345 626 rna-XM_034727916.1 32796542 11 10270852 10271477 Setaria viridis 4556 CCG|GTATGTATTT...CCAGATTTAACT/CCAGATTTAACT...TGCAG|GAT 0 1 39.272
183366794 GT-AG 0 1.000000099473604e-05 84 rna-XM_034727916.1 32796542 12 10271583 10271666 Setaria viridis 4556 TTG|GTAAGATAGG...AGTTTTTTAATA/AGTTTTTTAATA...TTCAG|TGT 0 1 40.719
183366795 GT-AG 0 0.0015858647726399 251 rna-XM_034727916.1 32796542 13 10272771 10273021 Setaria viridis 4556 CAG|GTATTATGTT...TTACCCTTACCC/CTACTATTCACT...TTTAG|GAA 0 1 55.932
183366796 GT-AG 0 0.0002676763832046 107 rna-XM_034727916.1 32796542 14 10274888 10274994 Setaria viridis 4556 CAG|GTTTTCATAT...CATGCCTTCCTT/AAACTTTTCATG...GACAG|AAA 0 1 81.645
183366797 GT-AG 0 0.1779967765257138 488 rna-XM_034727916.1 32796542 15 10275191 10275678 Setaria viridis 4556 AAG|GTACCCATTA...AATGGTTTGATT/AATGGTTTGATT...TACAG|TGA 1 1 84.346

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