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)

13 rows where transcript_id = 35543723

✎ 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
199805300 GT-AG 0 1.000000099473604e-05 1017 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 1 1258470 1259486 Toxostoma redivivum 99882 AAG|GTAAGAAATT...TGTATATTAATG/TGTATATTAATG...AACAG|AGG 1 1 1.942
199805301 GT-AG 0 1.000000099473604e-05 2375 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 2 1256000 1258374 Toxostoma redivivum 99882 ATG|GTAAGAAGCA...TAATTCTTAATT/TAATTCTTAATT...TACAG|CCC 0 1 7.895
199805302 GT-AG 0 0.0124186050358204 1839 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 3 1254056 1255894 Toxostoma redivivum 99882 CAG|GTACCTACAT...TTTTTTTTACTA/GTTTTTTTTACT...CACAG|AAG 0 1 14.474
199805303 GT-AG 0 0.0640346721605576 3970 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 4 1249952 1253921 Toxostoma redivivum 99882 TAA|GTATGTTTGG...GTTTACTTGATG/ATAGGACTAATT...AACAG|GCC 2 1 22.87
199805304 GT-AG 0 1.589996460837654e-05 4414 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 5 1245412 1249825 Toxostoma redivivum 99882 GAG|GTAATTTTTT...ATGTTTTCAGTG/TATGTTTTCAGT...TACAG|GTG 2 1 30.764
199805305 GT-AG 0 1.826325311462065e-05 1082 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 6 1244172 1245253 Toxostoma redivivum 99882 CAG|GTAATTTGTT...CGTTTCTTGGTT/AGCATTGTAATG...TTCAG|CCC 1 1 40.664
199805306 GT-AG 0 0.0001136084313113 975 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 7 1243063 1244037 Toxostoma redivivum 99882 CTT|GTAAGTATTA...TTTCCCTTTCCC/AAATTAATCAGA...GGCAG|AGT 0 1 49.06
199805307 GT-AG 0 1.000000099473604e-05 172 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 8 1242771 1242942 Toxostoma redivivum 99882 ACA|GTAAGGCACT...AGATGTTTATTC/AAGCTATTCATT...TATAG|GAC 0 1 56.579
199805308 GT-AG 0 1.000000099473604e-05 4737 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 9 1237932 1242668 Toxostoma redivivum 99882 GTG|GTAAGTATTA...TCTTTCTAAAAA/TTCTTTCTAAAA...TTTAG|ACC 0 1 62.97
199805309 GT-AG 0 1.000000099473604e-05 3075 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 10 1234776 1237850 Toxostoma redivivum 99882 CTG|GTGAGAATGT...TTAACTTTAATA/TTAACTTTAATA...CACAG|AAA 0 1 68.045
199805310 GT-AG 0 2.33180470016075e-05 325 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 11 1234325 1234649 Toxostoma redivivum 99882 GAG|GTAAGATTTT...TCATTCTTAATT/GATATCTTCATT...TGCAG|CTT 0 1 75.94
199805311 GT-AG 0 1.000000099473604e-05 103 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 12 1234039 1234141 Toxostoma redivivum 99882 AAG|GTAAAAAGCT...ATGTTTTTGTTT/TTTGTGCTGAAC...TACAG|TGT 0 1 87.406
199805312 GT-AG 0 0.0003844157329927 1297 rna-gnl|WGS:VXBI|TOXRED_R04910_mrna 35543723 13 1232644 1233940 Toxostoma redivivum 99882 CAG|GTATTACTTT...CTTTCCTTCTTT/ATGAGGTTCAAC...CATAG|TTG 2 1 93.546

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