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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
84901958 GT-AG 0 0.0300895357894982 332 rna-XM_017749200.1 15733585 4 2382470 2382801 Gossypium arboreum 29729 CAG|GTACCGTCCC...ACTTTCTTAACT/TCAATACTTATT...TTCAG|GAG 2 1 14.722
84901959 GT-AG 0 1.000000099473604e-05 654 rna-XM_017749200.1 15733585 5 2383540 2384193 Gossypium arboreum 29729 AAG|GTAATATCAC...ATTTTTTTAAAC/GAGTTTCTGATT...TTTAG|TGC 2 1 27.182
84901960 GT-AG 0 1.812076317622065e-05 158 rna-XM_017749200.1 15733585 6 2384348 2384505 Gossypium arboreum 29729 CAG|GTTTGTATTT...TTTGCTTTTACG/TTTGCTTTTACG...TTCAG|GAA 0 1 29.782
84901961 GT-AG 0 0.0001271467387619 1318 rna-XM_017749200.1 15733585 7 2384851 2386168 Gossypium arboreum 29729 ACT|GTAAGTCTTT...CAATGCTTACTT/CCAATGCTTACT...TTCAG|ATT 0 1 35.607
84901962 GT-AG 0 1.000000099473604e-05 86 rna-XM_017749200.1 15733585 8 2387087 2387172 Gossypium arboreum 29729 CAG|GTAATTGTTA...ACAACTTTATTA/TTTCTTCTCATT...ATCAG|AGC 0 1 51.106
84901963 GT-AG 0 0.0003416258810982 940 rna-XM_017749200.1 15733585 9 2387505 2388444 Gossypium arboreum 29729 TGG|GTAAGTTTTT...GTCCTCTTATTG/TACTGTTTTACC...TGCAG|TTT 2 1 56.711
84901964 GT-AG 0 1.000000099473604e-05 87 rna-XM_017749200.1 15733585 10 2388569 2388655 Gossypium arboreum 29729 GAG|GTTTGAATAT...TTATTTTTGAAT/TTATTTTTGAAT...TGCAG|GTG 0 1 58.805
84901965 GT-AG 0 1.000000099473604e-05 178 rna-XM_017749200.1 15733585 11 2388827 2389004 Gossypium arboreum 29729 CAG|GTAGTTGCTT...TGGTTTTTAATC/TGGTTTTTAATC...CTTAG|GAA 0 1 61.692
84901966 GT-AG 0 0.0131034400516094 240 rna-XM_017749200.1 15733585 12 2390541 2390780 Gossypium arboreum 29729 CAG|GTATTATTTT...GATACCTTGATT/TGATTTTTGAGT...TTAAG|GTT 0 1 87.625
84901967 GT-AG 0 0.0006793688492008 477 rna-XM_017749200.1 15733585 13 2391048 2391524 Gossypium arboreum 29729 GCA|GTAAGTTTCA...GAATGCTTATTT/ATTTTTCTAACG...CACAG|TTA 0 1 92.132
84914346 GT-AG 0 0.0010657491803453 116 rna-XM_017749200.1 15733585 1 2381060 2381175 Gossypium arboreum 29729 AAG|GTATATTCAA...TTGAGTTTAATT/TTTAATTTCATC...TGCAG|CGA   0 1.503
84914347 GT-AG 0 0.0001433769504221 251 rna-XM_017749200.1 15733585 2 2381239 2381489 Gossypium arboreum 29729 AAT|GTAAGTTCCC...AGTTCATTGATT/TCTTTGTTTATT...AGCAG|TGA   0 2.566
84914348 GT-AG 0 4.193186357820302e-05 170 rna-XM_017749200.1 15733585 3 2381596 2381765 Gossypium arboreum 29729 CAG|GTAGTTTGAT...GAGGTTTTAATA/ATCTTTCTAATT...GCCAG|GTA   0 4.356
84914349 GC-AG 0 6.717389350834072 78 rna-XM_017749200.1 15733585 14 2391898 2391975 Gossypium arboreum 29729 TAT|GCATCCAATT...CATCTGTTATTT/CTTTGTATCATC...TTTAG|TTA   0 98.43

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