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

✎ 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
168293967 GT-AG 0 1.000000099473604e-05 894 rna-XM_007419911.3 30057386 1 897972 898865 Python bivittatus 176946 CAG|GTGAGTGTCA...CGTTCTGTGATA/CGTTCTGTGATA...TACAG|GAC 1 1 7.433
168293968 GT-AG 0 5.681212058760237e-05 202 rna-XM_007419911.3 30057386 2 897750 897951 Python bivittatus 176946 GCT|GTAAGTACTG...ACCACGTTAACA/ACCACGTTAACA...CCCAG|GCT 0 1 8.576
168293969 GT-AG 0 1.000000099473604e-05 83 rna-XM_007419911.3 30057386 3 897573 897655 Python bivittatus 176946 CAG|GTAAGAGTTA...TGCTCCTTGGTG/GTGCACCTGACC...TGCAG|GCT 1 1 13.951
168293970 GT-AG 0 1.9776630269915944e-05 583 rna-XM_007419911.3 30057386 4 896916 897498 Python bivittatus 176946 AAG|GTATGGATGG...ATCTCCCTATTG/ATTGCATTCACG...TGCAG|AAA 0 1 18.182
168293971 GT-AG 0 0.0001170999239345 183 rna-XM_007419911.3 30057386 5 896577 896759 Python bivittatus 176946 CAG|GTATTTGGGG...TCTTCCTTTTCC/ATGAGCCTCAGC...TGCAG|GCC 0 1 27.101
168293972 GT-AG 0 1.000000099473604e-05 966 rna-XM_007419911.3 30057386 6 895457 896422 Python bivittatus 176946 CAG|GTGAGAGACA...ATCACCTTGTTT/CTGTATTTGAAA...GCCAG|GAT 1 1 35.906
168293973 GT-AG 0 1.000000099473604e-05 268 rna-XM_007419911.3 30057386 7 895127 895394 Python bivittatus 176946 AAG|GTAAATGGCA...GATTCCTTCAAG/CTGTTTCTGATA...TGCAG|ATT 0 1 39.451
168293974 GT-AG 0 1.000000099473604e-05 437 rna-XM_007419911.3 30057386 8 894592 895028 Python bivittatus 176946 TGG|GTAATGATAC...CTGCCCCTAATT/CTGCCCCTAATT...CATAG|GTA 2 1 45.054
168293975 GT-AG 0 1.000000099473604e-05 307 rna-XM_007419911.3 30057386 9 894143 894449 Python bivittatus 176946 AAG|GTGAGCAGAT...TGCTCATTATTT/TTTTTGCTCATT...CTCAG|GCA 0 1 53.173
168293976 GT-AG 0 0.0049224143212708 940 rna-XM_007419911.3 30057386 10 893068 894007 Python bivittatus 176946 CAA|GTATGTTTGG...GTGCTGTTGAAT/GTGCTGTTGAAT...TCTAG|GAG 0 1 60.892
168293977 GT-AG 0 1.000000099473604e-05 1051 rna-XM_007419911.3 30057386 11 891944 892994 Python bivittatus 176946 ATG|GTGAGGATTG...CAACTTTTACTG/TTGTTTATAATA...CCCAG|TGG 1 1 65.066
168293978 GT-AG 0 1.000000099473604e-05 1806 rna-XM_007419911.3 30057386 12 889981 891786 Python bivittatus 176946 AAG|GTATGAACAC...TCTTTCTTGTTG/ATAAGAGTTACA...TTTAG|GCC 2 1 74.042
168293979 GT-AG 0 1.000000099473604e-05 631 rna-XM_007419911.3 30057386 13 889195 889825 Python bivittatus 176946 GAG|GTACAGCCAA...GGTCCCCTACCA/CTACTTCTGACT...TGTAG|TAT 1 1 82.905
168293980 GT-AG 0 0.0013694441939105 769 rna-XM_007419911.3 30057386 14 888319 889087 Python bivittatus 176946 GGG|GTATGTATTT...AATTTCTCACCT/CAATTTCTCACC...TTCAG|AAT 0 1 89.022
168293981 GT-AG 0 0.0010489096061708 276 rna-XM_007419911.3 30057386 15 887922 888197 Python bivittatus 176946 CTG|GTATGTCTGG...AATGCCTCAATT/CAATGCCTCAAT...CCCAG|GAG 1 1 95.941

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