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

✎ 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
140208679 GT-AG 0 1.000000099473604e-05 1215 rna-XM_015834520.2 25413769 2 24720520 24721734 Oryza brachyantha 4533 AGG|GTTCGCGCCA...AAAACTTTACCT/TCACTGTTTATT...TGCAG|TTT 1 1 9.924
140208680 GT-AG 0 1.000000099473604e-05 163 rna-XM_015834520.2 25413769 3 24721826 24721988 Oryza brachyantha 4533 TGG|GTGAGTGAAT...TTATTCTTGAAT/CTGTATTTGATG...TGTAG|GAA 2 1 12.307
140208681 GT-AG 0 1.000000099473604e-05 203 rna-XM_015834520.2 25413769 4 24722299 24722501 Oryza brachyantha 4533 AAG|GTTGTATATT...GTTTTTCTAGCT/TTCTAGCTGAGC...TGCAG|ATT 0 1 20.424
140208682 GT-AG 0 0.0992162462094934 285 rna-XM_015834520.2 25413769 5 24722577 24722861 Oryza brachyantha 4533 CAG|GTATCGTTCT...TTGATCTTCATC/TTGATCTTCATC...ATCAG|GTG 0 1 22.388
140208683 GT-AG 0 1.000000099473604e-05 2712 rna-XM_015834520.2 25413769 6 24722907 24725618 Oryza brachyantha 4533 CAG|GTGCCAGTTC...TTCTGTTTATCT/ATTCTGTTTATC...TTTAG|GTT 0 1 23.566
140208684 GT-AG 0 4.476734412219358e-05 90 rna-XM_015834520.2 25413769 7 24725710 24725799 Oryza brachyantha 4533 CAG|GTAATTCTGT...TTTGTCTTAGTA/TTTTGTCTTAGT...CCCAG|TTG 1 1 25.949
140208685 GT-AG 0 0.0001102852122761 144 rna-XM_015834520.2 25413769 8 24725859 24726002 Oryza brachyantha 4533 AAG|GTATGTCAGA...TCTTCTATGATG/TGTGGACTGAAA...TGCAG|ATA 0 1 27.494
140208686 GT-AG 0 1.000000099473604e-05 1049 rna-XM_015834520.2 25413769 9 24726165 24727213 Oryza brachyantha 4533 GTG|GTAATAGTTT...TATATTTTATTG/ATATATTTTATT...TTTAG|GAT 0 1 31.736
140208687 GT-AG 0 0.0020098472735525 86 rna-XM_015834520.2 25413769 10 24727267 24727352 Oryza brachyantha 4533 GAG|GTATTATGCT...GAATTTTTAATG/GAATTTTTAATG...TGTAG|AGA 2 1 33.124
140208688 GT-AG 0 1.000000099473604e-05 519 rna-XM_015834520.2 25413769 11 24727387 24727905 Oryza brachyantha 4533 TTG|GTAAGAAGTT...TGAGTATTAACT/TATTAACTCATT...AACAG|GTA 0 1 34.014
140208689 GT-AG 0 1.000000099473604e-05 83 rna-XM_015834520.2 25413769 12 24727996 24728078 Oryza brachyantha 4533 CCT|GTTAGTAACA...GATCTCTTTTTT/AAGTTACTGATG...CACAG|GTC 0 1 36.371
140208690 GT-AG 0 0.007384230258102 140 rna-XM_015834520.2 25413769 13 24729081 24729220 Oryza brachyantha 4533 CAG|GTATATTCCT...CAATCTTTATTG/TCAATCTTTATT...TGCAG|GTC 0 1 62.608
140208691 GT-AG 0 1.0394163252744475 716 rna-XM_015834520.2 25413769 14 24729780 24730495 Oryza brachyantha 4533 CAG|GTATCTATGT...TTTTACTTAACT/AAAATTTTAATT...GGTAG|GTA 1 1 77.245
140208692 GT-AG 0 1.000000099473604e-05 395 rna-XM_015834520.2 25413769 15 24730978 24731372 Oryza brachyantha 4533 AAA|GTAAGATTTT...AGTCCCTTTGTA/TTATTTCTGATA...TGCAG|GTC 0 1 89.866

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