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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
104998634 GT-AG 0 1.000000099473604e-05 62471 rna-XM_022393657.1 19586890 2 1541872 1604342 Limulus polyphemus 6850 AAG|GTAAGTGAAG...GATATCTTAGTA/GGATATCTTAGT...TTCAG|TCG 0 1 5.299
104998635 GT-AG 0 0.001125868251515 16701 rna-XM_022393657.1 19586890 3 1525068 1541768 Limulus polyphemus 6850 AAA|GTAAGTTTTT...CCAGTCTTAATT/TTAATTCTGACA...GAAAG|GTT 1 1 9.142
104998636 GT-AG 0 1.000000099473604e-05 1640 rna-XM_022393657.1 19586890 4 1523203 1524842 Limulus polyphemus 6850 AAG|GTAAGTGTGT...TATAATTTATCT/ATATAATTTATC...ACAAG|AAT 1 1 17.537
104998637 GA-AG 0 1.7177590303227874e-05 868 rna-XM_022393657.1 19586890 5 1522104 1522971 Limulus polyphemus 6850 CAG|GAAAGCATAT...ACGTTTTTATCA/CACATTTTCATA...CATAG|AAA 1 1 26.157
104998638 GT-AG 0 1.000000099473604e-05 3211 rna-XM_022393657.1 19586890 6 1518689 1521899 Limulus polyphemus 6850 TTG|GTAAGTTAGT...TCATGCTTGAAA/AATGCTCTCATT...ATCAG|GTG 1 1 33.769
104998639 GT-AG 0 0.0035930605563892 2133 rna-XM_022393657.1 19586890 7 1516389 1518521 Limulus polyphemus 6850 AAG|GTATGCATTT...ATGAATTTAATT/ATGAATTTAATT...AACAG|GTG 0 1 40.0
104998640 GT-AG 0 2.787394905800504e-05 1266 rna-XM_022393657.1 19586890 8 1515005 1516270 Limulus polyphemus 6850 ATA|GTAAGTGTTT...ATGATCTTACAA/AATGATCTTACA...CACAG|CTT 1 1 44.403
104998641 GT-AG 0 1.000000099473604e-05 424 rna-XM_022393657.1 19586890 9 1514422 1514845 Limulus polyphemus 6850 TGG|GTAAGTACAT...ATGTTTTTGATT/ATGTTTTTGATT...TTTAG|GTA 1 1 50.336
104998642 GT-AG 0 0.0021594364629365 1301 rna-XM_022393657.1 19586890 10 1512989 1514289 Limulus polyphemus 6850 CAA|GTATGTTCTA...TATAACGTAGCT/CTAAAGTTTATG...TCTAG|CTG 1 1 55.261
104998643 GT-AG 0 0.0388360971642876 902 rna-XM_022393657.1 19586890 11 1511827 1512728 Limulus polyphemus 6850 GAT|GTATGTATGT...CATGCCTTAAAG/ACATGCCTTAAA...TTCAG|GTG 0 1 64.963
104998644 GT-AG 0 4.487970921801144e-05 554 rna-XM_022393657.1 19586890 12 1511087 1511640 Limulus polyphemus 6850 TTA|GTAAGTGTGG...AATGCTTTAAAT/AATGCTTTAAAT...CTTAG|GTG 0 1 71.903
104998645 GT-AG 0 1.000000099473604e-05 609 rna-XM_022393657.1 19586890 13 1510297 1510905 Limulus polyphemus 6850 TTG|GTAAAGAAGG...TTCTCTTTCACC/TTCTCTTTCACC...TACAG|GAG 1 1 78.657
104998646 GT-AG 0 1.000000099473604e-05 7756 rna-XM_022393657.1 19586890 14 1502334 1510089 Limulus polyphemus 6850 AAG|GTGGGTCTCT...AATTTTCTATCA/TCAAATTTCAAT...TGTAG|GCT 1 1 86.381
104998901 GT-AG 0 1.000000099473604e-05 2713 rna-XM_022393657.1 19586890 1 1604418 1607130 Limulus polyphemus 6850 AAG|GTGAGTACAC...ATTTACTTATTT/GATTTACTTATT...CAAAG|GTA   0 3.172

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