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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
89436337 GT-AG 0 0.0253691756237451 847 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 1 4821713 4822559 Halcyon senegalensis 342381 CGA|GTATGTTTCA...AGAGCTGTAGCC/GCTGTGCTAACA...TACAG|GTA 2 1 7.412
89436338 GT-AG 0 1.000000099473604e-05 295 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 2 4821267 4821561 Halcyon senegalensis 342381 CAG|GTGGTATTGT...ATATTTCTAACT/ATATTTCTAACT...TCCAG|GAT 0 1 14.115
89436339 GT-AG 0 1.000000099473604e-05 1509 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 3 4819321 4820829 Halcyon senegalensis 342381 CAG|GTCAGCAGAT...AGGCTCTGAGCT/CTCTCTCTCATT...TGCAG|GCA 2 1 33.511
89436340 GT-AG 0 1.000000099473604e-05 1110 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 4 4818034 4819143 Halcyon senegalensis 342381 AAG|GTAAGGGAAT...TTTTCTTTGTTT/ATACAAGTCATC...CTCAG|CAT 2 1 41.367
89436341 GT-AG 0 0.0001937559219051 499 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 5 4817420 4817918 Halcyon senegalensis 342381 AAG|GTAACGAGGG...TCTTCCTTGACT/TCTTCCTTGACT...GCCAG|GTG 0 1 46.471
89436342 GT-AG 0 1.000000099473604e-05 252 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 6 4817021 4817272 Halcyon senegalensis 342381 CAG|GTAAGCCCCA...TAAGACTCAACA/CTAAGACTCAAC...TGCAG|CTG 0 1 52.996
89436343 GT-AG 0 1.000000099473604e-05 627 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 7 4816220 4816846 Halcyon senegalensis 342381 ACA|GTAAGAGCAG...GTTTTCATAGCC/CATGTTTTCATA...CCCAG|GTA 0 1 60.719
89436344 GT-AG 0 1.000000099473604e-05 654 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 8 4815350 4816003 Halcyon senegalensis 342381 ATG|GTTGGTATGG...CGATTCTTGAAC/CTGTTTCTCACT...CACAG|ACA 0 1 70.306
89436345 GT-AG 0 1.000000099473604e-05 334 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 9 4814974 4815307 Halcyon senegalensis 342381 ACG|GTGAGTGTTT...TTTCTCTTCGCT/GCAAAGTTCAGT...TGTAG|TGT 0 1 72.17
89436346 GT-AG 0 4.02684716633705e-05 398 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 10 4814456 4814853 Halcyon senegalensis 342381 AAA|GTAAGTTTGG...ATCACTGTGACC/TTTTGTATAATC...CTTAG|GAG 0 1 77.497
89436347 GT-AG 0 1.000000099473604e-05 131 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 11 4814209 4814339 Halcyon senegalensis 342381 CAG|GTGGGTGCCT...GCACCTCTAACT/CTCTAACTGATC...GGCAG|CAA 2 1 82.645
89436348 GT-AG 0 1.000000099473604e-05 969 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 12 4813051 4814019 Halcyon senegalensis 342381 CAG|GTGAGGAATA...GGATGTTTAACA/GGATGTTTAACA...TGCAG|GTC 2 1 91.034
89436349 GT-AG 0 0.0002342760940085 402 rna-gnl|WGS:WBNJ|HALSEN_R07262_mrna 16791990 13 4812551 4812952 Halcyon senegalensis 342381 ACC|GTAAGTTCCC...CTATTCTTTTCT/TGAAGGTTCACA...TTCAG|CTG 1 1 95.384

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