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

✎ 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
164180891 GT-AG 0 1.000000099473604e-05 61275 rna-XM_026725485.1 29479832 1 14613415 14674689 Pseudonaja textilis 8673 AAG|GTAAGGGCGG...TTTTTCTTATCT/TTTTTTCTTATC...TACAG|GTA 1 1 0.527
164180892 GT-AG 0 1.000000099473604e-05 35972 rna-XM_026725485.1 29479832 2 14576350 14612321 Pseudonaja textilis 8673 CAG|GTAAGAGACT...CAATGCTTAATG/CATATTATTACT...CACAG|AGC 2 1 30.837
164180893 GT-AG 0 1.000000099473604e-05 5070 rna-XM_026725485.1 29479832 3 14571156 14576225 Pseudonaja textilis 8673 CAG|GTTGGCATTG...CTGGTCTCATCT/CCTGGTCTCATC...TATAG|ATC 0 1 34.276
164180894 GT-AG 0 1.000000099473604e-05 1312 rna-XM_026725485.1 29479832 4 14569724 14571035 Pseudonaja textilis 8673 AAG|GTAAAGTGAT...TTTTTGTTATCT/TTTTGGTTAATT...GGCAG|ACA 0 1 37.604
164180895 GT-AG 0 1.000000099473604e-05 765 rna-XM_026725485.1 29479832 5 14568872 14569636 Pseudonaja textilis 8673 CAG|GTAAGAATAT...AATTCTGTATCT/CTACTATTGATT...TCCAG|GTA 0 1 40.017
164180896 GT-AG 0 0.0006220317879306 2191 rna-XM_026725485.1 29479832 6 14566496 14568686 Pseudonaja textilis 8673 CCA|GTAAGTTTCT...CTCTTCTTTATA/TTACTACTAATC...AATAG|TGT 2 1 45.147
164180897 GT-AG 0 1.000000099473604e-05 5735 rna-XM_026725485.1 29479832 7 14560598 14566332 Pseudonaja textilis 8673 CAG|GTAAGAATAA...TTTATTTTATTT/TTTTATTTTATT...TTTAG|GCC 0 1 49.667
164180898 GT-AG 0 1.000000099473604e-05 7205 rna-XM_026725485.1 29479832 8 14553170 14560374 Pseudonaja textilis 8673 AAG|GTAAGGAGGC...TTTTCATTATTT/TCTTTTTTCATT...CTCAG|GTT 1 1 55.851
164180899 GT-AG 0 1.000000099473604e-05 6093 rna-XM_026725485.1 29479832 9 14546955 14553047 Pseudonaja textilis 8673 CAG|GTAAATAATT...TATTTTTTGTTC/TTTGTTCCCATC...TATAG|CAA 0 1 59.235
164180900 GT-AG 0 1.3533824327668271e-05 833 rna-XM_026725485.1 29479832 10 14545979 14546811 Pseudonaja textilis 8673 GAG|GTAAACAGAA...GATTTCTGAATT/TGATTTCTGAAT...TGCAG|AAA 2 1 63.2
164180901 GT-AG 0 1.000000099473604e-05 4007 rna-XM_026725485.1 29479832 11 14541792 14545798 Pseudonaja textilis 8673 AAG|GTATGGGTGT...GTGCATTTAATA/GTGCATTTAATA...TTCAG|GAA 2 1 68.192
164180902 GT-AG 0 5.941049099539873e-05 6111 rna-XM_026725485.1 29479832 12 14535399 14541509 Pseudonaja textilis 8673 AAG|GTAAACTGAT...TTCATTTTATTT/AAAGTTTTCATT...TACAG|CTC 2 1 76.012
164180903 GT-AG 0 1.000000099473604e-05 1387 rna-XM_026725485.1 29479832 13 14533764 14535150 Pseudonaja textilis 8673 CAG|GTAAGTTGGC...TAGACCTGGATG/CTGAAGCTTAGA...TCTAG|TCA 1 1 82.89
164180904 GT-AG 0 2.935332457182172e-05 1618 rna-XM_026725485.1 29479832 14 14531985 14533602 Pseudonaja textilis 8673 CAG|GTAAGCCTGG...CAACTCTTACCA/CCAACTCTTACC...TGCAG|GCA 0 1 87.354

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