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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, 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
68847286 GT-AG 0 1.000000099473604e-05 74 rna-XM_035891820.1 12917242 3 7634 7707 Egretta garzetta 188379 AAG|GTAGGTGGCT...CTGTCCCTGGCT/TCCTCGCTAACC...CGCAG|GGC 0 1 30.94
68847287 GT-AG 0 1.000000099473604e-05 118 rna-XM_035891820.1 12917242 4 7389 7506 Egretta garzetta 188379 ACG|GTGGGTGCTG...CCGGCCTGACCC/ACCGGCCTGACC...CACAG|ACC 1 1 39.463
68847288 GT-AG 0 1.000000099473604e-05 234 rna-XM_035891820.1 12917242 5 7086 7319 Egretta garzetta 188379 TGC|GTGAGTCGTG...CCCTGCTTAGCC/CCCCTGCTTAGC...TGCAG|TGT 1 1 44.094
68847289 GT-AG 0 1.000000099473604e-05 139 rna-XM_035891820.1 12917242 6 6882 7020 Egretta garzetta 188379 CGG|GTAAGGTGTC...GGGCTCTTCACC/TGTCTGCTCACG...CCCAG|CTC 0 1 48.456
68847290 GT-AG 0 1.000000099473604e-05 121 rna-XM_035891820.1 12917242 7 6685 6805 Egretta garzetta 188379 CTG|GTAGGTGCCT...GAGCCCTCAGCC/GGAGCCCTCAGC...GGCAG|GCA 1 1 53.557
68847291 GT-AG 0 1.000000099473604e-05 216 rna-XM_035891820.1 12917242 8 6385 6600 Egretta garzetta 188379 TGG|GTAAGCAGCC...CCCCTCTCACCT/TCCCCTCTCACC...CACAG|AGC 1 1 59.195
68847292 GT-AG 0 1.000000099473604e-05 86 rna-XM_035891820.1 12917242 9 6222 6307 Egretta garzetta 188379 ACG|GTGAGTGGCC...CATCCCTTCCTC/GCCACCCTCACT...GCCAG|GGC 0 1 64.362
68847293 GT-AG 0 0.0002675127192345 95 rna-XM_035891820.1 12917242 10 6049 6143 Egretta garzetta 188379 CAG|GTACCTGGGT...TCCCCCGCAACC/CTCCCCCGCAAC...GGCAG|GAT 0 1 69.597
68847294 GT-AG 1 99.99808859290827 83 rna-XM_035891820.1 12917242 11 5892 5974 Egretta garzetta 188379 CTT|GTATCCTTCA...TCCTCCTTAACG/CTCCTCCTTAAC...CGCAG|CTA 2 1 74.564
68847295 GT-AG 0 1.000000099473604e-05 262 rna-XM_035891820.1 12917242 12 5539 5800 Egretta garzetta 188379 AAG|GTGGGAGCGC...TGCTCCTTCGTC/CAGCACCGCACC...CCCAG|ATC 0 1 80.671
68847296 GT-AG 0 1.000000099473604e-05 91 rna-XM_035891820.1 12917242 13 5381 5471 Egretta garzetta 188379 TGG|GTGAGCCCCT...GTCCCCATGACT/GGTGCCCTGACC...CTCAG|GGA 1 1 85.168
68847297 GT-AG 0 1.000000099473604e-05 82 rna-XM_035891820.1 12917242 14 5137 5218 Egretta garzetta 188379 TCG|GTGAGGACAG...CCCTCCCCAGCT/CCAGCTGTCACG...CCCAG|GTC 1 1 96.04
68847298 GT-AG 0 2.0879641412250845e-05 166 rna-XM_035891820.1 12917242 1 8044 8209 Egretta garzetta 188379 TGC|GTAAGTTCCT...AGTGCCGGAGCT/CCGGAGCTGATG...CACAG|GCT   0 17.919
68847299 GT-AG 0 1.000000099473604e-05 92 rna-XM_035891820.1 12917242 2 7812 7903 Egretta garzetta 188379 ACG|GTGGGTGCAT...AGGAGCTCACCC/CAGGAGCTCACC...TCCAG|GCC   0 27.315

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