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

✎ 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
106495867 GT-AG 0 0.0001290011141688 4713 rna-XM_021545042.1 19905818 1 81648972 81653684 Lonchura striata 40157 AAG|GTTTTTATAT...TTCTTCTTATTA/TTTCTTCTTATT...TCCAG|GCT 0 1 3.704
106495868 GT-AG 0 0.0002013170701636 2262 rna-XM_021545042.1 19905818 2 81653811 81656072 Lonchura striata 40157 AAG|GTATATACAC...ATTGTTTTATTG/TCTATATTAACT...TTTAG|GTG 0 1 6.173
106495869 GT-AG 0 0.0004576273281884 395 rna-XM_021545042.1 19905818 3 81656262 81656656 Lonchura striata 40157 TCG|GTAAGTTTTT...TTCCCTTTATTT/GTTGATTTCATT...TTTAG|CCA 0 1 9.877
106495870 GT-AG 0 1.000000099473604e-05 784 rna-XM_021545042.1 19905818 4 81656849 81657632 Lonchura striata 40157 TTG|GTGAGTAGGA...ATTTTTTTATTT/GATTTTTTTATT...ATCAG|GCT 0 1 13.639
106495871 GT-AG 0 1.9055734480021975e-05 260 rna-XM_021545042.1 19905818 5 81658742 81659001 Lonchura striata 40157 AAA|GTAAGTTACT...ACATCCTGAATA/CTATTTTTCATA...TGCAG|CTC 2 1 35.371
106495872 GT-AG 0 1.000000099473604e-05 97 rna-XM_021545042.1 19905818 6 81659192 81659288 Lonchura striata 40157 AAG|GTAATACTAA...TTTTTTTTATCT/GTTTTTTTTATC...TACAG|GCT 0 1 39.095
106495873 GT-AG 0 3.341937180291194e-05 86 rna-XM_021545042.1 19905818 7 81659923 81660008 Lonchura striata 40157 CTG|GTATGTGATT...AATGTATTAGTG/AAGTAATTGACA...TTTAG|GTG 1 1 51.519
106495874 GT-AG 0 1.000000099473604e-05 1329 rna-XM_021545042.1 19905818 8 81661487 81662815 Lonchura striata 40157 CAG|GTAAGAGCTG...ATCACATTATTA/TAAGTGTTTACT...CACAG|GTT 0 1 80.482
106495875 GT-AG 0 1.000000099473604e-05 720 rna-XM_021545042.1 19905818 9 81662904 81663623 Lonchura striata 40157 CAG|GTGTGTAACA...GCCACCTTAAAT/CAATTTCTGATT...CCCAG|GAG 1 1 82.207
106495876 GT-AG 0 0.0043302747177257 499 rna-XM_021545042.1 19905818 10 81663744 81664242 Lonchura striata 40157 CAC|GTATGTATAT...GAAATTTTGATA/TTCTTTCTGATG...TCTAG|AAG 1 1 84.558
106495877 GT-AG 0 1.4158388145869806e-05 1148 rna-XM_021545042.1 19905818 11 81664352 81665499 Lonchura striata 40157 ACA|GTGCGTATAG...AATGTCTTAGTG/TTGCTTTTTAAA...TGTAG|GCG 2 1 86.694
106495878 GT-AG 0 1.000000099473604e-05 410 rna-XM_021545042.1 19905818 12 81665684 81666093 Lonchura striata 40157 ACA|GTAAGTAATG...GATGTCTGAGTG/GGATGTCTGAGT...CTTAG|GAC 0 1 90.3
106495879 GT-AG 0 1.3315940413764688e-05 1020 rna-XM_021545042.1 19905818 13 81666250 81667269 Lonchura striata 40157 GAG|GTAAGTTTCA...TATGATTTATCT/ATATGATTTATC...TTCAG|AGC 0 1 93.357
106495880 GT-AG 0 7.97260049774197e-05 559 rna-XM_021545042.1 19905818 14 81667363 81667921 Lonchura striata 40157 AAG|GTAATCTGAT...TTATTTTTACAT/TTTATTTTTACA...TTCAG|ATT 0 1 95.179
106495881 GT-AG 0 1.000000099473604e-05 563 rna-XM_021545042.1 19905818 15 81667958 81668520 Lonchura striata 40157 AAT|GTAAGTGACT...GTTATTTTAGTG/TTGACTTTCACT...CGCAG|ACA 0 1 95.885

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