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

✎ 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
168293749 GT-AG 0 3.675769260064405e-05 5049 rna-XM_007419878.2 30057372 1 264799 269847 Python bivittatus 176946 GAG|GTACGCGGGC...GAAATTTTAAAT/TTTAAATTTATG...TCTAG|AAA 1 1 11.093
168293750 GT-AG 0 1.000000099473604e-05 2755 rna-XM_007419878.2 30057372 2 269915 272669 Python bivittatus 176946 TCG|GTAAGGAAAA...ATATGCTTGATT/ATATGCTTGATT...TTCAG|AGC 2 1 14.667
168293751 GT-AG 0 1.000000099473604e-05 3482 rna-XM_007419878.2 30057372 3 272743 276224 Python bivittatus 176946 AAG|GTGAGAAAAC...GATATTTTAAAA/AGATCACTCATC...TCCAG|GTA 0 1 18.56
168293752 GT-AG 0 1.000000099473604e-05 708 rna-XM_007419878.2 30057372 4 276386 277093 Python bivittatus 176946 TGG|GTAAGGAGTA...AATTTCTTGCCT/GAAAAGTTAATT...AAAAG|CGT 2 1 27.147
168293753 GT-AG 0 2.944045566987126e-05 1748 rna-XM_007419878.2 30057372 5 277210 278957 Python bivittatus 176946 TGG|GTAAGCAAGT...TACATCTTAACT/ATAATCTTTACT...TTTAG|GTC 1 1 33.333
168293754 GT-AG 0 1.000000099473604e-05 3364 rna-XM_007419878.2 30057372 6 279029 282392 Python bivittatus 176946 AAG|GTGGGTATTG...ATGCATGTATTT/TATGTACGTATG...TGCAG|CAT 0 1 37.12
168293755 GT-AG 0 1.000000099473604e-05 2819 rna-XM_007419878.2 30057372 7 282549 285367 Python bivittatus 176946 AAG|GTGAGTTTCA...ACATCTTTGTCC/TATTTTCTCACA...TCCAG|TGG 0 1 45.44
168293756 GT-AG 0 1.000000099473604e-05 1300 rna-XM_007419878.2 30057372 8 285469 286768 Python bivittatus 176946 CAG|GTATGGAAAC...ATGATCCTATCT/AATAGAATGATC...CTTAG|GGA 2 1 50.827
168293757 GT-AG 0 3.3586331627506055e-05 988 rna-XM_007419878.2 30057372 9 286878 287865 Python bivittatus 176946 AAG|GTAAATTCCC...ATAGTTTTAATA/ATAAATTTCATT...AAAAG|GAG 0 1 56.64
168293758 GT-AG 0 1.000000099473604e-05 474 rna-XM_007419878.2 30057372 10 287958 288431 Python bivittatus 176946 CAT|GTGAGTTTGG...AGTTTCTAATCT/TAGTTTCTAATC...ATTAG|GAT 2 1 61.547
168293759 GT-AG 0 1.000000099473604e-05 2428 rna-XM_007419878.2 30057372 11 288548 290975 Python bivittatus 176946 CAG|GTGAATGTGT...ATATCTTTGCTT/TAATTACTTATA...GGCAG|ATG 1 1 67.733
168293760 GT-AG 0 1.000000099473604e-05 3966 rna-XM_007419878.2 30057372 12 291116 295081 Python bivittatus 176946 AAG|GTTGGGACAA...TATCTGTTGACT/TGTTGACTCAAT...TCCAG|GAA 0 1 75.2
168293761 GT-AG 0 1.0696386510452776e-05 129 rna-XM_007419878.2 30057372 13 295178 295306 Python bivittatus 176946 GAT|GTAAGTAAGG...TGTACTTTATTT/GTGTACTTTATT...TGAAG|GTT 0 1 80.32
168293762 GT-AG 0 1.000000099473604e-05 242 rna-XM_007419878.2 30057372 14 295412 295653 Python bivittatus 176946 CAA|GTAAGTAAAA...AGTGTTTTAATT/AGTGTTTTAATT...TTAAG|GTT 0 1 85.92
168293763 GT-AG 0 1.000000099473604e-05 391 rna-XM_007419878.2 30057372 15 295792 296182 Python bivittatus 176946 CGG|GTAAGACATT...CAAATCTTAATC/TTCATTTTGATT...GATAG|GAT 0 1 93.28

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