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

✎ 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
46265495 GT-AG 0 0.0043866591457369 274 rna-XM_006466964.3 8594545 1 28222143 28222416 Citrus sinensis 2711 ATT|GTAATTTCCT...ATTTTTTTAACG/ATTTTTTTAACG...TACAG|AGG 0 1 1.505
46265496 GT-AG 0 0.05112604204296 653 rna-XM_006466964.3 8594545 2 28222681 28223333 Citrus sinensis 2711 GAG|GTAGCCCTTA...TACTTCTTGTTC/GCATGATTTACT...AGCAG|GAC 0 1 6.233
46265497 GT-AG 0 0.9839064318403272 84 rna-XM_006466964.3 8594545 3 28223634 28223717 Citrus sinensis 2711 AGG|GTATCTCATT...ACTTTTTTGACT/ACTTTTTTGACT...TTCAG|GTT 0 1 11.607
46265498 GC-AG 0 1.000000099473604e-05 800 rna-XM_006466964.3 8594545 4 28223877 28224676 Citrus sinensis 2711 GAG|GCAAGTCCCC...ATATTCTGATTA/TATATTCTGATT...TATAG|GAT 0 1 14.455
46265499 GT-AG 0 2.199042583104784e-05 91 rna-XM_006466964.3 8594545 5 28224839 28224929 Citrus sinensis 2711 AGG|GTACGGTTGC...CTCTACTTATTG/TCTCTACTTATT...ATCAG|GCT 0 1 17.356
46265500 GT-AG 0 0.0001402314128859 83 rna-XM_006466964.3 8594545 6 28225151 28225233 Citrus sinensis 2711 AAG|GTATGTGTGC...CTATTTTTAGAT/AGCTTTTTCATT...AACAG|GTT 2 1 21.315
46265501 GT-AG 0 8.79938718797085e-05 75 rna-XM_006466964.3 8594545 7 28225376 28225450 Citrus sinensis 2711 AAG|GTACTGTTCG...CTTTCCATAATA/TAAGTGCTAACC...TGCAG|GTG 0 1 23.858
46265502 GT-AG 0 1.000000099473604e-05 93 rna-XM_006466964.3 8594545 8 28225787 28225879 Citrus sinensis 2711 AAG|GTAATAGTGA...TATTTCTTCCTG/TTGATACTCAAG...TGCAG|GAT 0 1 29.876
46265503 GT-AG 0 1.000000099473604e-05 409 rna-XM_006466964.3 8594545 9 28226167 28226575 Citrus sinensis 2711 TTG|GTAAGTCCTT...CAATTTTTAAAC/TTTGGTCTCATG...TACAG|GGA 2 1 35.017
46265504 GT-AG 0 0.0002041473270881 88 rna-XM_006466964.3 8594545 10 28226835 28226922 Citrus sinensis 2711 CAG|GTGCCTAACT...GTTCCTTTAGCT/CTTTAGCTCATA...TTCAG|GTT 0 1 39.656
46265505 AT-AG 0 0.0022751469736128 1368 rna-XM_006466964.3 8594545 11 28228965 28230332 Citrus sinensis 2711 GAG|ATGTTCATTT...CCCTCTATGATA/TTCGTATTCACC...ATGAG|ATG 2 1 76.231
46265506 GT-AG 0 1.000000099473604e-05 247 rna-XM_006466964.3 8594545 12 28231395 28231641 Citrus sinensis 2711 CAG|GTAAGCCATA...CTTTTCTTTTTA/ATTATGTTGATG...CGCAG|TCC 2 1 95.253
46265507 GT-AG 0 6.364139531041434e-05 188 rna-XM_006466964.3 8594545 13 28231714 28231901 Citrus sinensis 2711 CAG|GTAAGTTTAT...CCTTCCTTAATG/TTTCTTTTTACT...TGCAG|CCC 2 1 96.543
46265508 GT-AG 0 1.0756188941854656e-05 108 rna-XM_006466964.3 8594545 14 28231959 28232066 Citrus sinensis 2711 TAG|GTAAGCAGAT...TTGCTTTTAATC/TTTGTTCTTACA...TGAAG|TCC 2 1 97.564

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