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

✎ 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
92354189 GT-AG 0 0.0001383249192081 85 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 1 954414 954498 Hesseltinella vesiculosa 101127 TGG|GTAACGACGC...TTATTTTTATTT/TTTATTTTTATT...ACAAG|GCG 2 1 6.55
92354190 GT-AG 0 1.000000099473604e-05 59 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 2 954219 954277 Hesseltinella vesiculosa 101127 ACA|GTAAGGCTGC...TTTTGCGTACCA/TGATGATTCATT...TACAG|TCA 0 1 10.143
92354191 GT-AG 0 0.0001102387766849 62 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 3 953922 953983 Hesseltinella vesiculosa 101127 ATG|GTAACGAGAT...CTCATCTTGACA/CTCATCTTGACA...CGTAG|CTG 1 1 16.35
92354192 GT-AG 0 0.0001487351192616 52 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 4 953781 953832 Hesseltinella vesiculosa 101127 CGT|GTATGTGACG...ACCCAGTTGACT/CGCTTGCTCACC...TTTAG|AAA 0 1 18.7
92354193 GT-AG 0 0.0026637452559576 86 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 5 953608 953693 Hesseltinella vesiculosa 101127 ATC|GTCACTTGTA...ATACCTGTGATT/CCTGTGATTATT...TTTAG|TAT 0 1 20.998
92354194 GT-AG 0 1.000000099473604e-05 59 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 6 953308 953366 Hesseltinella vesiculosa 101127 GCG|GTAATGACGT...TTTTTTTTTTCC/CAATGGGTAACT...ACCAG|ATG 1 1 27.364
92354195 GT-AG 0 1.000000099473604e-05 181 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 7 953047 953227 Hesseltinella vesiculosa 101127 AAG|GTACGAGCGA...GTTCCCTTGACA/ACGGCACTTACA...TCCAG|GAA 0 1 29.477
92354196 GT-AG 0 1.000000099473604e-05 59 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 8 952631 952689 Hesseltinella vesiculosa 101127 AAG|GTAATAAGAA...TTCTCCATATTC/GCGACGCTCACG...TACAG|GTG 0 1 38.906
92354197 GT-AG 0 1.000000099473604e-05 57 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 9 952272 952328 Hesseltinella vesiculosa 101127 GCT|GTCCAAAACC...CCCACCTTTCTA/AGACCTGTCACC...ACCAG|CCA 2 1 46.883
92354198 GT-AG 0 4.720731248437647e-05 68 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 10 951956 952023 Hesseltinella vesiculosa 101127 GCG|GTACGTCCAT...TCTTTCTTGCCT/GAGCAACTCACT...ATTAG|GTC 1 1 53.434
92354199 GT-AG 0 0.0198222577915561 106 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 11 951536 951641 Hesseltinella vesiculosa 101127 GAA|GTATGCCAGC...TTTTTCTTTTCT/TTTCTTTTCATT...CGTAG|ATG 0 1 61.727
92354200 GT-AG 0 0.0199836146542354 78 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 12 951324 951401 Hesseltinella vesiculosa 101127 CCA|GTATGTACCA...GACACCTTACCA/ACTTTTCTAACA...GCCAG|ATT 2 1 65.267
92354201 GT-AG 0 0.0002813270597057 472 rna-gnl|WGS:MCGT|DM01DRAFT_mRNA267212 17285678 13 950509 950980 Hesseltinella vesiculosa 101127 TTG|GTATTGAACA...AATTTCTTGTCG/TCTTGTCGTACT...ACAAG|ATC 0 1 74.326

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