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

✎ 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
133657695 GT-AG 0 1.000000099473604e-05 28126 rna-XM_004391488.2 24462854 1 3209848 3237973 Odobenus rosmarus 9707 TGG|GTAAGTCATC...TTTCTCTTCTTT/AGAGTTCTGATT...AACAG|ATA 1 1 0.219
133657696 GT-AG 0 0.0002319734345676 36103 rna-XM_004391488.2 24462854 2 3173637 3209739 Odobenus rosmarus 9707 ATA|GTAAGTTTCA...AAGTTCTTTGTA/AAGATTTTCATT...TTCAG|ATA 1 1 6.14
133657697 GT-AG 0 1.000000099473604e-05 7180 rna-XM_004391488.2 24462854 3 3166334 3173513 Odobenus rosmarus 9707 ATG|GTGAGGCTTT...AGATTTTTAATT/AGATTTTTAATT...TTCAG|AAT 1 1 12.884
133657698 GT-AG 0 0.0004254422594235 27637 rna-XM_004391488.2 24462854 4 3138571 3166207 Odobenus rosmarus 9707 GCC|GTAAGTGTTG...TTATTTTTAATT/TTATTTTTAATT...TACAG|ATG 1 1 19.792
133657699 GT-AG 0 1.000000099473604e-05 13003 rna-XM_004391488.2 24462854 5 3125421 3138423 Odobenus rosmarus 9707 ATG|GTAAACAAAA...ACACTTTTGTTT/CTAATGTTCATT...TACAG|ATT 1 1 27.851
133657700 GT-AG 0 1.000000099473604e-05 16487 rna-XM_004391488.2 24462854 6 3108805 3125291 Odobenus rosmarus 9707 TTG|GTAAGTCCTA...CTGCATTTAATT/TGTGTGTTTACT...TGCAG|AGT 1 1 34.923
133657701 GT-AG 0 1.000000099473604e-05 6763 rna-XM_004391488.2 24462854 7 3101916 3108678 Odobenus rosmarus 9707 ATG|GTGAGAAAAT...GAACTTTTATTT/TTTTATTTCATC...TTTAG|ATG 1 1 41.831
133657702 GT-AG 0 1.000000099473604e-05 464 rna-XM_004391488.2 24462854 8 3101308 3101771 Odobenus rosmarus 9707 GAG|GTGAGTTATA...TTACTCTTAATT/ATTTTTTTCATT...TCCAG|ATG 1 1 49.726
133657703 GT-AG 0 3.584638548647774e-05 1271 rna-XM_004391488.2 24462854 9 3099905 3101175 Odobenus rosmarus 9707 ACG|GTAAGCATGT...AATGCTTTTGTT/ATATTTGTAAAG...TTCAG|ATG 1 1 56.963
133657704 GT-AG 0 1.000000099473604e-05 593 rna-XM_004391488.2 24462854 10 3099177 3099769 Odobenus rosmarus 9707 CAG|GTAGGACTTA...ACCATTTTAACC/ACCATTTTAACC...TCTAG|TTG 1 1 64.364
133657705 GT-AG 0 1.000000099473604e-05 1179 rna-XM_004391488.2 24462854 11 3097872 3099050 Odobenus rosmarus 9707 AAG|GTAAAGGAAA...GTTTCCTTTGTG/TGTGGTTTGACT...TATAG|CAG 1 1 71.272
133657706 GT-AG 0 1.1343144045081486e-05 5638 rna-XM_004391488.2 24462854 12 3092094 3097731 Odobenus rosmarus 9707 AAA|GTAAGTTCCA...GTCTCTTTATGT/GTGATATTTATT...TGCAG|GAT 0 1 78.947
133657707 GT-AG 0 1.000000099473604e-05 3890 rna-XM_004391488.2 24462854 13 3088077 3091966 Odobenus rosmarus 9707 TGG|GTAAGTACCC...GATACTTTGTTT/CTTTGTTTCATA...TTTAG|ACA 1 1 85.91
133657708 GT-AG 0 0.0001573866696761 4124 rna-XM_004391488.2 24462854 14 3083824 3087947 Odobenus rosmarus 9707 CTG|GTAAGCATTC...TTTTTTTTGTCT/TTTTTTTTGTTT...TCCAG|AAT 1 1 92.982

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