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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
46266447 GT-AG 0 4.031617018030831e-05 1204 rna-XM_006464578.3 8594620 1 5537930 5539133 Citrus sinensis 2711 GAG|GTCTGTTCAT...TGTGCCTCATCT/TTGTGCCTCATC...TGCAG|AAG 0 1 44.513
46266448 GT-AG 0 1.000000099473604e-05 110 rna-XM_006464578.3 8594620 2 5539326 5539435 Citrus sinensis 2711 GAG|GTTGTTTAGA...TATTTTCTGACA/TATTTTCTGACA...TGTAG|TCT 0 1 50.177
46266449 GT-AG 0 1.3839353724261849e-05 790 rna-XM_006464578.3 8594620 3 5539485 5540274 Citrus sinensis 2711 GAG|GTACGTACTT...ATTCCTTTCATT/ATTATACTGATT...ATTAG|GAA 1 1 51.622
46266450 GT-AG 0 0.000509151581921 118 rna-XM_006464578.3 8594620 4 5540408 5540525 Citrus sinensis 2711 AAG|GTAACTATGA...TTTTTGTTATAT/ATGATATTGATT...CTTAG|CAA 2 1 55.546
46266451 GT-AG 0 1.000000099473604e-05 1331 rna-XM_006464578.3 8594620 5 5541046 5542376 Citrus sinensis 2711 AAG|GTGGGGTTTT...TCTTATTTAAAT/TCTTATTTAAAT...TGCAG|GCT 0 1 70.885
46266452 GT-AG 0 1.000000099473604e-05 72 rna-XM_006464578.3 8594620 6 5542458 5542529 Citrus sinensis 2711 AGG|GTGAATATTT...TTGTATTTAATA/TTGTATTTAATA...AACAG|GCA 0 1 73.274
46266453 GT-AG 0 0.0004848868770375 1267 rna-XM_006464578.3 8594620 7 5542650 5543916 Citrus sinensis 2711 TCT|GTAAGTTCTG...TGTTCTTTTGTT/GAAAGAATGAAA...TGTAG|GTT 0 1 76.814
46266454 GT-AG 0 1.000000099473604e-05 1218 rna-XM_006464578.3 8594620 8 5543987 5545204 Citrus sinensis 2711 ATG|GTAAATATCT...TATGTTTTGCTT/TTGGAGTTGATT...GGCAG|ACA 1 1 78.879
46266455 GT-AG 0 0.0007333361165043 84 rna-XM_006464578.3 8594620 9 5545303 5545386 Citrus sinensis 2711 ACG|GTAGTTATTT...AATTCTTTGACT/AATATCTTTACT...TCCAG|GCT 0 1 81.77
46266456 GT-AG 0 1.000000099473604e-05 600 rna-XM_006464578.3 8594620 10 5545492 5546091 Citrus sinensis 2711 CAG|GTAATGTATA...ATATTTTTCATT/ATATTTTTCATT...TGCAG|AGA 0 1 84.867
46266457 GT-AG 0 1.000000099473604e-05 914 rna-XM_006464578.3 8594620 11 5546146 5547059 Citrus sinensis 2711 CAG|GTAATGCTGC...GCATCCTTGTAG/TTGTAGTTGATG...TCTAG|GTG 0 1 86.46
46266458 GT-AG 0 1.000000099473604e-05 142 rna-XM_006464578.3 8594620 12 5547204 5547345 Citrus sinensis 2711 GAG|GTAGTACATT...TTGTTCTTGTCA/CAAAAATTGATT...TACAG|GTC 0 1 90.708
46266459 GT-AG 0 0.0178859149529915 124 rna-XM_006464578.3 8594620 13 5547400 5547523 Citrus sinensis 2711 AAG|GTATTCAGTG...TTTGTCTTATTG/ATTTGTCTTATT...TCTAG|GTC 0 1 92.301
46266460 GT-AG 0 1.000000099473604e-05 665 rna-XM_006464578.3 8594620 14 5547599 5548263 Citrus sinensis 2711 CAG|GTAAAACAAA...AACTTCTTCATT/CATTGGTTCATT...ATCAG|GAC 0 1 94.513
46266461 GT-AG 0 5.204033930804939e-05 85 rna-XM_006464578.3 8594620 15 5548348 5548432 Citrus sinensis 2711 GAG|GTTTGATTTT...GTTGTCATAACA/TTATGGTTCATT...AGCAG|CAA 0 1 96.991

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