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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
140208665 GT-AG 0 1.000000099473604e-05 720 rna-XM_006644570.3 25413767 2 22638686 22639405 Oryza brachyantha 4533 CTG|GTATGGCAAG...TGTGCTTCAACA/AAACTACTCACT...TGCAG|GAA 0 1 7.551
140208666 GT-AG 0 2.0492829547328656e-05 472 rna-XM_006644570.3 25413767 3 22639492 22639963 Oryza brachyantha 4533 CTG|GTAGGGTTTC...TAGTTTTTATTC/TTTATTCTAATA...ACCAG|GTT 2 1 9.653
140208667 GT-AG 0 1.000000099473604e-05 139 rna-XM_006644570.3 25413767 4 22640055 22640193 Oryza brachyantha 4533 CCA|GTAAGTGAAA...GTTTCTTTGTTA/TTCTTTGTTATT...GAAAG|GTG 0 1 11.877
140208668 GT-AG 0 1.000000099473604e-05 428 rna-XM_006644570.3 25413767 5 22640244 22640671 Oryza brachyantha 4533 CAG|GTAAAGCTCA...TATCTCTTATTG/GTATCTCTTATT...TGCAG|TGG 2 1 13.099
140208669 GT-AG 0 1.000000099473604e-05 90 rna-XM_006644570.3 25413767 6 22640745 22640834 Oryza brachyantha 4533 GAA|GTAATAATAC...CCATACTTATCT/ATCTATTTCATA...TCCAG|GCA 0 1 14.883
140208670 GT-AG 0 0.0014448163208794 96 rna-XM_006644570.3 25413767 7 22640945 22641040 Oryza brachyantha 4533 ATG|GTACTCATAG...GTTTTCTGATTA/TGTTTTCTGATT...GCCAG|GTA 2 1 17.571
140208671 GT-AG 0 1.000000099473604e-05 91 rna-XM_006644570.3 25413767 8 22641107 22641197 Oryza brachyantha 4533 AAG|GTAATTCTAT...TATATTGTAATA/ATTGTAATAATC...TATAG|ATG 2 1 19.184
140208672 GT-AG 0 0.0005568163420552 333 rna-XM_006644570.3 25413767 9 22641812 22642144 Oryza brachyantha 4533 CAG|GTTTGTTGTG...TTCTCTTTGATC/TTCTCTTTGATC...TGCAG|CTG 1 1 34.189
140208673 GT-AG 0 1.000000099473604e-05 144 rna-XM_006644570.3 25413767 10 22642239 22642382 Oryza brachyantha 4533 GAC|GTGAGTAACT...CTTTCTCTATTT/TCCAGTTTCATT...TTCAG|GCA 2 1 36.486
140208674 GT-AG 0 0.0107837499571904 107 rna-XM_006644570.3 25413767 11 22643584 22643690 Oryza brachyantha 4533 TTA|GTATGTATCT...GTTTGTTTAAAT/GTTTGTTTAAAT...TTTAG|GCA 0 1 65.836
140208675 GT-AG 0 1.000000099473604e-05 176 rna-XM_006644570.3 25413767 12 22643766 22643941 Oryza brachyantha 4533 CAG|GTGACATTCA...TTTTCTCCAACT/ACTGAAGTTATC...CTCAG|GCG 0 1 67.669
140208676 GT-AG 0 1.000000099473604e-05 294 rna-XM_006644570.3 25413767 13 22644435 22644728 Oryza brachyantha 4533 AAG|GTAATTTCTG...TTTTCATTACAG/ATTTTCATTACA...TGCAG|GAG 1 1 79.717
140208677 GT-AG 0 1.000000099473604e-05 173 rna-XM_006644570.3 25413767 14 22645346 22645518 Oryza brachyantha 4533 AAG|GTAAATCCAC...TTTGTTTCAACT/TTTTGTTTCAAC...TGCAG|GTT 0 1 94.795
140222775 GT-AG 0 1.000000099473604e-05 112 rna-XM_006644570.3 25413767 1 22638463 22638574 Oryza brachyantha 4533 GCG|GTAATCGAGC...GATTTTTTGGTT/GTTGGAATAATC...TGCAG|GGC   0 6.305

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