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

✎ 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
44702167 GT-AG 0 1.000000099473604e-05 3855 rna-XM_006830780.1 8322068 1 53123179 53127033 Chrysochloris asiatica 185453 CCG|GTGAGGACCA...CTGGCCATATAT/ACTGGCCATATA...TACAG|TCT 0 1 0.69
44702168 GT-AG 0 1.000000099473604e-05 311 rna-XM_006830780.1 8322068 2 53127138 53127448 Chrysochloris asiatica 185453 AAG|GTAAGGGGCT...GGGTCTGTCTCC/CAGGGAGTGACC...TCCAG|CCC 2 1 6.667
44702169 GT-AG 0 1.000000099473604e-05 3760 rna-XM_006830780.1 8322068 3 53127596 53131355 Chrysochloris asiatica 185453 CAG|GTCAGTAGCT...TACCCCTTGAGC/TGAGCAATGACC...GGCAG|GTC 2 1 15.115
44702170 GT-AG 0 1.000000099473604e-05 93 rna-XM_006830780.1 8322068 4 53131432 53131524 Chrysochloris asiatica 185453 CAG|GTTTGTCCCC...CATCCCTTTCCC/CCCTTTCCCATG...GTCAG|AAC 0 1 19.483
44702171 GT-AG 0 1.000000099473604e-05 74 rna-XM_006830780.1 8322068 5 53131726 53131799 Chrysochloris asiatica 185453 GAG|GTGAGTGAGG...CCTGGCTTGCCT/GGTGGCTGCACC...CCCAG|GTG 0 1 31.034
44702172 GT-AG 0 1.000000099473604e-05 86 rna-XM_006830780.1 8322068 6 53131941 53132026 Chrysochloris asiatica 185453 AAG|GTGCCTGGGG...GCACCCCCAACC/CCCAACCACATC...CCCAG|GTG 0 1 39.138
44702173 GT-AG 0 1.40869917702093e-05 77 rna-XM_006830780.1 8322068 7 53132141 53132217 Chrysochloris asiatica 185453 CAG|GTACCGCCGG...ACCAGCCTGACG/ACCAGCCTGACG...CCCAG|GAC 0 1 45.69
44702174 GT-AG 0 1.000000099473604e-05 73 rna-XM_006830780.1 8322068 8 53132350 53132422 Chrysochloris asiatica 185453 AAG|GTGGGCGGGG...GCCTGCTGAGCC/GGCCTGCTGAGC...TCTAG|CGT 0 1 53.276
44702175 GT-AG 0 1.2732637255926096e-05 86 rna-XM_006830780.1 8322068 9 53132507 53132592 Chrysochloris asiatica 185453 GAC|GTAAGCGGGG...CGGCTCTTCCCC/CTCTTCCCCACC...CGCAG|ATA 0 1 58.103
44702176 GT-AG 0 1.8515611597175774e-05 75 rna-XM_006830780.1 8322068 10 53132675 53132749 Chrysochloris asiatica 185453 ACG|GTAGGCGGCC...CGGGCCTCAATC/CCGGGCCTCAAT...CCCAG|TTC 1 1 62.816
44702177 GT-AG 0 1.000000099473604e-05 76 rna-XM_006830780.1 8322068 11 53132829 53132904 Chrysochloris asiatica 185453 GAA|GTAAGTGGGG...GTGTTCTGGGTG/TTCTGGGTGACC...CACAG|GGA 2 1 67.356
44702178 GT-AG 0 1.000000099473604e-05 60 rna-XM_006830780.1 8322068 12 53132997 53133056 Chrysochloris asiatica 185453 AAG|GTGAGAGCCA...AAGCGTTCAGCG/GAAGCGTTCAGC...CCCAG|ACT 1 1 72.644
44702179 GT-AG 0 1.000000099473604e-05 82 rna-XM_006830780.1 8322068 13 53133310 53133391 Chrysochloris asiatica 185453 GAG|GTTGGCGGCT...ACAGACTGACCC/CACAGACTGACC...AGCAG|TGC 2 1 87.184
44702180 GT-AG 0 1.000000099473604e-05 72 rna-XM_006830780.1 8322068 14 53133509 53133580 Chrysochloris asiatica 185453 GAG|GTGAGTGGAC...CAACCTGTGACT/GGCTGACTCACC...CCCAG|GGT 2 1 93.908

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