Skip to main content

URL Parameters

There are multiple parameters available that you can used along with the base URL (https://chromoscope.bio/app/). The pattern of using the parameters is like the following:

https://chromoscope.bio/app/?[parameter1]=[value1]&[parameter2]=[value2]

The supported parameters are as follows:

ParameterDescriptionExample
demoIndexIndex of the demo, starting from 03 (fourth example)
domainA pair of absolute genomics positions209114527-458365147
showSamplesWhether to show the sample overview upon landing the pagetrue or false
externalURL to data confighttps://gist.githubsercontent.com/sehilyi/example-datahub.json
caution

The external parameter should be positioned at the last if multiple parameters are used.

Correct

https://chromoscope.bio/app/?showSamples=true&external=[URL]

Incorrect

https://chromoscope.bio/app/?external=[URL]&showSamples=true

This allows the external URL to have its own parameters (e.g., authenticated preassigned URL)