Я сейчас делаю.
Код: Выделить всё
view?.setDisplayedRegions([
{
assemblyName: assembly.name,
refName: props?.location?.chromosome.name,
start: props.location.selectedInterval[0] ?? scaleView.start,
end: props.location.selectedInterval[1] ?? scaleView.end,
},
])
view.setScaleFactor(0.7) //
Подробнее здесь: [url]https://stackoverflow.com/questions/79573533/how-to-sync-jbrowse-scale-with-external-scale[/url]
Мобильная версия