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

✎ 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
151209778 GT-AG 0 7.122865104210723 1045 rna-XM_020731454.1 27151066 1 42963155 42964199 Phalaenopsis equestris 78828 GAG|GTATCCATGA...TGTTGTTTAACA/TCATTTTTCAAT...CGTAG|CAA 0 1 55.279
151209779 GT-AG 0 2.0063393741666707e-05 97 rna-XM_020731454.1 27151066 2 42962863 42962959 Phalaenopsis equestris 78828 GAG|GTAAAGTTTC...GTGACTTTATTT/GGTATGCTAATT...ACCAG|TCC 0 1 60.044
151209780 GT-AG 0 0.0065010958891055 4162 rna-XM_020731454.1 27151066 3 42958652 42962813 Phalaenopsis equestris 78828 GAG|GTACTCTCTT...TTTTTTTTACAT/ATTTTTTTTACA...TGTAG|GCC 1 1 61.241
151209781 GT-AG 0 2.0097259321174432e-05 162 rna-XM_020731454.1 27151066 4 42958357 42958518 Phalaenopsis equestris 78828 TAG|GTATGAAATT...GTTTGTTTATTT/TGTTTGTTTATT...ATCAG|CCA 2 1 64.492
151209782 GT-AG 0 1.000000099473604e-05 186 rna-XM_020731454.1 27151066 5 42957708 42957893 Phalaenopsis equestris 78828 AAG|GTGGGCCTGT...GTTGCCTTTTTT/ATGCCACTTATT...TGTAG|GCA 0 1 75.806
151209783 GT-AG 0 1.000000099473604e-05 78 rna-XM_020731454.1 27151066 6 42957549 42957626 Phalaenopsis equestris 78828 ATG|GTGAAAATTT...CTCACTATAATT/CTATAATTAATT...GACAG|GTA 0 1 77.786
151209784 GT-AG 0 0.0037706470965953 2898 rna-XM_020731454.1 27151066 7 42954528 42957425 Phalaenopsis equestris 78828 TCT|GTAAGTTTTT...GGTTTTTTATTA/TTTTTATTAATT...AGCAG|GTT 0 1 80.792
151209785 GT-AG 0 4.020610591169013e-05 12981 rna-XM_020731454.1 27151066 8 42941477 42954457 Phalaenopsis equestris 78828 ATG|GTAATTCCTA...ATAATCTTAAAT/GCGCTTCTAACA...GTTAG|ATA 1 1 82.502
151209786 GT-AG 0 1.000000099473604e-05 80 rna-XM_020731454.1 27151066 9 42941299 42941378 Phalaenopsis equestris 78828 ACG|GTGATCATTT...ATTATTTTAAAT/ATTATTTTAAAT...TGTAG|GCT 0 1 84.897
151209787 GT-AG 0 1.000000099473604e-05 5789 rna-XM_020731454.1 27151066 10 42935405 42941193 Phalaenopsis equestris 78828 CAG|GTAATTAATA...TCTTTCTTGATA/TTGATATTCATA...TGTAG|AGA 0 1 87.463
151209788 GT-AG 0 0.0001188382122301 6137 rna-XM_020731454.1 27151066 11 42929214 42935350 Phalaenopsis equestris 78828 CAG|GTATGTTAAT...TATGCTGTATTT/CTCTATTTCAAT...TTTAG|GTG 0 1 88.783
151209789 GT-AG 0 1.000000099473604e-05 168 rna-XM_020731454.1 27151066 12 42928902 42929069 Phalaenopsis equestris 78828 GAG|GTCAGACATT...ATTCATTTAATA/CATTTATTCAGC...GCCAG|GTA 0 1 92.302
151209790 GT-AG 0 1.000000099473604e-05 137 rna-XM_020731454.1 27151066 13 42928711 42928847 Phalaenopsis equestris 78828 AAA|GTGAGAATTT...TCATTCTAGATT/CATTGTTTCATT...TTTAG|GTG 0 1 93.622
151209791 GT-AG 0 1.000000099473604e-05 4181 rna-XM_020731454.1 27151066 14 42924455 42928635 Phalaenopsis equestris 78828 CAG|GTAATAAAGT...TTCTGTTTATCA/ATTCTGTTTATC...TTCAG|GAT 0 1 95.455
151209792 GT-AG 0 1.000000099473604e-05 95 rna-XM_020731454.1 27151066 15 42924276 42924370 Phalaenopsis equestris 78828 GAG|GTTCGTCCAT...TAAGCCTCAGTG/GTTAGATTTACT...AACAG|CAA 0 1 97.507

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