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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
68847266 GT-AG 0 1.000000099473604e-05 1463 rna-XM_035891661.1 12917238 1 56744 58206 Egretta garzetta 188379 AGT|GTGAGTACGG...GGAAACTTGAAG/GAGTAGATCACT...CACAG|CCT 1 1 5.897
68847267 GT-AG 0 1.000000099473604e-05 518 rna-XM_035891661.1 12917238 2 56102 56619 Egretta garzetta 188379 CAG|GTCAGGCATC...TCTTCATTAATG/CAGAATTTCACT...TCCAG|GAG 2 1 11.94
68847268 GT-AG 0 1.000000099473604e-05 1525 rna-XM_035891661.1 12917238 3 54458 55982 Egretta garzetta 188379 TTG|GTAAGGAAAT...ATTTTCTTTCTG/CAGTCTGTTATT...TCCAG|GTG 1 1 17.739
68847269 GT-AG 0 1.000000099473604e-05 187 rna-XM_035891661.1 12917238 4 54125 54311 Egretta garzetta 188379 CAG|GTACTGCGCT...TGACTTTTATTT/ATGACTTTTATT...TCCAG|TGT 0 1 24.854
68847270 GT-AG 0 1.000000099473604e-05 478 rna-XM_035891661.1 12917238 5 53496 53973 Egretta garzetta 188379 CAG|GTGAGCAGAT...GTAGTCTCAACT/TTACTTGTCACT...CCTAG|AGA 1 1 32.212
68847271 GT-AG 0 5.617495815541459e-05 795 rna-XM_035891661.1 12917238 6 52591 53385 Egretta garzetta 188379 CGA|GTAGGTACCT...CATTTCTTACAT/GCATTTCTTACA...TACAG|ATT 0 1 37.573
68847272 GT-AG 0 1.000000099473604e-05 1376 rna-XM_035891661.1 12917238 7 51062 52437 Egretta garzetta 188379 GGG|GTAAGAGCAG...CTATCCGTATCT/CCGTATCTCATT...TGCAG|GAG 0 1 45.029
68847273 GT-AG 0 1.000000099473604e-05 173 rna-XM_035891661.1 12917238 8 50784 50956 Egretta garzetta 188379 CAG|GTGTGGGATA...TTTTTCTTTTCT/CATGTACTTATG...TGAAG|GTG 0 1 50.146
68847274 GT-AG 0 1.000000099473604e-05 146 rna-XM_035891661.1 12917238 9 50560 50705 Egretta garzetta 188379 CAG|GTAACAGAAA...GTGCCCTTTTCT/GATTTACACATC...TTCAG|GTT 0 1 53.947
68847275 GT-AG 0 0.0001308840900303 1229 rna-XM_035891661.1 12917238 10 49161 50389 Egretta garzetta 188379 CAG|GTACTTCTCC...GGTTTCTTTCTG/CCCTCCCCAACC...TTCAG|ATA 2 1 62.232
68847276 GT-AG 0 0.0013491903427353 277 rna-XM_035891661.1 12917238 11 48781 49057 Egretta garzetta 188379 AAG|GTTCCTACTT...CCTATCTTGATT/CCTATCTTGATT...TGCAG|TCC 0 1 67.251
68847277 GT-AG 0 1.000000099473604e-05 521 rna-XM_035891661.1 12917238 12 48164 48684 Egretta garzetta 188379 ACG|GTACGAGCAG...AGATGCTTATTT/AAGATGCTTATT...CCCAG|GTC 0 1 71.93
68847278 GT-AG 0 1.000000099473604e-05 137 rna-XM_035891661.1 12917238 13 47939 48075 Egretta garzetta 188379 TGG|GTAAGAGCAA...ATTTCTCTGACT/ATTTCTCTGACT...TCCAG|GTG 1 1 76.218
68847279 GT-AG 0 0.0006570443576661 326 rna-XM_035891661.1 12917238 14 47461 47786 Egretta garzetta 188379 GAA|GTAAGCATCC...TGTCTCTTACTC/CTGTCTCTTACT...TGCAG|ATG 0 1 83.626
68847280 GT-AG 0 1.000000099473604e-05 2098 rna-XM_035891661.1 12917238 15 45150 47247 Egretta garzetta 188379 GAG|GTGAGTTTGT...TTTTTCTCATCC/GTTTTTCTCATC...CCCAG|ATA 0 1 94.006

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