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

✎ 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
47813735 GT-AG 0 1.000000099473604e-05 309 rna-XM_027262683.1 8855954 1 50247420 50247728 Coffea arabica 13443 AAG|GTTGTTCTCA...TATCGTTTAATC/TATCGTTTAATC...AACAG|ATT 1 1 11.702
47813736 GT-AG 0 1.000000099473604e-05 190 rna-XM_027262683.1 8855954 2 50247940 50248129 Coffea arabica 13443 TAT|GTGAGTGATT...ATATGCTTCGCT/GCTTCGCTCATC...CTCAG|GTC 2 1 18.901
47813737 GT-AG 0 1.000000099473604e-05 721 rna-XM_027262683.1 8855954 3 50248241 50248961 Coffea arabica 13443 TTG|GTAATGCCCG...TTCGCCTAATTT/TTTCGCCTAATT...AAAAG|GTC 2 1 22.689
47813738 GT-AG 0 0.0008533620417392 359 rna-XM_027262683.1 8855954 4 50249008 50249366 Coffea arabica 13443 GAG|GTACTTTTCG...GACTTCCTGATT/GACTTCCTGATT...TACAG|GAT 0 1 24.258
47813739 GT-AG 0 0.0021003350272629 84 rna-XM_027262683.1 8855954 5 50249477 50249560 Coffea arabica 13443 TAA|GTATGACTCA...ATTTCCTTCTCT/TAGTAACTAAGT...CTCAG|CTT 2 1 28.011
47813740 GT-AG 0 0.0163704478327143 324 rna-XM_027262683.1 8855954 6 50250065 50250388 Coffea arabica 13443 CTG|GTATACCCAA...ACTGTTTTGATA/ACTGTTTTGATA...ATCAG|GGT 2 1 45.206
47813741 GT-AG 0 0.0001292539565138 280 rna-XM_027262683.1 8855954 7 50250518 50250797 Coffea arabica 13443 TGG|GTATGATCAC...ACATCTGTGACC/TGACCTTTCATC...AACAG|AGG 2 1 49.608
47813742 GT-AG 0 1.000000099473604e-05 77 rna-XM_027262683.1 8855954 8 50251101 50251177 Coffea arabica 13443 CAT|GTGAGTTTGT...GATGTTTTGTTT/GTTTTGTTTATG...TTCAG|AAA 2 1 59.945
47813743 GC-AG 0 1.000000099473604e-05 131 rna-XM_027262683.1 8855954 9 50251637 50251767 Coffea arabica 13443 GAG|GCAGGGTTTC...TGTATCTTACAA/ATTGCTCTGATT...TGCAG|GTT 2 1 75.606
47813744 GT-AG 0 0.0002077211806545 486 rna-XM_027262683.1 8855954 10 50251834 50252319 Coffea arabica 13443 TAG|GTATATGATA...CCAACCTAAATG/GTCAGTTTAATT...ACTAG|GTA 2 1 77.857
47813745 GT-AG 0 0.0005082914187998 81 rna-XM_027262683.1 8855954 11 50252381 50252461 Coffea arabica 13443 GGT|GTAAGTTTTT...ATATGTTTGATT/TTGATTTTCATA...TGAAG|GTG 0 1 79.939
47813746 GT-AG 0 1.000000099473604e-05 241 rna-XM_027262683.1 8855954 12 50252612 50252852 Coffea arabica 13443 CAG|GTAATGGTGT...TATTTCTTTTTT/AGTATATTCACC...CTCAG|AAT 0 1 85.056
47813747 GT-AG 0 1.000000099473604e-05 230 rna-XM_027262683.1 8855954 13 50252991 50253220 Coffea arabica 13443 CAG|GTAAAAGTGC...ATTTTCTTGATT/ATTTTCTTGATT...TGCAG|TCC 0 1 89.765
47813748 GT-AG 0 5.9496714093333816e-05 581 rna-XM_027262683.1 8855954 14 50253520 50254100 Coffea arabica 13443 GTG|GTAATTTCTT...GAATTTTTAAGA/GAATTTTTAAGA...TGCAG|A 2 1 99.966

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