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)

14 rows where transcript_id = 32210528

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
179853590 GT-AG 0 1.000000099473604e-05 32873 rna-XM_047249108.1 32210528 1 649034664 649067536 Schistocerca piceifrons 274613 TCG|GTGAGTCCAA...ACTTCCTTGAAA/GTCTTTTTAATG...TCCAG|AAC 1 1 60.143
179853591 GT-AG 0 1.000000099473604e-05 13158 rna-XM_047249108.1 32210528 2 649067593 649080750 Schistocerca piceifrons 274613 GAG|GTAAGTCGCC...AGAGGCGTGATG/AGAGGCGTGATG...TGCAG|ACG 0 1 61.12
179853592 GT-AG 0 1.000000099473604e-05 4528 rna-XM_047249108.1 32210528 3 649080951 649085478 Schistocerca piceifrons 274613 GGC|GTCAGTACCA...GTGGTGTTGGCG/TGTGTGGTAAGC...CGCAG|CGT 2 1 64.608
179853593 GT-AG 0 1.000000099473604e-05 7916 rna-XM_047249108.1 32210528 4 649085667 649093582 Schistocerca piceifrons 274613 ACA|GTGAGTACCT...AGTGCTGTATTG/TATTGTGTGAGA...GGCAG|GCG 1 1 67.888
179853594 GT-AG 0 1.000000099473604e-05 8290 rna-XM_047249108.1 32210528 5 649093882 649102171 Schistocerca piceifrons 274613 GCG|GTCAGTGGCG...GTGCCAGTGACG/TGAAGATACATT...TGTAG|CTG 0 1 73.103
179853595 GT-AG 0 1.000000099473604e-05 7228 rna-XM_047249108.1 32210528 6 649102308 649109535 Schistocerca piceifrons 274613 TCG|GTGAGTCTGT...AGTACGTGAGTG/ACGTGAGTGACG...GGCAG|GCA 1 1 75.475
179853596 GT-AG 0 1.000000099473604e-05 11720 rna-XM_047249108.1 32210528 7 649109707 649121426 Schistocerca piceifrons 274613 TGG|GTGCGTCGCG...ACGTCAGTAGTA/TCAGTAGTAAGA...TGCAG|GGT 1 1 78.458
179853597 GT-AG 0 1.000000099473604e-05 5927 rna-XM_047249108.1 32210528 8 649121527 649127453 Schistocerca piceifrons 274613 CAC|GTGAGTCTGG...TGTACGTTGGTG/TGGAAGCTGAGC...CACAG|GGC 2 1 80.202
179853598 GT-AG 0 1.000000099473604e-05 4371 rna-XM_047249108.1 32210528 9 649127691 649132061 Schistocerca piceifrons 274613 GCA|GTGAGTACCT...GCTGTGTCAGCT/GGCTGTGTCAGC...GGCAG|GGA 2 1 84.336
179853599 GT-AG 0 1.000000099473604e-05 4970 rna-XM_047249108.1 32210528 10 649132321 649137290 Schistocerca piceifrons 274613 CAG|GTAGGTACTC...ACAGTGTTGATG/CTTTCACTGAGT...CGCAG|GCG 0 1 88.854
179853600 GT-AG 0 1.000000099473604e-05 3027 rna-XM_047249108.1 32210528 11 649137423 649140449 Schistocerca piceifrons 274613 AAG|GTAGGCCGCC...GCGCCTGTAGAT/TTCGGTGTGATC...GGCAG|GAG 0 1 91.156
179853601 GT-AG 0 1.000000099473604e-05 306 rna-XM_047249108.1 32210528 12 649140744 649141049 Schistocerca piceifrons 274613 CTC|GTGAGTAACC...CCCACCTTCCCT/GGTGTTTGTACC...CGCAG|AAC 0 1 96.285
179853602 GT-AG 0 1.000000099473604e-05 22168 rna-XM_047249108.1 32210528 13 649141181 649163348 Schistocerca piceifrons 274613 CGA|GTGAGTCCTG...GAATCTGTGTCT/GGTGGTGTGACT...TGCAG|GAG 2 1 98.57
179853603 GT-AG 0 1.000000099473604e-05 5441 rna-XM_047249108.1 32210528 14 649163397 649168837 Schistocerca piceifrons 274613 AGG|GTAAGTCGCT...TTTCGTTTATTG/GTTTCGTTTATT...CGCAG|GGG 2 1 99.407

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