home / WtMTA-db

Menu
  • 🔎 Explore: species tree + scatter

BED-format introns (by taxid + adjusted_score band)

Custom SQL query (hide)

select
  chromosome,
  start,
  "end",
  id,
  adjusted_score,
  strand
from introns
where taxonomy_id = :taxid
  and adjusted_score >= :min_score
  and adjusted_score <= :max_score
order by chromosome, start

Query parameters

Edit SQL

0 results

Powered by Datasette · Queries took 1.224ms