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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
55681743 GT-AG 0 0.0010760824999677 281 rna-XM_023658617.1 10143873 1 3323446 3323726 Cucurbita pepo 3663 AAG|GTATTACTGT...TAATCTTTAATC/TTTGGACTAATC...GTAAG|TTG 1 1 1.08
55681744 GT-AG 0 1.000000099473604e-05 105 rna-XM_023658617.1 10143873 2 3324323 3324427 Cucurbita pepo 3663 AAT|GTAAGAATCT...TGTTCCTAATCT/TTGTTCCTAATC...TGTAG|GTT 0 1 18.476
55681745 GT-AG 0 1.000000099473604e-05 96 rna-XM_023658617.1 10143873 3 3324594 3324689 Cucurbita pepo 3663 CAA|GTGAGTAAAC...TAGTCTTTATCA/TTAGTCTTTATC...CACAG|ATA 1 1 23.322
55681746 GT-AG 0 0.00064341453729 85 rna-XM_023658617.1 10143873 4 3324758 3324842 Cucurbita pepo 3663 AAA|GTAGGCCTTC...TGAGCCTTATAT/AATTATTTCAAT...TGTAG|GAT 0 1 25.306
55681747 GT-AG 0 1.000000099473604e-05 78 rna-XM_023658617.1 10143873 5 3325054 3325131 Cucurbita pepo 3663 TTG|GTAATAGACA...GATCCTTTGATG/AGCTATTTCACT...TGCAG|CTT 1 1 31.465
55681748 GT-AG 0 1.000000099473604e-05 77 rna-XM_023658617.1 10143873 6 3325209 3325285 Cucurbita pepo 3663 AAG|GTATGTAAAA...TAAACGTTCACG/AGAAGTTTCATA...CTCAG|ATC 0 1 33.713
55681749 GT-AG 0 9.02712468313088e-05 109 rna-XM_023658617.1 10143873 7 3325386 3325494 Cucurbita pepo 3663 CAT|GTAAGCTAGC...ATTATCTGAGTC/ACATTGCTAATT...TATAG|TTA 1 1 36.632
55681750 GT-AG 0 1.000000099473604e-05 91 rna-XM_023658617.1 10143873 8 3325594 3325684 Cucurbita pepo 3663 AAG|GTCAGCTAGC...TTGACCCAAGTT/TGGTTAGTGATG...CACAG|GAA 1 1 39.521
55681751 GT-AG 0 1.000000099473604e-05 74 rna-XM_023658617.1 10143873 9 3325862 3325935 Cucurbita pepo 3663 AAG|GTAAAGAATG...TGTACCTGAATT/AATATATTGATT...TGTAG|GAG 1 1 44.688
55681752 GT-AG 0 1.000000099473604e-05 72 rna-XM_023658617.1 10143873 10 3326222 3326293 Cucurbita pepo 3663 AAG|GTAATGATGG...CAGTTATTGACT/TATTGACTCATT...TTCAG|GCT 2 1 53.036
55681753 GT-AG 0 4.013917238803465e-05 94 rna-XM_023658617.1 10143873 11 3326456 3326549 Cucurbita pepo 3663 CTG|GTCTGTCTCT...TGTATATTAATG/TGTATATTAATG...AACAG|CAT 2 1 57.764
55681754 GT-AG 0 1.000000099473604e-05 86 rna-XM_023658617.1 10143873 12 3326766 3326851 Cucurbita pepo 3663 TAG|GTAAGTAAGA...TATCCCATGACG/CTACAAATAACC...GTCAG|AAA 2 1 64.069
55681755 GT-AG 0 0.0002640318848084 254 rna-XM_023658617.1 10143873 13 3326890 3327143 Cucurbita pepo 3663 TAG|GTATTGTACT...GTTGCTTTACTG/GCTTTACTGATA...TTTAG|GGG 1 1 65.178
55681756 GT-AG 0 4.344258994634103e-05 88 rna-XM_023658617.1 10143873 14 3327308 3327395 Cucurbita pepo 3663 ATG|GTAACAAGTG...TGGTTCTTCACT/TCTTCACTCATT...GTTAG|GCT 0 1 69.965
55681757 GT-AG 0 1.000000099473604e-05 74 rna-XM_023658617.1 10143873 15 3327522 3327595 Cucurbita pepo 3663 AAG|GTAAATGAAT...TTGTGCTGATTT/TTTGTGCTGATT...CACAG|GTC 0 1 73.643

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