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

✎ 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
189664151 GT-AG 0 1.000000099473604e-05 84 rna-XM_016748941.1 33869973 1 1597863 1597946 Spizellomyces punctatus 109760 CGG|GTACGGGTGC...TGCCTTTTAAAA/GCTTATCTGACC...GCCAG|ATG 1 1 1.144
189664152 GT-AG 0 0.0132393757984377 70 rna-XM_016748941.1 33869973 2 1598147 1598216 Spizellomyces punctatus 109760 GAT|GTATGTTACC...GCTTCCATACTA/TTGCATCTCACG...TTCAG|ACC 0 1 8.527
189664153 GT-AG 0 5.355966876487104e-05 81 rna-XM_016748941.1 33869973 3 1598376 1598456 Spizellomyces punctatus 109760 GAT|GTAAGCGGAC...TATGTTTTGATG/TATGTTTTGATG...TTTAG|AGC 0 1 14.396
189664154 GT-AG 0 0.0002722647481419 58 rna-XM_016748941.1 33869973 4 1598795 1598852 Spizellomyces punctatus 109760 AGG|GTATGGGTGA...GTGTCCTTAGTA/AGTGTCCTTAGT...CGCAG|GTC 2 1 26.873
189664155 GT-AG 0 1.000000099473604e-05 55 rna-XM_016748941.1 33869973 5 1598984 1599038 Spizellomyces punctatus 109760 CCG|GTGGGTGAAG...ACTGTCTTGACG/ACTGTCTTGACG...TTCAG|CTC 1 1 31.709
189664156 GT-AG 0 1.000000099473604e-05 59 rna-XM_016748941.1 33869973 6 1599218 1599276 Spizellomyces punctatus 109760 AAG|GTGCGCACAC...GTCTGCTTATCC/ATGTGTTTGATG...ATCAG|ACC 0 1 38.317
189664157 GT-AG 0 1.000000099473604e-05 71 rna-XM_016748941.1 33869973 7 1599530 1599600 Spizellomyces punctatus 109760 TTG|GTAAGGGGCA...GGATTCTTTCTA/CGTATTGTAATA...ATTAG|CAC 1 1 47.656
189664158 GT-AG 0 1.000000099473604e-05 69 rna-XM_016748941.1 33869973 8 1599842 1599910 Spizellomyces punctatus 109760 CAG|GTGAGTACAG...TATCTCTGGATA/GCCATCCTCATA...GGAAG|ATG 2 1 56.552
189664159 GT-AG 0 1.000000099473604e-05 74 rna-XM_016748941.1 33869973 9 1600009 1600082 Spizellomyces punctatus 109760 ATG|GTTAGTTGCG...CCAATCTTACCC/TCCGTGTTCATA...CGTAG|AAA 1 1 60.17
189664160 GT-AG 0 0.0010143837857179 62 rna-XM_016748941.1 33869973 10 1600218 1600279 Spizellomyces punctatus 109760 CTC|GTACGTCACA...TCTTTTTTGATA/TCTTTTTTGATA...TTCAG|GGG 1 1 65.153
189664161 GT-AG 0 1.000000099473604e-05 60 rna-XM_016748941.1 33869973 11 1600564 1600623 Spizellomyces punctatus 109760 CAG|GTAGGATGCA...TAATCCATAACC/CGTTGGTTAATC...GCCAG|TTT 0 1 75.637
189664162 GT-AG 0 0.0025962644418584 67 rna-XM_016748941.1 33869973 12 1600817 1600883 Spizellomyces punctatus 109760 CGG|GTATGCAGTG...ATGCCGTTATTA/CTGTTGCTAATG...CTCAG|CAA 1 1 82.761
189664163 GT-AG 0 0.0002027921193785 61 rna-XM_016748941.1 33869973 13 1600979 1601039 Spizellomyces punctatus 109760 TTG|GTATGATAGC...ACGTGCTTAGTT/CACGTGCTTAGT...CATAG|TTG 0 1 86.268
189664164 GT-AG 0 1.000000099473604e-05 77 rna-XM_016748941.1 33869973 14 1601179 1601255 Spizellomyces punctatus 109760 AAG|GTAAGCGCTC...CGCGCTCTAATT/CGCGCTCTAATT...CAAAG|CTG 1 1 91.399

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