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)

13 rows where transcript_id = 7346960

✎ 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
38393565 GT-AG 0 1.000000099473604e-05 86 Ceric.01G109400.1.v2.1 7346960 1 207318250 207318335 Ceratopteris richardii 49495 GGT|GTAAGGATTC...GATGTCTAATCT/TGATGTCTAATC...TGCAG|CTC 0 1 2.366
38393566 GT-AG 0 1.000000099473604e-05 218 Ceric.01G109400.1.v2.1 7346960 2 207317836 207318053 Ceratopteris richardii 49495 AAG|GTGAACATTT...ATATCTTTGAAT/TTCCGTCTTACA...TGCAG|GCA 1 1 8.311
38393567 GT-AG 0 1.000000099473604e-05 138 Ceric.01G109400.1.v2.1 7346960 3 207317486 207317623 Ceratopteris richardii 49495 ATG|GTGCGTGCAA...TACATTGTGAAC/ACTATGGTAACT...AACAG|TCT 0 1 14.741
38393568 GT-AG 0 0.0161955989000509 97 Ceric.01G109400.1.v2.1 7346960 4 207317274 207317370 Ceratopteris richardii 49495 CAG|GTTTCCGACT...TGCTTCTTACTG/TTGCTTCTTACT...GACAG|TGC 1 1 18.229
38393569 GT-AG 0 1.000000099473604e-05 105 Ceric.01G109400.1.v2.1 7346960 5 207316991 207317095 Ceratopteris richardii 49495 AAT|GTAAGTGAGG...ATTGTTCTAGTG/AGTGCACTAAAT...TGCAG|AAT 2 1 23.628
38393570 GT-AG 0 1.000000099473604e-05 102 Ceric.01G109400.1.v2.1 7346960 6 207316622 207316723 Ceratopteris richardii 49495 CAG|GTGCTTGAAA...AGATTCTTGAAT/AGTTTTATCATT...TGTAG|GTA 2 1 31.726
38393571 GT-AG 0 1.000000099473604e-05 86 Ceric.01G109400.1.v2.1 7346960 7 207316190 207316275 Ceratopteris richardii 49495 AAG|GTGAGTTTTT...AAATTGTGAACA/CATAGACTCAAA...TTCAG|AGG 0 1 42.22
38393572 GT-AG 0 1.000000099473604e-05 87 Ceric.01G109400.1.v2.1 7346960 8 207315965 207316051 Ceratopteris richardii 49495 CAG|GTGGGATATT...TGAGTTTTATTA/ATGTGTCTCACT...TCCAG|GTG 0 1 46.406
38393573 GT-AG 0 0.0011190396430887 92 Ceric.01G109400.1.v2.1 7346960 9 207315747 207315838 Ceratopteris richardii 49495 TGT|GTAAGTTTTT...ATTTTCTTTGTT/CTGTCGATAATC...TGCAG|GTG 0 1 50.227
38393574 GT-AG 0 1.881131279339129e-05 87 Ceric.01G109400.1.v2.1 7346960 10 207315447 207315533 Ceratopteris richardii 49495 GAT|GTAAGATCTT...AAATGCTTAACC/CTAATATTGATG...TGCAG|ATA 0 1 56.688
38393575 GT-AG 0 1.5798558748053458e-05 184 Ceric.01G109400.1.v2.1 7346960 11 207314968 207315151 Ceratopteris richardii 49495 AGG|GTAAGATTTT...TCCTCTTTATCT/CTTGTTTTGAAC...CCTAG|GTA 1 1 65.635
38393576 GT-AG 0 1.000000099473604e-05 88 Ceric.01G109400.1.v2.1 7346960 12 207314683 207314770 Ceratopteris richardii 49495 GAG|GTCAGTGGCT...TTTTTCTTTCTT/CCTGATCTCACT...TTTAG|ATA 0 1 71.611
38393577 GT-AG 0 1.000000099473604e-05 410 Ceric.01G109400.1.v2.1 7346960 13 207313922 207314331 Ceratopteris richardii 49495 ACG|GTAAGACCAT...TCTTTCTTGAAT/TACATATTCATC...TGCAG|ATA 0 1 82.257

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