Public
Edited
Apr 2
Insert cell
Insert cell
root = {

const dataset_name = 'Xenium_V1_hBoneMarrow_nondiseased_section_outs'
const base_url = 'https://raw.githubusercontent.com/broadinstitute/' +
'celldega_small_dataset_test/main/' + dataset_name +
'_landscape_files'

const inst_height = 500
const ini_x = 12000
const ini_y = 5100
const ini_z = 0
const ini_zoom = -5
const max_image_zoom = 16
const bounce_time = 150
const token = ''

const root = html `<div style="height:${inst_height}px; margin-bottom: 50px"></div>`

celldega.default.landscape_ist(
root,
{},
token,
ini_x,
ini_y,
ini_z,
ini_zoom,
base_url,
'',
0.25
)

return root
}
Insert cell
celldega = import('https://unpkg.com/celldega@0.2.2/src/celldega/static/widget.js?module')
Insert cell
'https://raw.githubusercontent.com/broadinstitute/' +
'celldega_small_dataset_test/main/' + 'Xenium_V1_hBoneMarrow_nondiseased_section_outs' +
'_landscape_files'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more