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)

13 rows where transcript_id = 25413756

✎ 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
140208553 GT-AG 0 1.000000099473604e-05 582 rna-XM_040519992.1 25413756 1 9807696 9808277 Oryza brachyantha 4533 GGG|GTAAGTGAAC...CCATTTTCGACG/CCATTTTCGACG...ATCAG|TGG 0 1 5.667
140208554 GC-AG 0 1.000000099473604e-05 109 rna-XM_040519992.1 25413756 2 9808751 9808859 Oryza brachyantha 4533 AAG|GCAAATGATG...ACCCCTTTGATG/CCTTTGATGACC...TGCAG|ATT 2 1 17.425
140208555 GT-AG 0 0.0002183009869264 75 rna-XM_040519992.1 25413756 3 9809306 9809380 Oryza brachyantha 4533 CAT|GTATAGAATA...AGACTCTTCTCG/AAATTTCTGAAG...GAAAG|ACT 1 1 28.511
140208556 GT-AG 0 1.000000099473604e-05 94 rna-XM_040519992.1 25413756 4 9809470 9809563 Oryza brachyantha 4533 GGG|GTAAGGAACG...CAACTGATGATT/CAACTGATGATT...AAAAG|TAC 0 1 30.723
140208557 GT-AG 0 1.000000099473604e-05 89 rna-XM_040519992.1 25413756 5 9809794 9809882 Oryza brachyantha 4533 TTG|GTGCATGTGG...TGATTGTTACTA/TTGTTACTAACC...TGTAG|GAT 2 1 36.44
140208558 GT-AG 0 1.000000099473604e-05 2827 rna-XM_040519992.1 25413756 6 9810045 9812871 Oryza brachyantha 4533 CCA|GTAGAAATTG...CCCGCTGTCACC/CCCGCTGTCACC...CCTAG|GCG 2 1 40.467
140208559 GT-AG 0 1.000000099473604e-05 2128 rna-XM_040519992.1 25413756 7 9813222 9815349 Oryza brachyantha 4533 TCG|GTGAGTTTGA...TTTTTTTTAACA/TTTTTTTTAACA...TGCAG|GAG 1 1 49.167
140208560 GT-AG 0 1.000000099473604e-05 551 rna-XM_040519992.1 25413756 8 9815925 9816475 Oryza brachyantha 4533 GCG|GTGAGTAGCA...TTTGTTTTAAAG/TTTGTTTTAAAG...TGTAG|GTG 0 1 63.46
140208561 GT-AG 0 1.000000099473604e-05 96 rna-XM_040519992.1 25413756 9 9816856 9816951 Oryza brachyantha 4533 CTG|GTAAGGCGCC...TTTTTTTTGTTT/CATAGTTTCAAC...GTCAG|GCA 2 1 72.906
140208562 GT-AG 0 1.000000099473604e-05 355 rna-XM_040519992.1 25413756 10 9817039 9817393 Oryza brachyantha 4533 CAG|GTAATTTCGG...CAGTTGTTGACT/CAGTTGTTGACT...TGCAG|CCC 2 1 75.068
140208563 GT-AG 0 1.000000099473604e-05 91 rna-XM_040519992.1 25413756 11 9817725 9817815 Oryza brachyantha 4533 AAG|GTAGACGACG...GATGCCTGAATC/ATCAATTTGATC...TGCAG|GGG 0 1 83.296
140208564 GC-AG 0 1.000000099473604e-05 109 rna-XM_040519992.1 25413756 12 9818227 9818335 Oryza brachyantha 4533 CAG|GCACGTTACT...TCTTTTTTGGTT/ACTGAACTGAAC...CGTAG|GTC 0 1 93.512
140208565 GT-AG 0 1.000000099473604e-05 310 rna-XM_040519992.1 25413756 13 9818396 9818705 Oryza brachyantha 4533 GAG|GTTCGTAAGC...TGTACCTTTTTT/GTTGTCCCCAAT...TGCAG|GCA 0 1 95.004

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