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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
57022449 GT-AG 0 0.0107942725197502 302 rna-XM_025120950.1 10378416 1 22431448 22431749 Cynara cardunculus 4265 AAG|GTTTCATTCT...TTTTCCTCATCT/ATTTTCCTCATC...TGCAG|GAA 0 1 4.17
57022450 GT-AG 0 1.000000099473604e-05 1066 rna-XM_025120950.1 10378416 2 22431876 22432941 Cynara cardunculus 4265 CAG|GTACTTGCTG...ATGTTGTTAAAT/ATGTTGTTAAAT...TGTAG|GTA 0 1 7.189
57022451 GT-AG 0 0.0003180594497189 135 rna-XM_025120950.1 10378416 3 22433022 22433156 Cynara cardunculus 4265 CAG|GTTTTTTTTT...TGTTTTGTGATA/TGTACACTCATT...CTTAG|GTT 2 1 9.106
57022452 GT-AG 0 6.304469826211e-05 106 rna-XM_025120950.1 10378416 4 22433244 22433349 Cynara cardunculus 4265 CAA|GTAAGTTGCT...ACTGTTTTGATT/ACTGTTTTGATT...TTCAG|TGG 2 1 11.191
57022453 GT-AG 0 0.0009037223774966 122 rna-XM_025120950.1 10378416 5 22433438 22433559 Cynara cardunculus 4265 AAG|GTTTACTTGT...ACTGATTTATCA/TATGTACTGATT...TGCAG|AAA 0 1 13.3
57022454 GT-AG 0 5.834417526971372e-05 151 rna-XM_025120950.1 10378416 6 22433715 22433865 Cynara cardunculus 4265 TAG|GTATGATAAT...ATGATTTTAGTA/TTGCTTCTGATT...TGCAG|AAA 2 1 17.014
57022455 GT-AG 0 2.7330292271388384e-05 213 rna-XM_025120950.1 10378416 7 22435871 22436083 Cynara cardunculus 4265 TTG|GTATTGAATT...CTTTTCCCAACT/TTGCTGCTGATT...TGTAG|TTG 0 1 65.061
57022456 GT-AG 0 1.000000099473604e-05 679 rna-XM_025120950.1 10378416 8 22436395 22437073 Cynara cardunculus 4265 AAG|GTTAATATTT...ATGTTTATAACA/ATAACACTAACT...AACAG|TAC 2 1 72.514
57022457 GT-AG 0 0.0006918526671651 104 rna-XM_025120950.1 10378416 9 22437390 22437493 Cynara cardunculus 4265 GCT|GTAAGTTTCT...TGTTTTCTATTA/TATTTGCTTATG...CCCAG|TTT 0 1 80.086
57022458 GT-AG 0 1.000000099473604e-05 121 rna-XM_025120950.1 10378416 10 22437650 22437770 Cynara cardunculus 4265 GAG|GTTGTCAGTT...ACTGTTTCAATC/GTGATATTCAAC...TACAG|GAC 0 1 83.825
57022459 GT-AG 0 0.0008952786328476 194 rna-XM_025120950.1 10378416 11 22437913 22438106 Cynara cardunculus 4265 GTG|GTAAGCTTTT...TTATATTTGATT/TTATATTTGATT...TGCAG|AAA 1 1 87.227
57022460 GC-AG 0 1.000000099473604e-05 486 rna-XM_025120950.1 10378416 12 22438184 22438669 Cynara cardunculus 4265 AAG|GCAAGTTCGT...TATTCTTTATAT/ATGTACCTAATT...TGTAG|GGT 0 1 89.073
57022461 GT-AG 0 1.6915881226188e-05 1072 rna-XM_025120950.1 10378416 13 22438810 22439881 Cynara cardunculus 4265 AAG|GTATGAAACT...AAGATCTTAAAT/TGCTTTCTAAGC...TTCAG|GGA 2 1 92.428
57022462 GT-AG 0 1.000000099473604e-05 212 rna-XM_025120950.1 10378416 14 22439997 22440208 Cynara cardunculus 4265 TGG|GTACAAAATC...TTTCCTTTTACA/ATCATTTTCAGT...TGCAG|GCA 0 1 95.183

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