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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
346593 GT-AG 0 1.000000099473604e-05 15175 rna-XM_022252496.1 76461 1 4277594 4292768 Acanthaster planci 133434 CAG|GTGAGGCAGT...TTTTTTTTCATT/TTTTTTTTCATT...TACAG|ATG 0 1 4.839
346594 GT-AG 0 1.000000099473604e-05 8017 rna-XM_022252496.1 76461 2 4292836 4300852 Acanthaster planci 133434 AAG|GTGAATATGA...ACTCCCTAGACA/AGACATCTCACT...TTCAG|TTG 1 1 6.958
346595 GT-AG 0 1.000000099473604e-05 4266 rna-XM_022252496.1 76461 3 4300907 4305172 Acanthaster planci 133434 AAG|GTAGGTTGAA...TTAGCTGTAACA/AGTTGTCTGATT...TACAG|ATG 1 1 8.665
346596 GT-AG 0 7.901380130549065e-05 2520 rna-XM_022252496.1 76461 4 4306491 4309010 Acanthaster planci 133434 AAG|GTAAGCTGGA...TGGTCTTTATTT/TGCGTTTTCACT...CTCAG|GAA 2 1 50.348
346597 GT-AG 0 3.3439690685306626e-05 2361 rna-XM_022252496.1 76461 5 4309264 4311624 Acanthaster planci 133434 CAG|GTACGGTGCA...TGGCCCTTAGTA/TGCTTCTTCAAA...CTTAG|AAC 0 1 58.349
346598 GT-AG 0 1.000000099473604e-05 8912 rna-XM_022252496.1 76461 6 4311841 4320752 Acanthaster planci 133434 GAG|GTAGGTGTGC...TTGTCCTTGTTT/TTTGATGTGATT...CCAAG|GTC 0 1 65.18
346599 GT-AG 0 1.000000099473604e-05 217 rna-XM_022252496.1 76461 7 4320835 4321051 Acanthaster planci 133434 AAA|GTAAGATGCT...TATTTATTAGTT/CATGTATTTATT...TGCAG|ATC 1 1 67.774
346600 GT-AG 0 1.000000099473604e-05 1822 rna-XM_022252496.1 76461 8 4321123 4322944 Acanthaster planci 133434 AAG|GTGAGAAGGA...TCACCATTATCC/AGCATTTTCATC...CGCAG|TCG 0 1 70.019
346601 GT-AG 0 1.000000099473604e-05 1553 rna-XM_022252496.1 76461 9 4323097 4324649 Acanthaster planci 133434 TCT|GTGAGTACAT...CTTCCCTTCGTT/CTTCGTTTCAAC...ATCAG|ACC 2 1 74.826
346602 GC-AG 0 1.000000099473604e-05 2574 rna-XM_022252496.1 76461 10 4324716 4327289 Acanthaster planci 133434 CAG|GCGAGTAGTC...TGTGGTTTAATG/TGTGGTTTAATG...TACAG|TGA 2 1 76.913
346603 GT-AG 0 0.08307804141202 857 rna-XM_022252496.1 76461 11 4327435 4328291 Acanthaster planci 133434 ACG|GTACCTGTCG...GTTCCCATAACA/AAACCTTTCATC...TACAG|CAA 0 1 81.499
346604 GT-AG 0 1.000000099473604e-05 590 rna-XM_022252496.1 76461 12 4328436 4329025 Acanthaster planci 133434 GAG|GTCAGAGGCT...TTGTTTTTTTCT/CAGTGTCCAACT...AACAG|TTG 0 1 86.053
346605 GT-AG 0 1.000000099473604e-05 2836 rna-XM_022252496.1 76461 13 4329224 4332059 Acanthaster planci 133434 AAG|GTACAGCGGG...TGTACCTTTTCC/TCTGTGATTATT...ATCAG|AAT 0 1 92.315
346606 GT-AG 0 1.000000099473604e-05 5726 rna-XM_022252496.1 76461 14 4332126 4337851 Acanthaster planci 133434 CAG|GTGTGTACCC...CTTTTCTTTTTG/TGCATGTTAACG...TTCAG|ATG 0 1 94.402

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