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

✎ 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
4311714 GT-AG 0 1.000000099473604e-05 185 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 1 432680 432864 Aegithalos caudatus 73327 CTG|GTGAGTTCTG...GTCTTTTTATTT/TGTCTTTTTATT...TTCAG|AAA 1 1 3.719
4311715 GT-AG 0 1.000000099473604e-05 97 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 2 432532 432628 Aegithalos caudatus 73327 AAG|GTTTTTAAAA...CGAATGTTAATC/CGAATGTTAATC...TTTAG|CTT 1 1 6.121
4311716 GT-AG 0 1.000000099473604e-05 1000 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 3 431488 432487 Aegithalos caudatus 73327 GGG|GTGAGTTGAA...CCCTTTTTACTG/TCCCTTTTTACT...TGCAG|GAT 0 1 8.192
4311717 GT-AG 0 3.1833704469953304e-05 918 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 4 430497 431414 Aegithalos caudatus 73327 TGG|GTACAGTACT...TCAGTATTGACA/TCAGTATTGACA...TGCAG|AAA 1 1 11.629
4311718 GT-AG 0 1.000000099473604e-05 3991 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 5 426388 430378 Aegithalos caudatus 73327 TGG|GTAAGAGAAA...CCTTTCTCATTT/CCCTTTCTCATT...ACCAG|CTG 2 1 17.185
4311719 GT-AG 0 1.000000099473604e-05 1461 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 6 424748 426208 Aegithalos caudatus 73327 CTG|GTCAGTCACT...TTCCTTTTAATT/TTCCTTTTAATT...TTTAG|GTA 1 1 25.612
4311720 GT-AG 0 0.0029780305324728 2976 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 7 421553 424528 Aegithalos caudatus 73327 GCA|GTAAGTTTCT...TTTTTTTTAAAT/TTTTTTTTAAAT...TGTAG|CCT 1 1 35.923
4311721 GT-AG 0 1.000000099473604e-05 738 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 8 420662 421399 Aegithalos caudatus 73327 AAG|GTAGGAGAAG...TCTGTTTTCTCT/CTACCGCTCATT...GGCAG|ATT 1 1 43.126
4311722 GT-AG 0 1.000000099473604e-05 2232 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 9 418214 420445 Aegithalos caudatus 73327 AAG|GTATGGAATA...CTACCCTTGTTT/TGCTGGCTCAGA...TTCAG|GTT 1 1 53.296
4311723 GT-AG 0 1.000000099473604e-05 1504 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 10 416242 417745 Aegithalos caudatus 73327 CAG|GTTAGTTAAA...TTTTTTTTTTTT/AGAAGTCTCACA...CCCAG|AAT 1 1 75.33
4311724 GT-AG 0 0.0006064814324247 451 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 11 415608 416058 Aegithalos caudatus 73327 AAG|GTATGTAAAC...AAGACCTTATTT/AAAGACCTTATT...TGCAG|ATA 1 1 83.945
4311725 GT-AG 0 1.000000099473604e-05 183 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 12 415365 415547 Aegithalos caudatus 73327 CAA|GTGCCAGCAC...GCATCCACCACC/CAGCACCACACA...TCCAG|AGG 1 1 86.77
4311726 GT-AG 0 0.0001149541395344 1646 rna-gnl|WGS:WEIU|AEGCAU_R02710_mrna 864989 13 413640 415285 Aegithalos caudatus 73327 CAG|GTAACTGCCT...TAATCTTTAGGA/GTAATCTTTAGG...TCTAG|ATG 2 1 90.49

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