home / WtMTA-db

Menu
  • 🔎 Explore: species tree + scatter

Most U12-like introns for one genome (ranked by raw motif score)

The strongest U12-motif introns in one genome by p_motif — the raw motif-model probability, independent of the per-species call gate — whether or not they cleared the U12 threshold. Useful for genomes with minor-snRNA machinery but few or no calls. The type_id/adjusted_score columns show which (if any) were actually called. Parameters: ?tax=<taxonomy_id>&n=<N>.

Custom SQL query (hide)

select
  id, transcript_id, chromosome, start, "end", strand, length, phase, in_cds,
  dinucleotide_pair, type_id, adjusted_score, rel_score, p_motif, svm_score, motif_category,
  exon5_flank, five_ss_seq, bps_seq, three_ss_seq, exon3_flank
from introns
where taxonomy_id = cast(:tax as integer)
order by p_motif desc
limit cast(:n as integer)

Query parameters

Edit SQL

0 results

Powered by Datasette · Queries took 1.074ms