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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
115634815 GT-AG 0 1.000000099473604e-05 50390 rna-XM_034061895.1 21436570 2 145212968 145263357 Melopsittacus undulatus 13146 ATG|GTGAGTAACA...CTTCCCTTCTTT/TTTCTTCTCCCT...TGCAG|AGG 1 1 4.246
115634816 GT-AG 0 1.000000099473604e-05 46557 rna-XM_034061895.1 21436570 3 145166168 145212724 Melopsittacus undulatus 13146 ACC|GTGAGTATTG...GGAACCTTGCTT/GAGATACTCAGA...TTCAG|ATC 1 1 9.303
115634817 GT-AG 0 1.000000099473604e-05 22443 rna-XM_034061895.1 21436570 4 145143619 145166061 Melopsittacus undulatus 13146 TGT|GTGAGTATTC...TTTTTCTTTTTT/TATTGTATCAAT...TCCAG|GCC 2 1 11.509
115634818 GT-AG 0 1.000000099473604e-05 4923 rna-XM_034061895.1 21436570 5 145138490 145143412 Melopsittacus undulatus 13146 ACG|GTGGGTTAAA...ACGTCATTAACG/GTTTATCTTACG...TTTAG|CTC 1 1 15.796
115634819 GT-AG 0 1.000000099473604e-05 9897 rna-XM_034061895.1 21436570 6 145128446 145138342 Melopsittacus undulatus 13146 ATA|GTAAGTGATG...TTGTGTTTACAT/TTTGTGTTTACA...AACAG|GCG 1 1 18.855
115634820 GT-AG 0 1.000000099473604e-05 14628 rna-XM_034061895.1 21436570 7 145113616 145128243 Melopsittacus undulatus 13146 AAG|GTAAGAACAG...TTTCCCTTTTTT/ATAACCCTCATC...TTCAG|CCC 2 1 23.059
115634821 GT-AG 0 1.000000099473604e-05 1426 rna-XM_034061895.1 21436570 8 145111973 145113398 Melopsittacus undulatus 13146 CAG|GTGAGAGACA...AAACCCAAAACA/AAAAAACCCAAA...TGCAG|CAG 0 1 27.575
115634822 GT-AG 0 2.5824780866063625e-05 1252 rna-XM_034061895.1 21436570 9 145110604 145111855 Melopsittacus undulatus 13146 CAG|GTATGGCCAT...GGTTTTTTAACT/TCTTTCCTCACC...TCCAG|GAA 0 1 30.01
115634823 GT-AG 0 5.265965190263716e-05 25153 rna-XM_034061895.1 21436570 10 145085310 145110462 Melopsittacus undulatus 13146 CAT|GTAAGTTAAT...TTTCTCTTAAGA/CTTTCTCTTAAG...AACAG|CAC 0 1 32.945
115634824 GT-AG 0 1.000000099473604e-05 611 rna-XM_034061895.1 21436570 11 145084549 145085159 Melopsittacus undulatus 13146 ACT|GTGAGTAAAG...TGAAACTTAATC/TCCAGACTTACT...TGCAG|TTT 0 1 36.067
115634825 GT-AG 0 1.000000099473604e-05 2593 rna-XM_034061895.1 21436570 12 145081791 145084383 Melopsittacus undulatus 13146 GAG|GTAAGCAAGC...TTTTTCCTGCCT/TTAAGTCTAATA...GGCAG|AAA 0 1 39.501
115634826 GT-AG 0 0.0571279835220282 3209 rna-XM_034061895.1 21436570 13 145078291 145081499 Melopsittacus undulatus 13146 ATG|GTATGCAATA...TGTTTCTTACCT/TTGTTTCTTACC...AACAG|ACA 0 1 45.557
115634827 GT-AG 0 1.000000099473604e-05 1126 rna-XM_034061895.1 21436570 14 145076837 145077962 Melopsittacus undulatus 13146 ATG|GTGAGATACA...GCGTGTTTAACT/GTGAATTTTACT...TCCAG|GTA 1 1 52.383
115645520 GT-AG 0 1.000000099473604e-05 13649 rna-XM_034061895.1 21436570 1 145263521 145277169 Melopsittacus undulatus 13146 CAG|GTACGTACCC...TAGTATTTAAAG/ATAGTATTTAAA...TTCAG|GTA   0 1.665

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