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

✎ 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
33380500 GT-AG 0 1.000000099473604e-05 269 rna-XM_030633137.1 6439371 2 76043241 76043509 Cannabis sativa 3483 AAA|GTAATAACAA...TCTCTTTTATTA/ATTTTGCTAATA...GTCAG|GAT 2 1 14.768
33380501 GT-AG 0 1.000000099473604e-05 829 rna-XM_030633137.1 6439371 3 76042171 76042999 Cannabis sativa 3483 AGG|GTTTGTACAA...CAGTTTATAATT/CTTTGACTAATG...TGTAG|GCT 0 1 20.584
33380502 GT-AG 0 1.000000099473604e-05 115 rna-XM_030633137.1 6439371 4 76041784 76041898 Cannabis sativa 3483 TAG|GTGATTTTTT...AGATTTCTACCA/AGCTGTTTGAGA...TGCAG|GCC 2 1 27.148
33380503 GT-AG 0 0.2385943681228377 145 rna-XM_030633137.1 6439371 5 76041483 76041627 Cannabis sativa 3483 TAA|GTATGTTTTT...TTTTCCTGAATA/TTTTTCCTGAAT...TTTAG|GTT 2 1 30.912
33380504 GT-AG 0 1.000000099473604e-05 81 rna-XM_030633137.1 6439371 6 76040628 76040708 Cannabis sativa 3483 CAG|GTAGTGAATT...CTACTCTTGACA/TTGACATTAACA...TTCAG|CAA 2 1 49.59
33380505 GT-AG 0 0.0004138557736334 245 rna-XM_030633137.1 6439371 7 76040288 76040532 Cannabis sativa 3483 CAG|GTATTATTTA...ATTCTGTTACTT/TATTCTGTTACT...TCTAG|GTG 1 1 51.882
33380506 GT-AG 0 0.1283057845276342 97 rna-XM_030633137.1 6439371 8 76040128 76040224 Cannabis sativa 3483 GCA|GTATGTTTCT...TGAGCTTTGTTT/TATGTATTCACA...TTCAG|ATC 1 1 53.403
33380507 GT-AG 0 1.000000099473604e-05 84 rna-XM_030633137.1 6439371 9 76039955 76040038 Cannabis sativa 3483 CAG|GTGGTACATA...TGTGTCTTACAT/ATTTTTTTCAAT...TTCAG|CTG 0 1 55.55
33380508 GT-AG 0 1.000000099473604e-05 831 rna-XM_030633137.1 6439371 10 76039058 76039888 Cannabis sativa 3483 ATG|GTAATGTCAA...CTGTCTATAATT/TTGTGACTCATG...CACAG|AAT 0 1 57.143
33380509 GT-AG 0 0.0001190261451578 164 rna-XM_030633137.1 6439371 11 76038276 76038439 Cannabis sativa 3483 GTG|GTAAGCCTTA...ATGGTTTTATTT/TATGGTTTTATT...TGTAG|CCT 0 1 72.056
33380510 GT-AG 0 0.0008061364155638 129 rna-XM_030633137.1 6439371 12 76038072 76038200 Cannabis sativa 3483 CAG|GTTTCAATTT...GTACACTTGATT/TTATTTCTAATG...CTTAG|GTT 0 1 73.866
33380511 GT-AG 0 3.03723029603432e-05 122 rna-XM_030633137.1 6439371 13 76037879 76038000 Cannabis sativa 3483 ACG|GTAGATACGA...TGAGCTTTAATA/TGAGCTTTAATA...TTCAG|GGG 2 1 75.579
33380512 GT-AG 0 0.0824063244668 311 rna-XM_030633137.1 6439371 14 76037510 76037820 Cannabis sativa 3483 CTG|GTATTTTTTT...AATTCCTTCATT/AATTCCTTCATT...GGCAG|GCC 0 1 76.979
33380513 GT-AG 0 0.0003375769351424 616 rna-XM_030633137.1 6439371 15 76036632 76037247 Cannabis sativa 3483 CAG|GTTTGCCATT...TTATCTTTGATT/TTAGTTCTTATC...CACAG|GTT 1 1 83.301
33396282 GT-AG 0 0.0035632163331522 407 rna-XM_030633137.1 6439371 1 76044402 76044808 Cannabis sativa 3483 CAG|GTACACTACG...TAAAGCTTAATT/TAAAGCTTAATT...TTAAG|CAT   0 4.513

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