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

✎ 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
209849858 GT-AG 0 1.000000099473604e-05 238 rna-XM_028047846.1 38015488 1 36467400 36467637 Vigna unguiculata 3917 AAG|GTGAGCTTCT...TCCTGTTTATTT/CTCCTGTTTATT...TTCAG|GAG 0 1 4.1
209849859 GT-AG 0 2.3193697357586868e-05 137 rna-XM_028047846.1 38015488 2 36467773 36467909 Vigna unguiculata 3917 CAG|GTGTGTTGCT...TTGGTTTTATTT/GTTGGTTTTATT...TGTAG|CTG 0 1 7.394
209849860 GT-AG 0 0.0039065462159522 494 rna-XM_028047846.1 38015488 3 36467990 36468483 Vigna unguiculata 3917 CAG|GTTTGCTTGC...GATTTTTTAATT/GATTTTTTAATT...TGTAG|GTT 2 1 9.346
209849861 GT-AG 0 1.000000099473604e-05 4064 rna-XM_028047846.1 38015488 4 36468568 36472631 Vigna unguiculata 3917 CAG|GTGATGTATT...ATTCCTATATTT/ATATTACTAATT...TGCAG|TGG 2 1 11.396
209849862 GT-AG 0 1.000000099473604e-05 353 rna-XM_028047846.1 38015488 5 36472717 36473069 Vigna unguiculata 3917 GAG|GTCTAAAGTT...GTGACCTTTTTT/TTTTTGCTTAAT...TCTAG|AGA 0 1 13.47
209849863 GT-AG 0 1.000000099473604e-05 128 rna-XM_028047846.1 38015488 6 36473231 36473358 Vigna unguiculata 3917 TAG|GTATGGTGAG...CATTTTTTTGCA/TGTGTACTCACT...TACAG|GAG 2 1 17.399
209849864 GT-AG 0 1.000000099473604e-05 1059 rna-XM_028047846.1 38015488 7 36475304 36476362 Vigna unguiculata 3917 CTG|GTAAGAAAAT...CCTGTTTTGACT/CCTGTTTTGACT...TTTAG|GTG 0 1 64.861
209849865 GT-AG 0 1.000000099473604e-05 1006 rna-XM_028047846.1 38015488 8 36476674 36477679 Vigna unguiculata 3917 AAG|GTATGACATT...TTCATATTGATT/CATATTCTAATA...GGCAG|TTG 2 1 72.45
209849866 GT-AG 0 7.658474390103085e-05 337 rna-XM_028047846.1 38015488 9 36477996 36478332 Vigna unguiculata 3917 GCT|GTAAGTAGCA...TTTGCTTTATAG/AGTCTTCTCATC...TTCAG|TTC 0 1 80.161
209849867 GT-AG 0 1.000000099473604e-05 443 rna-XM_028047846.1 38015488 10 36478489 36478931 Vigna unguiculata 3917 GAG|GTGAGTGGTG...ACTTGTTTAGTT/AACTTGTTTAGT...GCTAG|GAA 0 1 83.968
209849868 GT-AG 0 0.1665306196340001 579 rna-XM_028047846.1 38015488 11 36479071 36479649 Vigna unguiculata 3917 AAG|GTATGCTTTT...CATATTTTATTA/AAGATTCTAACC...ACCAG|ACA 1 1 87.36
209849869 GT-AG 0 0.0003597076547542 870 rna-XM_028047846.1 38015488 12 36479727 36480596 Vigna unguiculata 3917 AAG|GTATATCCTT...TTTGCTTTTCCG/CGGTAATTTATA...CTCAG|GGC 0 1 89.239
209849870 GT-AG 0 0.0007927104732561 1524 rna-XM_028047846.1 38015488 13 36480737 36482260 Vigna unguiculata 3917 AAG|GTACCAATAT...AGTTTTTTATAT/TAGTTTTTTATA...TACAG|GGA 2 1 92.655
209849871 GT-AG 0 1.000000099473604e-05 287 rna-XM_028047846.1 38015488 14 36482370 36482656 Vigna unguiculata 3917 CGG|GTAAGTACTT...GTTTTCTTACAT/TGTTTTCTTACA...ATTAG|GGT 0 1 95.315

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