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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
38393633 GT-AG 0 0.0428678608595272 217 Ceric.01G030500.1.v2.1 7346968 2 77097037 77097253 Ceratopteris richardii 49495 AGC|GTATGCCCCA...ATGCTCTTATGT/ATGTTGCTGACT...CACAG|GCT 0 1 7.07
38393634 GT-AG 0 1.000000099473604e-05 2261 Ceric.01G030500.1.v2.1 7346968 3 77094735 77096995 Ceratopteris richardii 49495 CAT|GTGAGTGTTT...TGCTGCTTATTC/TTTGGACTGACT...AGCAG|GTT 2 1 8.298
38393635 GT-AG 0 2.1131897456587264e-05 77 Ceric.01G030500.1.v2.1 7346968 4 77093784 77093860 Ceratopteris richardii 49495 GTG|GTAATTTCAA...GCTTTCTTAGGA/ACTATGATCATA...TGCAG|GCA 0 1 34.482
38393636 GT-AG 0 0.0006203469059929 82 Ceric.01G030500.1.v2.1 7346968 5 77093630 77093711 Ceratopteris richardii 49495 CTG|GTATTGGTCA...TTTGTTTTAATT/TTTGTTTTAATT...GGCAG|ACT 0 1 36.639
38393637 GT-AG 0 1.000000099473604e-05 93 Ceric.01G030500.1.v2.1 7346968 6 77093444 77093536 Ceratopteris richardii 49495 GTG|GTAAGTTGGT...GATTCATCAGTC/CTATGATTCATC...ATCAG|GAT 0 1 39.425
38393638 GT-AG 0 0.0209116871937908 442 Ceric.01G030500.1.v2.1 7346968 7 77092922 77093363 Ceratopteris richardii 49495 TAG|GTTTCTTCCT...ATTTGCTTATAA/GATTTGCTTATA...TACAG|TAG 2 1 41.821
38393639 GT-AG 0 2.2031442183877014e-05 92 Ceric.01G030500.1.v2.1 7346968 8 77092691 77092782 Ceratopteris richardii 49495 CAG|GTTTGTAGTG...TGTGTTTTAGCT/ATGTGTTTTAGC...TGCAG|TGC 0 1 45.986
38393640 GT-AG 0 1.1553668380176966e-05 76 Ceric.01G030500.1.v2.1 7346968 9 77092441 77092516 Ceratopteris richardii 49495 AAG|GTTTTTGTAT...GTCTCCTCAATG/GGTCTCCTCAAT...TTCAG|GAC 0 1 51.198
38393641 GT-AG 0 1.000000099473604e-05 107 Ceric.01G030500.1.v2.1 7346968 10 77092265 77092371 Ceratopteris richardii 49495 TCG|GTAATTACTT...ACTGTCTAAATA/AACTGTCTAAAT...CATAG|GTG 0 1 53.265
38393642 GT-AG 0 1.000000099473604e-05 78 Ceric.01G030500.1.v2.1 7346968 11 77092022 77092099 Ceratopteris richardii 49495 CAG|GTAAGTGAAG...ATCTTTTGAGCT/CTCGTTCTCACC...TGCAG|TAT 0 1 58.209
38393643 GT-AG 0 0.101217166094561 71 Ceric.01G030500.1.v2.1 7346968 12 77091809 77091879 Ceratopteris richardii 49495 GCT|GTATGTTAAT...CTTGGCTTAACT/TTCTTTTTCAGT...ATTAG|GTC 1 1 62.463
38393644 GT-AG 0 1.000000099473604e-05 1042 Ceric.01G030500.1.v2.1 7346968 13 77089897 77090938 Ceratopteris richardii 49495 AAG|GTAAATATAA...GTCTTTTTACTT/CATTTGTTTATC...GATAG|GTG 1 1 88.526
38393645 GT-AG 0 3.5607437909435296e-05 92 Ceric.01G030500.1.v2.1 7346968 14 77089608 77089699 Ceratopteris richardii 49495 TCT|GTAAGTCTAA...ATTTCTTTTGTT/TCATTTTTCATC...ATCAG|GGG 0 1 94.428
38397450 GT-AG 0 0.0031845513075134 1204 Ceric.01G030500.1.v2.1 7346968 1 77097418 77098621 Ceratopteris richardii 49495 TCT|GTAAGTTTGT...GATGCTTTAACT/TCAATTCTCATT...TCCAG|GAC   0 5.542

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