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

✎ 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
140207470 GT-AG 0 1.000000099473604e-05 97 rna-XM_015843616.2 25413699 1 15638550 15638646 Oryza brachyantha 4533 CAG|GTCCGTTCGT...CGTTGCTCAGCT/GCGTTGCTCAGC...GGCAG|GAT 1 1 4.999
140207471 GT-AG 0 0.0001045425871209 1123 rna-XM_015843616.2 25413699 2 15634817 15635939 Oryza brachyantha 4533 CAG|GTGTCAAATA...TCTTTTTTATTG/CTCTTTTTTATT...CACAG|GTC 1 1 40.265
140207472 GT-AG 0 1.000000099473604e-05 167 rna-XM_015843616.2 25413699 3 15634199 15634365 Oryza brachyantha 4533 GAG|GTAAAAATAA...TCTGCATTAATT/TAATTGTTAATT...TTAAG|GTT 2 1 46.359
140207473 GT-AG 0 0.0006715238634952 1779 rna-XM_015843616.2 25413699 4 15632191 15633969 Oryza brachyantha 4533 AAG|GTATGTCTCA...TTGCCATTGACG/CCTGTGCTGATT...TGTAG|ATG 0 1 49.453
140207474 GT-AG 0 0.0035258982179474 232 rna-XM_015843616.2 25413699 5 15631794 15632025 Oryza brachyantha 4533 CAG|GTACCTATGG...TACATCATATTT/ATCATATTTATT...TCTAG|GAA 0 1 51.682
140207475 GT-AG 0 0.0016007487583347 114 rna-XM_015843616.2 25413699 6 15631407 15631520 Oryza brachyantha 4533 GAA|GTATGTCATA...AGTTTTTCAACT/CAGTTTTTCAAC...TTCAG|TGG 0 1 55.371
140207476 GT-AG 0 6.856892864499227e-05 122 rna-XM_015843616.2 25413699 7 15631039 15631160 Oryza brachyantha 4533 CCT|GTAAGTATAA...TTGTTCTAAATC/TTCTTTCTCACT...ATTAG|CTT 0 1 58.695
140207477 GT-AG 0 3.2911701604465264e-05 86 rna-XM_015843616.2 25413699 8 15630584 15630669 Oryza brachyantha 4533 AAG|GTAACACAAG...TATTTTTTATTG/TTATTTTTTATT...TCCAG|ATA 0 1 63.681
140207478 GT-AG 0 0.0004509357264277 85 rna-XM_015843616.2 25413699 9 15629185 15629269 Oryza brachyantha 4533 GAG|GTATTTGCCA...CGCATTTTAATC/CGCATTTTAATC...TGCAG|GCA 0 1 81.435
140207479 GT-AG 0 5.60540988970663e-05 901 rna-XM_015843616.2 25413699 10 15628227 15629127 Oryza brachyantha 4533 AAG|GTACTTTGTC...TCAATTTTACAG/ATCAATTTTACA...TTCAG|GGC 0 1 82.205
140207480 GT-AG 0 2.6909451336398467e-05 738 rna-XM_015843616.2 25413699 11 15627060 15627797 Oryza brachyantha 4533 GAG|GTAAAATTTT...CCTTTTTTAATT/CCTTTTTTAATT...TACAG|TTT 0 1 88.002
140207481 GT-AG 0 0.0001084085138942 83 rna-XM_015843616.2 25413699 12 15626753 15626835 Oryza brachyantha 4533 CTC|GTACGTGAAA...TCAATCTTATCA/CTCAATCTTATC...CACAG|GGA 2 1 91.028
140207482 GT-AG 0 0.0001693539967604 1369 rna-XM_015843616.2 25413699 13 15625250 15626618 Oryza brachyantha 4533 AAG|GTATTTCCCG...AATGCCTGACCA/ATGGACTTCATC...TTCAG|GAG 1 1 92.839
140207483 GT-AG 0 1.000000099473604e-05 76 rna-XM_015843616.2 25413699 14 15624913 15624988 Oryza brachyantha 4533 CAG|GTAAGTTTGT...TCTACCTGATCT/ATACTTTTCAAT...TGCAG|GGA 1 1 96.365
140207484 GT-AG 0 0.0089319440294248 127 rna-XM_015843616.2 25413699 15 15624607 15624733 Oryza brachyantha 4533 AGG|GTATGCCTTA...GCAATTTTATTT/TTTTATTTCACT...TACAG|GCT 0 1 98.784

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