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

✎ 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
168293450 GT-AG 0 1.000000099473604e-05 6955 rna-XM_007419855.3 30057344 1 890801 897755 Python bivittatus 176946 CAG|GTCAGTCTGG...TTCCCCTTCCTA/TGATTATTCATG...TGTAG|TGT 0 1 3.223
168293451 GT-AG 0 1.000000099473604e-05 5620 rna-XM_007419855.3 30057344 2 897874 903493 Python bivittatus 176946 TAG|GTGAGCATGC...TTTTTCTTTTTT/ATTGTGATGATG...TTTAG|CCT 1 1 6.845
168293452 GT-AG 0 0.0002517056369433 2694 rna-XM_007419855.3 30057344 3 903540 906233 Python bivittatus 176946 CAG|GTACTTTCTT...ATTTTCTAGAAT/TCTAGAATGACT...TGCAG|TAT 2 1 8.257
168293453 GT-AG 0 1.000000099473604e-05 1764 rna-XM_007419855.3 30057344 4 906328 908091 Python bivittatus 176946 CAG|GTAAGCTTAC...GGCATCTGATTG/CTGTTTCTCATG...TTCAG|GTG 0 1 11.142
168293454 GT-AG 0 1.000000099473604e-05 2382 rna-XM_007419855.3 30057344 5 908236 910617 Python bivittatus 176946 GTG|GTCAGTATTA...GCTGCCTAGATT/TAGATTGTAACC...TACAG|ATC 0 1 15.562
168293455 GT-AG 0 2.318765266781008e-05 5054 rna-XM_007419855.3 30057344 6 910743 915796 Python bivittatus 176946 GTC|GTAAGTACCA...CTCTTCCTGACA/CAATGTTTGACT...TGCAG|CCA 2 1 19.398
168293456 GT-AG 0 1.000000099473604e-05 1556 rna-XM_007419855.3 30057344 7 915900 917455 Python bivittatus 176946 ATG|GTGAGAATGT...TGTTTTCTATTT/AATTATATGACC...TACAG|GTT 0 1 22.56
168293457 GT-AG 0 1.2802564448943535e-05 1134 rna-XM_007419855.3 30057344 8 917639 918772 Python bivittatus 176946 CAA|GTAAGATTGT...CTTCTTTTATTA/CTTTTATTAATC...AACAG|CAA 0 1 28.177
168293458 GT-AG 0 1.000000099473604e-05 1478 rna-XM_007419855.3 30057344 9 918885 920362 Python bivittatus 176946 ATG|GTAAGAGAAA...ATGCTGTTAACT/ATTTGTTTCATC...GCTAG|TGG 1 1 31.614
168293459 GT-AG 0 1.000000099473604e-05 32711 rna-XM_007419855.3 30057344 10 920470 953180 Python bivittatus 176946 CAG|GTCAGTTCTA...AGATTCTGAACT/AAGATTCTGAAC...CACAG|ATC 0 1 34.899
168293460 GT-AG 0 0.0011139282007693 13600 rna-XM_007419855.3 30057344 11 953332 966931 Python bivittatus 176946 CAG|GTATGTGACA...GTTTCCTTAACC/CCATTTCTAACC...TTCAG|ACC 1 1 39.533
168293461 GT-AG 0 1.573237235968653e-05 216 rna-XM_007419855.3 30057344 12 967100 967315 Python bivittatus 176946 AAG|GTACTGTAGA...TCTTGCTTGATA/TCTTGCTTGATA...TATAG|GCA 1 1 44.69
168293462 GT-AG 0 0.0041521699423004 944 rna-XM_007419855.3 30057344 13 967733 968676 Python bivittatus 176946 CAC|GTATGTACTT...CTTTCTTTGCTC/TATTTGTCCATT...TTCAG|ATG 1 1 57.489
168293463 GT-AG 0 1.000000099473604e-05 4473 rna-XM_007419855.3 30057344 14 968779 973251 Python bivittatus 176946 AGG|GTAAGCGTTG...TTCATTCTAGCT/TCTAGCTTCATT...TCTAG|GAG 1 1 60.62
168293464 GT-AG 0 0.000398404783115 526 rna-XM_007419855.3 30057344 15 973429 973954 Python bivittatus 176946 AAG|GTATATACCT...GTTTGCTAAATT/TATAAAATAACT...AACAG|AGA 1 1 66.053

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