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

✎ 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
174593071 GT-AG 0 0.0057241408666444 62 rna-NZN594_LOCUS1108 31341620 1 6000591 6000652 Rotaria sp. silwood1 2762511 CAG|GTATTATTAT...TATTCTTTATTT/ATATTCTTTATT...AACAG|ATC 0 1 1.434
174593072 GT-AG 0 0.0002229633627902 55 rna-NZN594_LOCUS1108 31341620 2 6000785 6000839 Rotaria sp. silwood1 2762511 GAT|GTAAGCATAT...ATATTTTTATAA/AATATTTTTATA...TCAAG|TTT 0 1 3.959
174593073 GT-AG 0 0.0005300118192271 720 rna-NZN594_LOCUS1108 31341620 3 6001048 6001767 Rotaria sp. silwood1 2762511 CTG|GTATAGTCAA...TTTTACTTAATA/TTATTTTTTACT...TTAAG|GAA 1 1 7.937
174593074 GT-AG 0 0.0016189811779723 65 rna-NZN594_LOCUS1108 31341620 4 6001878 6001942 Rotaria sp. silwood1 2762511 TTG|GTATGTATCA...TTTGTATTAGAT/TTAGATTTCAAT...AATAG|ACA 0 1 10.04
174593075 GT-AG 0 0.818841201983658 55 rna-NZN594_LOCUS1108 31341620 5 6002054 6002108 Rotaria sp. silwood1 2762511 TTA|GTATGCTAAT...TGATTTTTAATA/TGATTTTTAATA...TTTAG|ATT 0 1 12.163
174593076 GT-AG 0 1.000000099473604e-05 54 rna-NZN594_LOCUS1108 31341620 6 6002195 6002248 Rotaria sp. silwood1 2762511 AAT|GTTAGTTGTT...TCTATTTTATTT/ATCTATTTTATT...ATTAG|TCT 2 1 13.808
174593077 GT-AG 0 1.000000099473604e-05 53 rna-NZN594_LOCUS1108 31341620 7 6002334 6002386 Rotaria sp. silwood1 2762511 AAA|GTAAAGAAAT...TATTTTTTGTTT/TAAAGATTTATG...TGAAG|GAA 0 1 15.433
174593078 GT-AG 0 9.824042279626409e-05 1232 rna-NZN594_LOCUS1108 31341620 8 6002556 6003787 Rotaria sp. silwood1 2762511 ATG|GTTTGTATCA...ATTATTTTAATA/ATTATTTTAATA...TTTAG|GTT 1 1 18.665
174593079 GT-AG 0 1.000000099473604e-05 1313 rna-NZN594_LOCUS1108 31341620 9 6004559 6005871 Rotaria sp. silwood1 2762511 TAG|GTAAATATTT...CTATTATTATTA/ATTATTATAATT...TCTAG|GTG 1 1 33.41
174593080 GT-AG 0 4.642974278041237e-05 56 rna-NZN594_LOCUS1108 31341620 10 6007395 6007450 Rotaria sp. silwood1 2762511 CAA|GTAAACAAAA...TTTTTCTTTTTT/TATATGTTTACG...TATAG|CTT 0 1 62.536
174593081 GT-AG 0 1.000000099473604e-05 71 rna-NZN594_LOCUS1108 31341620 11 6007534 6007604 Rotaria sp. silwood1 2762511 GCA|GTTAGTAGTT...GGCTTTTTGATT/TTTTGATTCATG...TTTAG|ATT 2 1 64.123
174593082 GT-AG 0 4.787286833923128e-05 967 rna-NZN594_LOCUS1108 31341620 12 6007689 6008655 Rotaria sp. silwood1 2762511 AGG|GTAAACATAA...TTGTCATTATTC/TCATTATTCAAT...TCTAG|CAA 2 1 65.73
174593083 GT-AG 0 0.0030990113236912 67 rna-NZN594_LOCUS1108 31341620 13 6008795 6008861 Rotaria sp. silwood1 2762511 ACA|GTAAGTTTTT...ATTTCTTTATTA/TTTATTTTCATT...CATAG|AAA 0 1 68.388
174593084 GT-AG 0 0.0010477699882598 131 rna-NZN594_LOCUS1108 31341620 14 6009991 6010121 Rotaria sp. silwood1 2762511 CAT|GTATGTGACT...CTAATCTTGAAA/TAAAAACTAATC...TATAG|TCT 1 1 89.979

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