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

✎ 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
8696781 GT-AG 0 1.000000099473604e-05 2650 rna-XM_020249312.1 1565153 1 21410042 21412691 Ananas comosus 4615 AAG|GTTAGGGTTT...TAATTTTTAAAC/ATATAATTCACT...CTCAG|GTC 0 1 12.786
8696782 GT-AG 0 0.0001809091333576 130 rna-XM_020249312.1 1565153 2 21412924 21413053 Ananas comosus 4615 GAG|GTGCACTAAA...TAAGCCTTAATT/CTTAATTTGATT...GGCAG|ATC 1 1 20.825
8696783 GT-AG 0 4.583411508326182e-05 419 rna-XM_020249312.1 1565153 3 21413224 21413642 Ananas comosus 4615 CAG|GTATTAATCA...TTGGTCATGATT/CATGTGCTTATA...CACAG|GCC 0 1 26.715
8696784 GT-AG 0 8.92599125756482e-05 160 rna-XM_020249312.1 1565153 4 21413829 21413988 Ananas comosus 4615 ATG|GTAAGCTTGT...TTTTTCTCATAC/GTTTTTCTCATA...TGCAG|CTT 0 1 33.16
8696785 GT-AG 0 1.000000099473604e-05 90 rna-XM_020249312.1 1565153 5 21414085 21414174 Ananas comosus 4615 CAG|GTAAAATGAG...TGTTTTTTGGCC/ATTTGCCAAATC...TGCAG|CTT 0 1 36.486
8696786 GT-AG 0 0.0009553637475442 92 rna-XM_020249312.1 1565153 6 21414376 21414467 Ananas comosus 4615 ATC|GTATGTATAA...GAAATTTTATGG/CGAAATTTTATG...AACAG|GAG 0 1 43.451
8696787 GT-AG 0 1.000000099473604e-05 245 rna-XM_020249312.1 1565153 7 21414628 21414872 Ananas comosus 4615 AAG|GTAAGAGGCA...GTGATTTTATTG/TGTGATTTTATT...TGAAG|GAG 1 1 48.995
8696788 GT-AG 0 0.145863999504325 402 rna-XM_020249312.1 1565153 8 21415097 21415498 Ananas comosus 4615 AAG|GTACCCTGCA...TGTTCATTATTG/TTTATGTTCATT...TGCAG|GGT 0 1 56.757
8696789 GT-AG 0 1.000000099473604e-05 108 rna-XM_020249312.1 1565153 9 21415617 21415724 Ananas comosus 4615 ATG|GTAAAAAAGG...CTACCTCTATCA/CAAATACTAACT...TGTAG|CAT 1 1 60.845
8696790 GT-AG 0 1.295659033625106e-05 84 rna-XM_020249312.1 1565153 10 21415802 21415885 Ananas comosus 4615 CAG|GTTTGATACA...ATTTTCTTATTT/AATTTTCTTATT...TGCAG|TTT 0 1 63.514
8696791 GT-AG 0 1.000000099473604e-05 419 rna-XM_020249312.1 1565153 11 21415976 21416394 Ananas comosus 4615 TCG|GTAGGTGCTT...ATCTTCTTCATT/ATCTTCTTCATT...TGCAG|GTT 0 1 66.632
8696792 GT-AG 0 1.000000099473604e-05 283 rna-XM_020249312.1 1565153 12 21416539 21416821 Ananas comosus 4615 CCA|GTAAGAGAAA...AACCTTTTAATG/TAGTGGCTCATT...TGTAG|ACT 0 1 71.622
8696793 GT-AG 0 1.7005297397676957e-05 339 rna-XM_020249312.1 1565153 13 21417131 21417469 Ananas comosus 4615 GAT|GTAAGTGTTT...AACCCCTTTTTT/CTGAAGTTAATC...TACAG|CGC 0 1 82.328
8696794 GT-AG 0 0.0408576926437761 80 rna-XM_020249312.1 1565153 14 21417551 21417630 Ananas comosus 4615 ACG|GTAACTTTTT...GATACTATAATT/GTGCATTTGATA...AACAG|GAA 0 1 85.135
8696795 GT-AG 0 1.000000099473604e-05 821 rna-XM_020249312.1 1565153 15 21417808 21418628 Ananas comosus 4615 CAG|GTCCAGAGCA...CAAATCTAAATC/TATATACTGATA...TGCAG|ATT 0 1 91.268

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