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)

12 rows where transcript_id = 23220225

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
126296637 GT-AG 0 5.538419069880225e-05 126 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 1 2493107 2493232 Neocallimastix sp. jgi-2020a 2767002 TTT|GTAAGTGTAT...TTATTTTTATTA/TTTTTATTAATT...AAAAG|TGA 2 1 7.246
126296638 GT-AG 0 3.2111328260466984e-05 93 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 2 2493305 2493397 Neocallimastix sp. jgi-2020a 2767002 AAT|GTAAGTGATT...TTTCCTTTAATT/CTTTAATTTATT...ATTAG|AAA 2 1 10.067
126296639 GT-AG 0 5.696038496830436e-05 89 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 3 2493473 2493561 Neocallimastix sp. jgi-2020a 2767002 ATT|GTAAGTGTTA...TGCATTTTATTA/TATATATTAATA...AAAAG|AAT 2 1 13.004
126296640 GT-AG 0 0.0010025097482858 103 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 4 2493634 2493736 Neocallimastix sp. jgi-2020a 2767002 AAT|GTAAATTATT...TCTTTTTTAAAT/TCTTTTTTAAAT...ATTAG|TTC 2 1 15.825
126296641 GT-AG 0 0.0354430578524641 90 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 5 2493806 2493895 Neocallimastix sp. jgi-2020a 2767002 TTT|GTACGTTTTT...TATTTATTAATT/TTTATATTTATT...TATAG|AAA 2 1 18.527
126296642 GT-AG 0 0.0013314251072115 116 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 6 2493968 2494083 Neocallimastix sp. jgi-2020a 2767002 ATT|GTAATATTTA...TTTTTTTTAATG/TTTTTTTTAATG...AATAG|GGA 2 1 21.347
126296643 GT-AG 0 8.84632301608215e-05 164 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 7 2494147 2494310 Neocallimastix sp. jgi-2020a 2767002 ATT|GTTCGTATTA...TATTTTTTATTG/ATATTTTTTATT...TGTAG|GAT 2 1 23.815
126296644 GT-AG 0 1.5791161129863353e-05 71 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 8 2494380 2494450 Neocallimastix sp. jgi-2020a 2767002 ATT|GTAATAATAT...ACGTTTTTAAAT/GAATTTCTAATA...TATAG|TTC 2 1 26.518
126296645 GT-AG 0 0.1478940247087633 115 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 9 2494523 2494637 Neocallimastix sp. jgi-2020a 2767002 ATT|GTATATATAA...ATTTTTTTATTT/AATTTTTTTATT...TTTAG|ATC 2 1 29.338
126296646 GT-AG 0 0.0005353220088844 203 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 10 2494707 2494909 Neocallimastix sp. jgi-2020a 2767002 TTT|GTAAGTCTCA...ATAATTTTAATT/TGTATTCTAATT...AATAG|ATC 2 1 32.041
126296647 GT-AG 0 0.1161619107846009 182 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 11 2494976 2495157 Neocallimastix sp. jgi-2020a 2767002 ATT|GTATGTTATT...TTTTTTTTATTA/ATTTTTTTTATT...TGTAG|GAA 2 1 34.626
126296648 GT-AG 0 0.0017970616375962 495 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA972965 23220225 12 2496423 2496917 Neocallimastix sp. jgi-2020a 2767002 AAA|GTTTAATTCA...CCAACTTTAATT/CCAACTTTAATT...ATCAG|AAC 1 1 84.175

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