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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
84004100 GA-CT 0 3.571547344484628e-05 273 rna-XM_028392740.1 15550489 1 34178916 34179188 Glycine soja 3848 TTT|GATGAATCTA...ATTCTCTTAAAG/CATTCTCTTAAA...TATCT|ATG 0 1 31.053
84004101 CC-AG 0 1.000000099473604e-05 14154 rna-XM_028392740.1 15550489 2 34163292 34177445 Glycine soja 3848 AAA|CCTCTCCCCA...GATGTCATACCA/GCTGATGTCATA...CACAG|TTG 0 1 67.895
84004102 GT-AG 0 1.000000099473604e-05 222 rna-XM_028392740.1 15550489 3 34163001 34163222 Glycine soja 3848 ATG|GTAAGGGTCA...CATTCATTAACC/CATTCATTAACC...TGCAG|GAT 0 1 69.624
84004103 GT-AG 0 1.000000099473604e-05 126 rna-XM_028392740.1 15550489 4 34162655 34162780 Glycine soja 3848 AAA|GTTTGAACAT...TGTTTTTTATTG/ATGTTTTTTATT...AATAG|GTA 1 1 75.138
84004104 GT-AG 0 0.0089024658701153 163 rna-XM_028392740.1 15550489 5 34162350 34162512 Glycine soja 3848 GAG|GTATGCCTTA...TGTTGTTTAATT/ATTCTATTCATT...TGTAG|GAA 2 1 78.697
84004105 GT-AG 0 1.000000099473604e-05 98 rna-XM_028392740.1 15550489 6 34162216 34162313 Glycine soja 3848 CAG|GTTAAGTGAT...TATGCGTTGATG/TATGCGTTGATG...ACCAG|TGC 2 1 79.599
84004106 GT-AG 0 1.000000099473604e-05 89 rna-XM_028392740.1 15550489 7 34162054 34162142 Glycine soja 3848 AAG|GTTAGTCATA...TGTTTTGTAACT/TTATTTTTCATA...TGTAG|AGT 0 1 81.429
84004107 GT-AG 0 0.0001683814142586 94 rna-XM_028392740.1 15550489 8 34161864 34161957 Glycine soja 3848 CTG|GTATAGATAA...TAACTTTTAAAT/CTTGTACTCAAC...TGTAG|CGG 0 1 83.835
84004108 GC-AG 0 0.0002503226698542 356 rna-XM_028392740.1 15550489 9 34161448 34161803 Glycine soja 3848 TGG|GCAACTTATT...TGGTTTTTATCA/GTTTTTATCATT...TTTAG|GTT 0 1 85.338
84004109 GT-AG 0 0.0029245574062395 1703 rna-XM_028392740.1 15550489 10 34159622 34161324 Glycine soja 3848 TAT|GTACGTTCAT...TTGGCTTTATTT/CTTTTTCTGATC...TATAG|TCA 0 1 88.421
84004110 GT-AG 0 0.0001282491347096 653 rna-XM_028392740.1 15550489 11 34158905 34159557 Glycine soja 3848 CAG|GTACATAATA...GAAACTTTAATT/ATACTTTTGATT...TGCAG|CCA 1 1 90.025
84004111 GT-AG 0 4.851652852973635e-05 866 rna-XM_028392740.1 15550489 12 34157934 34158799 Glycine soja 3848 TTG|GTAATTTGTG...ACTATTTTAAAG/ACTATTTTAAAG...TGTAG|CTG 1 1 92.657
84004112 GT-AG 0 0.0395847869450614 89 rna-XM_028392740.1 15550489 13 34157777 34157865 Glycine soja 3848 TTG|GTATTTATTT...CATTTTTTATTT/AATCTTCTCATT...CGCAG|ACA 0 1 94.361
84004113 GT-AG 0 0.0006508166046311 94 rna-XM_028392740.1 15550489 14 34157617 34157710 Glycine soja 3848 GTG|GTATGATCTT...TGTGTGTTAATT/TGTTAATTGACT...TACAG|AAT 0 1 96.015
84004114 GT-AG 0 0.0002743597743552 101 rna-XM_028392740.1 15550489 15 34157446 34157546 Glycine soja 3848 AAG|GTAGCTACAT...AATTTTTTATAA/TAATTTTTTATA...TATAG|GCT 1 1 97.769

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