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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
54167068 GT-AG 0 1.000000099473604e-05 7078 rna-XM_039327005.1 9887096 1 2666086 2673163 Crotalus tigris 88082 TCG|GTGAGAGCGG...TGTGATTTGATT/TAAGTTTTCACA...TTTAG|CTC 1 1 3.021
54167069 GT-AG 0 1.000000099473604e-05 1146 rna-XM_039327005.1 9887096 2 2664854 2665999 Crotalus tigris 88082 TGG|GTAAGACTAT...TTCTGTTTACCT/ATTCTGTTTACC...TACAG|ATA 0 1 7.5
54167070 GT-AG 0 1.000000099473604e-05 677 rna-XM_039327005.1 9887096 3 2664036 2664712 Crotalus tigris 88082 CGT|GTAAGTTAAT...GTGATTTTATGT/AGTGATTTTATG...AACAG|GTT 0 1 14.844
54167071 GT-AG 0 1.000000099473604e-05 1539 rna-XM_039327005.1 9887096 4 2662455 2663993 Crotalus tigris 88082 GGG|GTAAGTCCAG...ACTTTTTTATTT/TTTATTTTTATA...TCGAG|CCT 0 1 17.031
54167072 AT-AC 1 99.99999999879046 1356 rna-XM_039327005.1 9887096 5 2660997 2662352 Crotalus tigris 88082 GAA|ATATCCTTTG...ATGTCCTTAACT/AGTTTATTCATT...CCTAC|GCT 0 1 22.344
54167073 GT-AG 0 0.0029325426644162 1914 rna-XM_039327005.1 9887096 6 2658953 2660866 Crotalus tigris 88082 TGG|GTATCAGCTG...TTTTTTTTTAAT/TTTTTTTTTAAT...TCTAG|GAA 1 1 29.115
54167074 GT-AG 0 1.000000099473604e-05 800 rna-XM_039327005.1 9887096 7 2658001 2658800 Crotalus tigris 88082 AAG|GTAATGTCTT...ATTGTCTTACTG/TATTGTCTTACT...GGCAG|ATA 0 1 37.031
54167075 GT-AG 0 0.0005190102130715 543 rna-XM_039327005.1 9887096 8 2657357 2657899 Crotalus tigris 88082 AAG|GTAACATTTT...CTACTTTTATAT/GCTACTTTTATA...TTTAG|GGA 2 1 42.292
54167076 GT-AG 0 0.0001655473256901 3122 rna-XM_039327005.1 9887096 9 2654059 2657180 Crotalus tigris 88082 GCT|GTAAGTATTT...AATTCCTTTGTA/TATTTTCTGATT...TTTAG|TTG 1 1 51.458
54167077 GT-AG 0 0.0002699291644533 2436 rna-XM_039327005.1 9887096 10 2651499 2653934 Crotalus tigris 88082 AGT|GTAAGTAACA...TTGCTCTTAACC/TTGCTCTTAACC...TCTAG|CTA 2 1 57.917
54167078 GT-TG 0 1.000000099473604e-05 1552 rna-XM_039327005.1 9887096 11 2649829 2651380 Crotalus tigris 88082 GCA|GTAAGAATTA...AGTAGCTTAATT/TACATATTCATT...TTTTG|GGG 0 1 64.062
54167079 GT-AG 0 1.000000099473604e-05 3449 rna-XM_039327005.1 9887096 12 2646205 2649653 Crotalus tigris 88082 AAG|GTTAGTATTC...TTTTCATTATTG/TCTTTTTTCATT...TGTAG|GAG 1 1 73.177
54167080 GT-AG 0 0.0001344554235984 481 rna-XM_039327005.1 9887096 13 2645590 2646070 Crotalus tigris 88082 CCG|GTATAGCAAA...TAAACTTTATTT/GTATTACTAATT...CACAG|TCA 0 1 80.156
54167081 GT-AG 0 6.78819798201874e-05 620 rna-XM_039327005.1 9887096 14 2644805 2645424 Crotalus tigris 88082 AAG|GTATAGAAAT...AATGCTTTAATC/AATGCTTTAATC...AACAG|GCA 0 1 88.75
54167082 GT-AG 0 1.000000099473604e-05 3121 rna-XM_039327005.1 9887096 15 2641595 2644715 Crotalus tigris 88082 AAG|GTAAGGGCAC...AGAGGTTTATCT/CTGTTTCTTATG...CACAG|GTT 2 1 93.385

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