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

✎ 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
20804504 GT-AG 0 0.0032390685498804 200 rna-XM_010297962.1 4024487 1 10905 11104 Balearica regulorum 925459 AAG|GTATGTTTGG...TTTTTGTTGATT/TTTTTGTTGATT...TACAG|GGA 0 1 2.225
20804505 GT-AG 0 1.000000099473604e-05 782 rna-XM_010297962.1 4024487 2 10003 10784 Balearica regulorum 925459 GAT|GTGAGTGTTT...GAGCTTTTATTT/TGAGCTTTTATT...TTCAG|AAA 0 1 7.169
20804506 GT-AG 0 1.000000099473604e-05 443 rna-XM_010297962.1 4024487 3 9436 9878 Balearica regulorum 925459 AAA|GTGAGTTTAA...CTCATTTTAAAT/GGCGTCCTCATT...TCTAG|CTA 1 1 12.279
20804507 GT-AG 0 1.000000099473604e-05 241 rna-XM_010297962.1 4024487 4 8991 9231 Balearica regulorum 925459 ATG|GTGAGCATTT...TTATTTTTGCCT/AATAGGTTTATT...TTCAG|ACC 1 1 20.684
20804508 GT-AG 0 0.047518940060995 512 rna-XM_010297962.1 4024487 5 8362 8873 Balearica regulorum 925459 AAG|GTATTCTAAC...GTTTCATTAACC/CTCAGTTTCATT...TTCAG|ATG 1 1 25.505
20804509 GT-AG 0 1.000000099473604e-05 467 rna-XM_010297962.1 4024487 6 7817 8283 Balearica regulorum 925459 AAG|GTGGTGAGTT...TTTCTCTAAACA/TTTTCTCTAAAC...ATCAG|AAG 1 1 28.719
20804510 GT-AG 0 1.000000099473604e-05 738 rna-XM_010297962.1 4024487 7 6968 7705 Balearica regulorum 925459 AAG|GTAATAGTGA...ATGCTTTTACTG/AATGCTTTTACT...TTTAG|GGG 1 1 33.292
20804511 GT-AG 0 1.000000099473604e-05 258 rna-XM_010297962.1 4024487 8 6647 6904 Balearica regulorum 925459 CAG|GTAAGAGCTT...ATGTGCTTGAAG/AAGTATTTCATG...TGAAG|CTG 1 1 35.888
20804512 GT-AG 0 1.000000099473604e-05 214 rna-XM_010297962.1 4024487 9 6337 6550 Balearica regulorum 925459 GAG|GTACAGCTAC...GCCTCCCTAACT/ATGAGATTTATG...TGTAG|TTC 1 1 39.843
20804513 GT-AG 0 1.000000099473604e-05 489 rna-XM_010297962.1 4024487 10 5782 6270 Balearica regulorum 925459 CAG|GTAATAATGG...CTCTCTTTAAAT/TAAATGTTGATG...GACAG|AGA 1 1 42.563
20804514 GT-AG 0 1.000000099473604e-05 648 rna-XM_010297962.1 4024487 11 4633 5280 Balearica regulorum 925459 TAG|GTAAGAAGAT...ATTTTCTTAATT/ATTTTCTTAATT...TAAAG|CAC 1 1 63.206
20804515 GT-AG 0 1.000000099473604e-05 701 rna-XM_010297962.1 4024487 12 3858 4558 Balearica regulorum 925459 GAG|GTGAGTCCTT...TATTCTTTTGTT/TTTTGTCCTACT...TCTAG|CCC 0 1 66.255
20804516 GT-AG 0 1.000000099473604e-05 292 rna-XM_010297962.1 4024487 13 3241 3532 Balearica regulorum 925459 AAA|GTAAGTGTTG...TCTCTCTTCTCT/TTTTTCCTGAGG...TCTAG|CCA 1 1 79.646
20804517 GT-AG 0 1.000000099473604e-05 417 rna-XM_010297962.1 4024487 14 2663 3079 Balearica regulorum 925459 GTG|GTAAGGGCAG...AGTCTTTTACCT/AAGTCTTTTACC...CCTAG|GCC 0 1 86.279
20804518 GT-AG 0 1.5068577646982903e-05 555 rna-XM_010297962.1 4024487 15 2040 2594 Balearica regulorum 925459 CAG|GTAACAACCA...TCTGTCTTGTTC/CATAGACTGATT...CCAAG|TCC 2 1 89.081

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