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

✎ 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
187538721 GT-AG 0 1.000000099473604e-05 116 rna-XM_002466328.2 33469728 1 5563905 5564020 Sorghum bicolor 4558 AAG|GTCAGGAGTT...TTTGATTTGATT/TTATTGCTGATT...TGCAG|GTT 0 1 20.334
187538722 GT-AG 0 1.000000099473604e-05 561 rna-XM_002466328.2 33469728 2 5563194 5563754 Sorghum bicolor 4558 GAG|GTAATTGTCA...ATTACTTTGTTT/CTGCACATTACT...TTCAG|ATG 0 1 23.816
187538723 GT-AG 0 1.4258861115499492e-05 89 rna-XM_002466328.2 33469728 3 5562834 5562922 Sorghum bicolor 4558 ATG|GTACATATGT...ATCTACTTGCAA/TGCAAGTTGAAC...TTTAG|GTG 1 1 30.107
187538724 GT-AG 0 4.124342010290491e-05 162 rna-XM_002466328.2 33469728 4 5562579 5562740 Sorghum bicolor 4558 AAG|GTATGATAGA...TGTTTCTTTATG/TGTTTCTTTATG...TTCAG|GAA 1 1 32.266
187538725 GT-AG 0 1.000000099473604e-05 119 rna-XM_002466328.2 33469728 5 5562285 5562403 Sorghum bicolor 4558 ATG|GTGAGTTGGA...TTGACCTTGCCT/TTTTGGTTCATA...TTTAG|GTA 2 1 36.328
187538726 GT-AG 0 0.0001543231089807 153 rna-XM_002466328.2 33469728 6 5561886 5562038 Sorghum bicolor 4558 AGG|GTATTATAAA...TGTGCATTGAAA/ATAAGTGTAATT...TGCAG|ATT 2 1 42.038
187538727 GT-AG 0 4.872530563962787e-05 273 rna-XM_002466328.2 33469728 7 5561418 5561690 Sorghum bicolor 4558 CAG|GTATGGCATT...CAACTCTTGATA/TGATATGTCATT...TGTAG|ATG 2 1 46.565
187538728 TA-AG 0 0.0071050217790208 1173 rna-XM_002466328.2 33469728 8 5560049 5561221 Sorghum bicolor 4558 CCA|TAAGCTGACC...TTTTTTTGGACG/GCGTTTTTGAGA...AATAG|GCA 0 1 51.114
187538729 GT-AG 0 1.000000099473604e-05 649 rna-XM_002466328.2 33469728 9 5558389 5559037 Sorghum bicolor 4558 CAA|GTGAGCATTT...CTTTTATTATAT/ATTGTGCTAATC...GGTAG|GGT 0 1 74.582
187538730 GT-AG 0 1.000000099473604e-05 279 rna-XM_002466328.2 33469728 10 5557994 5558272 Sorghum bicolor 4558 CAG|GTGAAACCTT...ATAACTTTATTA/CTGTTTATAACT...GTCAG|ATG 2 1 77.275
187538731 GT-AG 0 1.000000099473604e-05 1538 rna-XM_002466328.2 33469728 11 5556280 5557817 Sorghum bicolor 4558 CAG|GTGCATACAT...TGTTTATTAGCT/ATAGTGTTTATT...TTCAG|GAG 1 1 81.36
187538732 GT-AG 0 1.000000099473604e-05 100 rna-XM_002466328.2 33469728 12 5555989 5556088 Sorghum bicolor 4558 CAG|GTCATATGCT...AACTTCTAAAGA/AGAATACTGACA...TGCAG|CTG 0 1 85.794
187538733 GT-AG 0 7.961178758196459e-05 96 rna-XM_002466328.2 33469728 13 5555806 5555901 Sorghum bicolor 4558 CTG|GTATAGATCT...TCTGCTTTGGTG/TTTCTGTTCATC...ACTAG|GAT 0 1 87.813
187538734 GT-AG 0 1.000000099473604e-05 93 rna-XM_002466328.2 33469728 14 5555555 5555647 Sorghum bicolor 4558 CTC|GTAAGTGCCA...TTGGCCTTTTTG/GGTTTGCTCATG...TACAG|GTC 2 1 91.481
187538735 GT-AG 0 0.0001273278796366 79 rna-XM_002466328.2 33469728 15 5555265 5555343 Sorghum bicolor 4558 CTG|GTAAGCTTCC...CCCTCTCTGACT/TAGATATTCATT...TACAG|GTG 0 1 96.379

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