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)

15 rows where transcript_id = 21894364

✎ 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
118584399 GT-AG 0 0.0001018024795326 6278 rna-XM_016197406.1 21894364 1 6653878 6660155 Miniopterus natalensis 291302 CGG|GTAGGTGTCA...TCTTCTTTAATT/TCTTCTTTAATT...AACAG|ATT 0 1 14.746
118584400 GT-AG 0 0.0044131993902969 5953 rna-XM_016197406.1 21894364 2 6647756 6653708 Miniopterus natalensis 291302 CAG|GTATTTCTCG...ATATTTTTATTC/AATATTTTTATT...CATAG|AAA 1 1 20.247
118584401 GT-AG 0 1.000000099473604e-05 10673 rna-XM_016197406.1 21894364 3 6636936 6647608 Miniopterus natalensis 291302 CAG|GTACTTGGAA...ATATTTTTAAAA/TTTATTCTCAAA...TGCAG|AAT 1 1 25.033
118584402 GT-AG 0 5.6248174559620496e-05 6009 rna-XM_016197406.1 21894364 4 6630822 6636830 Miniopterus natalensis 291302 CAG|GTACTGCCTA...ATTCCCTTAATT/TTCTTTCTTATA...TCCAG|ATG 1 1 28.451
118584403 GT-AG 0 0.0017580946286966 4383 rna-XM_016197406.1 21894364 5 6626218 6630600 Miniopterus natalensis 291302 AAG|GTATTCAAAT...CTCTTTTTACTT/TCTCTTTTTACT...TAAAG|GTC 0 1 35.645
118584404 GT-AG 0 1.000000099473604e-05 875 rna-XM_016197406.1 21894364 6 6625132 6626006 Miniopterus natalensis 291302 CAG|GTTGGTTGAA...AACCTTTTGAAT/TCTTCACTGAAC...TTAAG|ACT 1 1 42.513
118584405 GT-AG 0 1.000000099473604e-05 1589 rna-XM_016197406.1 21894364 7 6623325 6624913 Miniopterus natalensis 291302 AAA|GTAAGTCGTT...AATTATTTAAAT/AATTATTTAAAT...TCCAG|ATA 0 1 49.609
118584406 GT-AG 0 0.0033159928249088 1746 rna-XM_016197406.1 21894364 8 6621462 6623207 Miniopterus natalensis 291302 AAA|GTATGTGCTA...ATTCCTTTAACA/GTGTAACTTATT...TTTAG|GAT 0 1 53.418
118584407 GT-AG 0 1.000000099473604e-05 532 rna-XM_016197406.1 21894364 9 6620806 6621337 Miniopterus natalensis 291302 AAG|GTAATTGGTG...TGATCATTATTT/CATTATTTCATG...CACAG|CTG 1 1 57.454
118584408 GT-AG 0 1.000000099473604e-05 373 rna-XM_016197406.1 21894364 10 6620163 6620535 Miniopterus natalensis 291302 TTG|GTAAGAATCA...TATATTTTACTA/ATTTTACTAATT...TAAAG|ATA 1 1 66.243
118584409 GT-AG 0 0.0002016116579612 2598 rna-XM_016197406.1 21894364 11 6617305 6619902 Miniopterus natalensis 291302 CAG|GTATAAATAT...ATGATCTTAATG/ATTTAATTTATT...TACAG|AAT 0 1 74.707
118584410 GT-AG 0 0.000128954501457 1510 rna-XM_016197406.1 21894364 12 6615645 6617154 Miniopterus natalensis 291302 CAG|GTACTCAAAT...CTTTTCATGACT/TTCCTTTTCATG...CGCAG|GCC 0 1 79.59
118584411 GT-AG 0 0.0002774296092936 3149 rna-XM_016197406.1 21894364 13 6612334 6615482 Miniopterus natalensis 291302 AAG|GTACTGTTTT...ATATTCTTTTCT/ACTTAAGTGAAA...TGCAG|ATT 0 1 84.863
118584412 GT-AG 0 1.000000099473604e-05 457 rna-XM_016197406.1 21894364 14 6611686 6612142 Miniopterus natalensis 291302 CAA|GTAAGTCCAG...TGTTTCTTACTC/ATGTTTCTTACT...TTCAG|GGC 2 1 91.081
118584413 GT-AG 0 1.000000099473604e-05 100 rna-XM_016197406.1 21894364 15 6611492 6611591 Miniopterus natalensis 291302 CAG|GTGAGTAAAT...GTGTATTTAATT/GTGTATTTAATT...TTCAG|GCT 0 1 94.141

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