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

✎ 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
79163578 GT-AG 0 1.000000099473604e-05 91 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 1 43382 43472 Fregata magnificens 37042 TCT|GTGAGTCATG...AACTCTTTACTG/TCTTTACTGACT...TTCAG|TGC 2 1 10.139
79163579 GT-AG 0 1.000000099473604e-05 665 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 2 42612 43276 Fregata magnificens 37042 CAG|GTGAGATGTT...TTCCCTTTATTT/ATAGCATTCACT...TGCAG|TGC 2 1 17.431
79163580 GT-AG 0 4.136985042920008e-05 650 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 3 41867 42516 Fregata magnificens 37042 CAG|GTAACATCAT...TTGTGCTTACCA/GATGTTCTGACA...TCTAG|GAT 1 1 24.028
79163581 GT-AG 0 0.0002989513327401 2031 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 4 39686 41716 Fregata magnificens 37042 AAG|GTATTTCAAT...TTGCTTTTACCT/ATTGCTTTTACC...CTTAG|GTC 1 1 34.444
79163582 GT-AG 0 0.0005029233001816 1252 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 5 38347 39598 Fregata magnificens 37042 GAG|GTATGGTCTG...CTGCCTTTGAAT/AAAAAATTCATT...TTCAG|ATG 1 1 40.486
79163583 GT-AG 0 0.0074412446744456 815 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 6 37475 38289 Fregata magnificens 37042 AAG|GTATTCTCAA...CACATTTTACAA/CCACATTTTACA...TGCAG|AAA 1 1 44.444
79163584 GT-AG 0 3.55826368860859e-05 84 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 7 37298 37381 Fregata magnificens 37042 CAG|GTACCAGAAA...ATGTTCATAACA/TTTGTGCTTATT...TTTAG|GGT 1 1 50.903
79163585 GT-AG 0 0.0003316487689589 115 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 8 37125 37239 Fregata magnificens 37042 ACG|GTAAGTTTAC...TTTGCCTTACTG/TTTTGCCTTACT...CTAAG|ATA 2 1 54.931
79163586 GT-AG 0 0.1066384747375902 356 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 9 36574 36929 Fregata magnificens 37042 GAG|GTATTCTGCT...TGTTTATTAACT/TGTTTATTAACT...TATAG|AAC 2 1 68.472
79163587 GT-AG 0 2.1035268411043935e-05 24115 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 10 12354 36468 Fregata magnificens 37042 CAG|GTAAGTTTCT...CCATCTTTAAGA/CCTATAATAATT...CCCAG|TCA 2 1 75.764
79163588 GT-AG 0 1.000000099473604e-05 1427 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 11 10874 12300 Fregata magnificens 37042 GAG|GTAAGGAGTT...ATTGGCTTGACA/ATTGGCTTGACA...TTCAG|AAT 1 1 79.444
79163589 GT-AG 0 0.0010224955146829 1217 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 12 9604 10820 Fregata magnificens 37042 GGG|GTTTGTTTCT...TGTTTCCTAATG/TGTTTCCTAATG...CACAG|AAC 0 1 83.125
79163590 GT-AG 0 1.000000099473604e-05 5639 rna-gnl|WGS:WAAD|FREMAG_R05370_mrna 14742230 13 3832 9470 Fregata magnificens 37042 CAG|GTAAAATACT...GGGCTGTTTACT/TGGGTGCTAACA...TGCAG|CAG 1 1 92.361

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