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)

14 rows where transcript_id = 4378483

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
22666502 GT-AG 0 1.000000099473604e-05 145 rna-XM_020918510.1 4378483 1 4344229 4344373 Boleophthalmus pectinirostris 150288 CAG|GTGAGCAGAA...ATATCCTTTTTT/ATTATTGTAATA...CTTAG|CTC 1 1 84.512
22666503 GT-AG 0 4.596066045147829e-05 78 rna-XM_020918510.1 4378483 2 4344080 4344157 Boleophthalmus pectinirostris 150288 TTG|GTAAATTATA...ATTTCCATATTA/AATATTTTTATG...TGCAG|GTT 0 1 85.585
22666504 GT-AG 0 1.000000099473604e-05 113 rna-XM_020918510.1 4378483 3 4343807 4343919 Boleophthalmus pectinirostris 150288 TCT|GTGAGTATTT...GAATTTTTGGGT/GATGTACTGATG...TTCAG|ACC 1 1 88.002
22666505 GT-AG 0 7.144899096942444e-05 97 rna-XM_020918510.1 4378483 4 4343636 4343732 Boleophthalmus pectinirostris 150288 ATG|GTAAATTATG...CTATTTTTAATC/CTATTTTTAATC...TCTAG|GTG 0 1 89.121
22666506 GT-AG 0 1.000000099473604e-05 786 rna-XM_020918510.1 4378483 5 4342778 4343563 Boleophthalmus pectinirostris 150288 CAG|GTACAAATAA...GAGCTCTTGAAT/AATGTTCTAAAC...TGCAG|AAT 0 1 90.209
22666507 GT-AG 0 1.000000099473604e-05 97 rna-XM_020918510.1 4378483 6 4342629 4342725 Boleophthalmus pectinirostris 150288 TTG|GTAAGTACTA...TTTTTTTTTTTT/CTAGGATTCATA...CCTAG|GTT 1 1 90.994
22666508 GT-AG 0 0.0002006814643496 445 rna-XM_020918510.1 4378483 7 4342107 4342551 Boleophthalmus pectinirostris 150288 ACG|GTAATCAAAT...CTTTCTTTAACT/CTTTCTTTAACT...TGTAG|AAT 0 1 92.158
22666509 GT-AG 0 1.000000099473604e-05 117 rna-XM_020918510.1 4378483 8 4341935 4342051 Boleophthalmus pectinirostris 150288 TTG|GTGAGTGAGG...AAATCTCTGATA/CTGATATTCATT...CACAG|AGC 1 1 92.989
22666510 GT-AG 0 1.7882582148831357e-05 586 rna-XM_020918510.1 4378483 9 4341278 4341863 Boleophthalmus pectinirostris 150288 AGG|GTAATTATTC...GACTCATTAATA/TATGGACTCATT...TTCAG|GGA 0 1 94.062
22666511 GT-AG 0 4.3691736078442006e-05 349 rna-XM_020918510.1 4378483 10 4340868 4341216 Boleophthalmus pectinirostris 150288 CAG|GTACTGCTCT...ACATTTTTAACA/ACATTTTTAACA...TCCAG|TGC 1 1 94.983
22666512 GT-AG 0 1.000000099473604e-05 945 rna-XM_020918510.1 4378483 11 4339849 4340793 Boleophthalmus pectinirostris 150288 GTG|GTAATAATGT...TGCGTTTTAAAT/TGCGTTTTAAAT...TTCAG|GCT 0 1 96.102
22666513 GT-AG 0 0.0001396169467536 94 rna-XM_020918510.1 4378483 12 4339691 4339784 Boleophthalmus pectinirostris 150288 CAG|GTATTGTATT...CCCACTTTATTC/CCTGGTTTAAAC...TTCAG|GAG 1 1 97.069
22666514 GT-AG 0 1.000000099473604e-05 69 rna-XM_020918510.1 4378483 13 4339560 4339628 Boleophthalmus pectinirostris 150288 GAG|GTGAGAGAAG...TATATCTTTGTG/CATAATATTATA...TGCAG|GAA 0 1 98.005
22666515 GT-AG 0 0.0001021772974412 757 rna-XM_020918510.1 4378483 14 4338751 4339507 Boleophthalmus pectinirostris 150288 TGG|GTATGTGGGT...CTATTGTTGATG/TAGTTGTTTATT...TTCAG|AGG 1 1 98.791

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