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

✎ 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
148536578 GT-AG 0 1.000000099473604e-05 76829 rna-XM_047619005.1 26761050 1 15011783 15088611 Penaeus chinensis 139456 CAG|GTAAGTCTCA...ATCATCCTAACC/ATCATCCTAACC...GACAG|AGT 0 1 4.835
148536579 GT-AG 0 1.000000099473604e-05 41622 rna-XM_047619005.1 26761050 2 14970100 15011721 Penaeus chinensis 139456 GAG|GTGAGTTGTC...TTCTCTCTGTCC/AAGGCCCTCACG...CTCAG|GAT 1 1 7.233
148536580 GT-AG 0 1.000000099473604e-05 18127 rna-XM_047619005.1 26761050 3 14951778 14969904 Penaeus chinensis 139456 GTA|GTAAGTGGCA...TTCCCTCTACCT/CTACCTCTCACC...CGCAG|GAA 1 1 14.898
148536581 GT-AG 0 1.000000099473604e-05 3413 rna-XM_047619005.1 26761050 4 14947990 14951402 Penaeus chinensis 139456 CGG|GTGAGGCGGC...GTGTCCTTCCCG/TATATATACATA...AGCAG|ACC 1 1 29.638
148536582 GT-AG 0 1.000000099473604e-05 1406 rna-XM_047619005.1 26761050 5 14946353 14947758 Penaeus chinensis 139456 CCA|GTAAGAGAGG...AGATCCTTCTAC/TGTACACTAAAT...CGCAG|GGA 1 1 38.719
148536583 GT-AG 0 1.000000099473604e-05 1066 rna-XM_047619005.1 26761050 6 14945162 14946227 Penaeus chinensis 139456 CAG|GTAAGAATAG...CCCTCCGTACCC/CCCTCCCTCACT...CTCAG|GGC 0 1 43.632
148536584 GT-AG 0 1.000000099473604e-05 5721 rna-XM_047619005.1 26761050 7 14939271 14944991 Penaeus chinensis 139456 ACG|GTGAGTAAAG...TTATCTTTCACT/TTATCTTTCACT...CGCAG|TGG 2 1 50.314
148536585 GT-AG 0 3.239385515584661e-05 512 rna-XM_047619005.1 26761050 8 14938590 14939101 Penaeus chinensis 139456 TCG|GTAAGTTCTG...CCGCCCTGAACA/CCTCTCTTCACC...TTCAG|ACC 0 1 56.958
148536586 GT-AG 0 1.000000099473604e-05 1195 rna-XM_047619005.1 26761050 9 14937274 14938468 Penaeus chinensis 139456 TAG|GTAGGCGAAT...TCTCCCTTCCCC/CCACCACTAATC...CTTAG|ACG 1 1 61.714
148536587 GT-AG 0 1.000000099473604e-05 978 rna-XM_047619005.1 26761050 10 14936140 14937117 Penaeus chinensis 139456 AAG|GTGCGGAGGT...TCTCCCTTTTCC/CTCATTCACATC...AACAG|TCC 1 1 67.846
148536588 GT-AG 0 1.000000099473604e-05 264 rna-XM_047619005.1 26761050 11 14935742 14936005 Penaeus chinensis 139456 AAG|GTGAGCGCTT...TGTTTTCTAGTC/TCTTGTGTAATA...ATCAG|GTG 0 1 73.113
148536589 GT-AG 0 1.000000099473604e-05 553 rna-XM_047619005.1 26761050 12 14935081 14935633 Penaeus chinensis 139456 AAG|GTAAGGTTAT...CTTTCCTTCACT/CTTTCCTTCACT...CGCAG|ATA 0 1 77.358
148536590 GT-AG 0 1.000000099473604e-05 2484 rna-XM_047619005.1 26761050 13 14932406 14934889 Penaeus chinensis 139456 CAG|GTGCGGGAGG...TCTTTTGTAATG/TCTTTTGTAATG...GGCAG|GTT 2 1 84.866
148536591 GT-AG 0 1.000000099473604e-05 459 rna-XM_047619005.1 26761050 14 14931842 14932300 Penaeus chinensis 139456 CGG|GTTAGTGAGT...TTTACATTAATT/CGTATTTTTACA...CGCAG|CAT 2 1 88.994

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