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)

13 rows where transcript_id = 27988706

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
155531682 GT-AG 0 1.000000099473604e-05 93 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 1 1275933 1276025 Piromyces finnis 1754191 AAG|GTAAAAAATA...TATTCATTATAA/TATATATTCATT...ATAAG|TTT 1 1 1.881
155531683 GT-AG 0 0.0001827229050244 93 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 2 1275717 1275809 Piromyces finnis 1754191 AAT|GTAATTTCTA...AATTCTATAAAA/TAAATATTAAAT...AATAG|CAA 1 1 7.262
155531684 GT-AG 0 0.003990561114374 104 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 3 1275492 1275595 Piromyces finnis 1754191 TGC|GTAAATTATT...TAACTCTTATTA/TTATTATTTATG...TAAAG|AGA 2 1 12.555
155531685 GT-AG 0 6.321212919834183e-05 96 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 4 1275272 1275367 Piromyces finnis 1754191 ATG|GTAAGTTTTT...AATTCATTAAAT/TACGAATTCATT...AATAG|TAT 0 1 17.979
155531686 GT-AG 0 1.000000099473604e-05 89 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 5 1275141 1275229 Piromyces finnis 1754191 CAT|GTAAGTAAAC...ATACTGTTAATA/ATTAAATTTATA...AAAAG|GGA 0 1 19.816
155531687 GT-AG 0 9.38202023215112e-05 69 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 6 1274976 1275044 Piromyces finnis 1754191 GAA|GTAGATATAT...TTAGCATTAATA/TTTGAATTAAAT...AATAG|GCT 0 1 24.016
155531688 GT-AG 0 0.0324140531861152 88 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 7 1274779 1274866 Piromyces finnis 1754191 GAA|GTATAGTTGA...TAACTTTTAAAT/TATATATTAACT...AAAAG|AAA 1 1 28.784
155531689 GT-AG 0 0.4481320262861272 97 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 8 1274485 1274581 Piromyces finnis 1754191 AGA|GTATATATTT...TATTTTTTATTT/ATATTTTTTATT...CAAAG|TCA 0 1 37.402
155531690 GT-AG 0 0.0001395642026194 102 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 9 1273754 1273855 Piromyces finnis 1754191 TAA|GTAAATAATA...TTTTTTTTATTA/TTTTTTTTTATT...TTAAG|ATT 2 1 64.917
155531691 GT-AG 0 0.0009362113433072 143 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 10 1273442 1273584 Piromyces finnis 1754191 TAT|GTAATTTATA...ATTTTTTTATTT/AATTTTTTTATT...TAAAG|GTT 0 1 72.31
155531692 GT-AG 0 1.000000099473604e-05 76 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 11 1273272 1273347 Piromyces finnis 1754191 AAG|GTAATTAAAT...TTATATTTAATT/TTATATTTAATT...TATAG|GTA 1 1 76.422
155531693 GT-AG 0 1.000000099473604e-05 81 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 12 1273012 1273092 Piromyces finnis 1754191 GAG|GTAATAAAAT...TGATTTATAATG/ATGAAATTCACA...TATAG|TAT 0 1 84.252
155531694 GT-AG 0 1.000000099473604e-05 87 rna-gnl|WGS:MCFH|BCR36DRAFT_mRNA341074 27988706 13 1272716 1272802 Piromyces finnis 1754191 CAG|GTAAATCTAT...AAATTTTTAAAA/AATTTATTAATA...ATTAG|ATG 2 1 93.395

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