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

✎ 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
164180145 GT-AG 0 1.000000099473604e-05 16094 rna-XM_026701992.1 29479801 1 48462046 48478139 Pseudonaja textilis 8673 AAG|GTAATGTGCC...ACTGCTTTATTT/CATGTTGTAATT...TTTAG|GAA 0 1 1.475
164180146 GT-AG 0 1.000000099473604e-05 4374 rna-XM_026701992.1 29479801 2 48453921 48458294 Pseudonaja textilis 8673 TAG|GTGAGCATTC...AACCCTTTAACC/AACCCTTTAACC...GGCAG|AAG 1 1 69.8
164180147 GT-AG 0 1.000000099473604e-05 4826 rna-XM_026701992.1 29479801 3 48449010 48453835 Pseudonaja textilis 8673 TGG|GTAAGTCCCT...TCCTTTTTAAAT/TCCTTTTTAAAT...GAAAG|AGA 2 1 71.348
164180148 GT-AG 0 1.000000099473604e-05 1235 rna-XM_026701992.1 29479801 4 48447710 48448944 Pseudonaja textilis 8673 CGT|GTAAGTACTG...ATAGACTTACAA/AATAGACTTACA...TGCAG|CCA 1 1 72.532
164180149 GT-AG 0 1.000000099473604e-05 240 rna-XM_026701992.1 29479801 5 48447216 48447455 Pseudonaja textilis 8673 GAG|GTAAAGGACA...TTTCTCTTCTTC/GGGAATCTAATT...AACAG|GCC 0 1 77.158
164180150 GT-AG 0 1.000000099473604e-05 2493 rna-XM_026701992.1 29479801 6 48444562 48447054 Pseudonaja textilis 8673 CAA|GTGAGTCCTG...TCTTCCATGATG/ATAGGAGTGACA...TGCAG|TTT 2 1 80.091
164180151 GT-AG 0 1.000000099473604e-05 1177 rna-XM_026701992.1 29479801 7 48443232 48444408 Pseudonaja textilis 8673 CAT|GTAAGGACCT...TCACCTTTACTT/CTTTACTTCACA...CCTAG|GAA 2 1 82.878
164180152 GT-AG 0 1.000000099473604e-05 2781 rna-XM_026701992.1 29479801 8 48440321 48443101 Pseudonaja textilis 8673 CAG|GTAGGAAGAT...TCAATCTTTCCT/CAATCAATCAAT...TGCAG|AAC 0 1 85.246
164180153 GT-AG 0 1.000000099473604e-05 764 rna-XM_026701992.1 29479801 9 48439482 48440245 Pseudonaja textilis 8673 AAG|GTAGAAGTCA...CTTCCCTTTTTT/TCTGCTCTGATG...TGCAG|CTC 0 1 86.612
164180154 GT-AG 0 1.000000099473604e-05 5267 rna-XM_026701992.1 29479801 10 48434125 48439391 Pseudonaja textilis 8673 AAG|GTAAAAAAAC...CTATCTTTAAAA/TCTATCTTTAAA...TGCAG|ATC 0 1 88.251
164180155 GT-AG 0 0.0001431084192216 1834 rna-XM_026701992.1 29479801 11 48432139 48433972 Pseudonaja textilis 8673 GGA|GTAAGTTTGA...TGAATATTGACT/TGAATATTGACT...GGCAG|GAA 2 1 91.02
164180156 GT-AG 0 1.000000099473604e-05 979 rna-XM_026701992.1 29479801 12 48430998 48431976 Pseudonaja textilis 8673 TCA|GTAAGGCGGG...GAGGTCTTGCCA/TGCCACCTGATC...CCTAG|GAG 2 1 93.971
164180157 GT-AG 0 1.000000099473604e-05 1281 rna-XM_026701992.1 29479801 13 48429646 48430926 Pseudonaja textilis 8673 CTG|GTAAGAAAGC...TTTTCCCAAATA/ATTGGTGTAATT...TCCAG|ATG 1 1 95.264
164180158 GT-AG 0 1.000000099473604e-05 2110 rna-XM_026701992.1 29479801 14 48427431 48429540 Pseudonaja textilis 8673 ATG|GTGAGTGAAT...GTTCTCTCAACC/CGTTCTCTCAAC...TGCAG|GCT 1 1 97.177

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