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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
126296730 AT-AC 1 99.99999988398548 134 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 1 2134157 2134290 Neocallimastix sp. jgi-2020a 2767002 TAA|ATATCCTTTA...TTAAACTTAACT/TTAACTCTTATT...TATAC|ATC 2 1 1.914
126296731 GT-AG 0 0.178985916238722 104 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 2 2133954 2134057 Neocallimastix sp. jgi-2020a 2767002 ATA|GTATGTTTAT...ATTTTATTAACA/ATTTTATTAACA...AAAAG|TAA 2 1 6.231
126296732 GT-AG 0 1.000000099473604e-05 149 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 3 2133617 2133765 Neocallimastix sp. jgi-2020a 2767002 AAA|GTGGAAATAT...ATATATTTAATT/TTAATTCTAATT...GGAAG|TAG 1 1 14.597
126296733 GT-AG 0 0.0010516827969313 175 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 4 2133335 2133509 Neocallimastix sp. jgi-2020a 2767002 AAA|GTAATTTTTT...ACATTTTTATTT/TTTTTATTTATT...ACTAG|AAA 0 1 19.359
126296734 GT-AG 0 4.224039322882282e-05 83 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 5 2133144 2133226 Neocallimastix sp. jgi-2020a 2767002 AAA|GTATTAACAT...TTGTTTATAAAT/TAGTTGTTTATA...TATAG|ACT 0 1 24.166
126296735 GT-AG 0 1.000000099473604e-05 99 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 6 2132961 2133059 Neocallimastix sp. jgi-2020a 2767002 GAG|GTAAAATAGC...TAATTTATAAAA/ATATAATTTATA...ACTAG|ACT 0 1 27.904
126296736 GT-AG 0 1.000000099473604e-05 149 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 7 2132592 2132740 Neocallimastix sp. jgi-2020a 2767002 ATT|GTAATAATTA...TAATAATTAATA/TAATAATTAATA...AAAAG|TAT 1 1 37.695
126296737 GT-AG 0 0.0040887989161366 111 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 8 2132017 2132127 Neocallimastix sp. jgi-2020a 2767002 ATG|GTATATATAT...TATAATTTAATT/CTATATTTCACA...AAAAG|TTA 0 1 58.344
126296738 GT-AG 0 1.000000099473604e-05 146 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 9 2131467 2131612 Neocallimastix sp. jgi-2020a 2767002 AAA|GTAATAATAA...ATTTTATTAATT/ATTTTATTAATT...TGAAG|GAT 2 1 76.324
126296739 GT-AG 0 2.4224562928589855e-05 88 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 10 2131354 2131441 Neocallimastix sp. jgi-2020a 2767002 AAG|GTTTTTAGAA...ATGCTTTTAATA/ATGCTTTTAATA...TTTAG|ACT 0 1 77.437
126296740 GT-AG 0 0.0002369948431681 97 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 11 2131130 2131226 Neocallimastix sp. jgi-2020a 2767002 CAA|GTAAATTAAT...GACTTTTTAATA/TTTTTAATAATT...AATAG|ATA 1 1 83.089
126296741 GT-AG 0 7.096696350889356e-05 132 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA1021605 23220237 12 2130696 2130827 Neocallimastix sp. jgi-2020a 2767002 AAG|GTATTTGAAT...TTTTCTCTATTT/TTTGTTCTAATA...AAAAG|ACT 0 1 96.529

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