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

✎ 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
38393504 GT-AG 0 0.0002617121414834 124 Ceric.01G002200.1.v2.1 7346955 1 7152575 7152698 Ceratopteris richardii 49495 CAG|GTAAGCTCTT...TCGATCTTATTT/ATCTTATTTACT...CACAG|ATG 1 1 2.285
38393505 GT-AG 0 1.0129634935544736e-05 175 Ceric.01G002200.1.v2.1 7346955 2 7152197 7152371 Ceratopteris richardii 49495 CAG|GTATTGAAAC...ATTTATTTGATA/ATTTATTTGATA...TATAG|ATA 0 1 7.943
38393506 GT-AG 0 1.000000099473604e-05 110 Ceric.01G002200.1.v2.1 7346955 3 7151742 7151851 Ceratopteris richardii 49495 GAG|GTAAGAGGAC...GGCTCTTTTTCC/TCTTTTTCCATC...TACAG|CTT 0 1 17.559
38393507 GT-AG 0 0.0010941276485357 127 Ceric.01G002200.1.v2.1 7346955 4 7151510 7151636 Ceratopteris richardii 49495 TCG|GTAAACATAC...GCTATCTTAACA/TTATTTCTAATT...TTCAG|AGT 0 1 20.485
38393508 GT-AG 0 0.0008861776977406 680 Ceric.01G002200.1.v2.1 7346955 5 7150702 7151381 Ceratopteris richardii 49495 ATC|GTAAGCTAGC...GCTTTCTTGAGC/CTATAACTAACT...TTCAG|ATT 2 1 24.052
38393509 GT-AG 0 0.0003587149552721 10307 Ceric.01G002200.1.v2.1 7346955 6 7140218 7150524 Ceratopteris richardii 49495 GAG|GTACACAAAT...TTTCTTTTATTA/TCTTTTATTAGT...TGAAG|GGC 2 1 28.986
38393510 GT-AG 0 0.0638289897963648 1409 Ceric.01G002200.1.v2.1 7346955 7 7138721 7140129 Ceratopteris richardii 49495 CAG|GTATCCGAAA...TTTTTCTGATTC/TTTTTTCTGATT...GGCAG|GAG 0 1 31.438
38393511 GT-AG 0 6.01588857815482e-05 2724 Ceric.01G002200.1.v2.1 7346955 8 7135676 7138399 Ceratopteris richardii 49495 ACA|GTAAATACTT...AGCTCGTTGATT/ATGTACTTCAAT...CACAG|GTT 0 1 40.385
38393512 GT-AG 0 1.000000099473604e-05 114 Ceric.01G002200.1.v2.1 7346955 9 7135364 7135477 Ceratopteris richardii 49495 AAG|GTAATGGATA...AAGAATTTAACT/ATTTAACTCATG...ATCAG|GAT 0 1 45.903
38393513 GT-AG 0 1.000000099473604e-05 246 Ceric.01G002200.1.v2.1 7346955 10 7135016 7135261 Ceratopteris richardii 49495 AAG|GTTCATATGC...GGATATTTGATC/GGATATTTGATC...TGCAG|TGC 0 1 48.746
38393514 GT-AG 0 1.000000099473604e-05 104 Ceric.01G002200.1.v2.1 7346955 11 7134660 7134763 Ceratopteris richardii 49495 CAG|GTAAGGGTCG...CACTTTTTGATG/CATGTATTCAAT...TACAG|TAC 0 1 55.769
38393515 GT-AG 0 1.000000099473604e-05 25016 Ceric.01G002200.1.v2.1 7346955 12 7109425 7134440 Ceratopteris richardii 49495 GAG|GTAAATAATA...GGTTGATTAACT/GATTAACTGATT...CTCAG|GTT 0 1 61.873
38393516 GT-AG 0 1.000000099473604e-05 372 Ceric.01G002200.1.v2.1 7346955 13 7108882 7109253 Ceratopteris richardii 49495 GAG|GTAAGGTCCC...AGTTGTTTACCA/CAAATACTAACA...TTAAG|CAA 0 1 66.639
38393517 GT-AG 0 1.000000099473604e-05 67 Ceric.01G002200.1.v2.1 7346955 14 7108629 7108695 Ceratopteris richardii 49495 CAG|GTAGGGAATC...TGTGCTTTTGTG/TTTGTGTTTACA...TTCAG|GAT 0 1 71.823

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