Xenium Explorer offers several features to save and share results.
The Save Current View button allows you to save the current image and viewer state to revisit later on the same computer. This feature saves the image viewing area (zoom coordinates, image channel contrast) and color settings (i.e., palette, opacity, bin size, scale threshold). In addition, it saves custom transcript or cell coloring, custom cell annotation names, and selections, which are not saved in shared permalinks or transferred configurations.
While the recent files menu opens the last view state for a given dataset, we recommend saving the current view for important analyses that you would like to continue working on later.
Click the Save Current View button and give the view a name. The saved view can be retrieved from the Go to location button or on the Xenium Explorer home page. Metadata about the view are displayed on the saved view tile (the time since the view was saved, coordinates).
If you modify a saved view, you can save it with a new name (views cannot be overwritten with the same name) or delete an existing view to reuse the view name. This feature does not save uploaded gene groups (they need to be re-uploaded from CSV). The settings are saved to your local computer, so saved views cannot be shared with other computers. To share settings with other windows on the same computer, see the Transfer Configuration section below.
If recent files are cleared from the home page, all saved views will also be removed from the home page. To retrieve saved views, open the experiment.xenium
file from Open New File and they will be listed in the Go to location window.
Warning: It is possible to clear Xenium Explorer’s cache if you need to reset and clear history (Xenium Explorer v1.0 > Clear Cached Data). However, this is not a recommended part of the general Xenium Explorer workflow, as all saved views will be deleted and cannot be reopened.
To delete an individual saved view, click the three vertical dots from either the home page tile or Go to location window tile.
Modifying permalinks
While it is easiest to adjust settings in the user interface itself, the following parameters can be modified in the permalink:
Parameter | Query value example | Description |
---|---|---|
zoom | zoom=0.412 for zoom level 0.412 | Zoom level |
target | target=17708_12889 for view area center (17708,12889) | X,Y location |
z | z=17 for mip in a 16 high image stack; z=18 for focus | Z slice number, mip, or focus |
off | off=0 if image visibility toggled off | Image visibility toggle |
colors or colormap | color set to hex value or colormap set to colormap name | Image color |
sliders | sliders=8_709 for min threshold 8 and max threshold 709 | Image slider |
feature_off | feature_off=0_6~10_541 for hiding features 0-6 and 10-541 | Transcript visibility toggle (may include indices beyond panel genes because the range includes negative control targets) |
feature | feature=icon or feature=density | Feature type |
bin | bin=10 for 10µm bin size | Density map bin size |
density | density=1.5_5.0 for 0.015 to 0.05 | Density map scale threshold slider |
d_o | d_o=.8 for 80% opacity | Density map opacity slider |
d_c | d_c=Viridis | Density map coloring setting |
cell_b | cell_b=1 for showing cell boundary | Cell boundary toggle |
cell_b | cell_b=0 for showing nucleus boundary | Nucleus boundary toggle |
cell_f | cell_f=true for showing cell fill | Cell fill toggle |
cell_c | cell_c=groups for coloring by cluster affiliation and neutral for coloring cells white | Cells colored by |
cell_g | cell_g=2 for 3rd clustering type | Clustering type |
cell_o | cell_o=.5 for 50% opacity | Cell fill opacity slider for groups |
ct_o | ct_o=.8 for 80% opacity | Cell fill opacity slider for transcripts |
ct_s | ct_s=5_123 for 5 to 123 | Cells colored by Selected Transcripts slider |
ct_c | ct_c=Inferno | Transcript density map coloring setting |
tt_off | tt_off=true for turning off cell/transcript tooltips | Show tooltips |
axes | axes=false | Show scale axes toggle setting |
nav | nav=true | Show image navigator toggle setting |
Here are some examples for modifying image settings with the permalink parameters:
Example 1: Change the viewing area x,y coordinates by modifying the values in the target parameter (format: x_y)
Original:
zoom=0.0801&target=31421.79_20635.79&z=17&
time=0&off=&tt_off=true&feature_coloring=feature&
feature=icon&feature_off=0_6\~8_67\~69_204\~206_256\~258_541&
bin=80&density=0.1_12.0&cell_c=groups&cell_g=1&cell_f=true
Edit to:
zoom=0.0801&target=5400_5400&z=17&time=0&
off=&tt_off=true&feature_coloring=feature&feature=icon&
feature_off=0_6\~8_67\~69_204\~206_256\~258_541&bin=80&
density=0.1_12.0&cell_c=groups&cell_g=1&cell_f=true
Example 2: Change the image slider threshold values (format: min_max).
In this example, the default values were not changed, so the permalink does not contain the slider parameter. Parameters are separated by an “&” and there is no set parameter order in the permalink. We will add the slider parameter to the end of the permalink.
Original:
zoom=0.0801&target=31421.79_20635.79&z=17&time=0&
off=&tt_off=true&feature_coloring=feature&feature=icon&
feature_off=0_6\~8_67\~69_204\~206_256\~258_541&bin=80&
density=0.1_12.0&cell_c=groups&cell_g=1&cell_f=true
Edit to:
zoom=0.0801&target=31421.79_20635.79&z=17&time=0&
off=&tt_off=true&feature_coloring=feature&feature=icon&
feature_off=0_6\~8_67\~69_204\~206_256\~258_541&bin=80&
density=0.1_12.0&cell_c=groups&cell_g=1&cell_f=true&sliders=8_709
Example 3: Set image channel color to a value not available in the user interface (format: HEX color value)
Original:
zoom=0.0801&target=31421.79_20635.79&z=17&time=0&
off=&colors=00ffff&tt_off=true&feature_coloring=feature&
feature=none&feature_off=0_6\~8_67\~69_204\~206_256\~258_541&
bin=80&density=0.1_12.0&cell_c=groups&cell_g=1
Edit image color to green:
zoom=0.0801&target=31421.79_20635.79&z=17&time=0&
off=&colors=2ca25f&tt_off=true&feature_coloring=feature&
feature=none&feature_off=0_6\~8_67\~69_204\~206_256\~258_541&
bin=80&density=0.1_12.0&cell_c=groups&cell_g=1