Skip to content

Commit

Permalink
Fix typo in command line api
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed May 15, 2024
1 parent f4d65c8 commit 2d65d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preparing-data/command-line-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Check out vignette #2 in the [Vignettes](/visualizing-data/vignettes/) for an ex

### Custom Tooltips

In a similar process to adding custom filters, `configure-dms-viz` allows you to specify columns to include as tooltips. Tooltips will appear when you center your mouse over a point in the line-point summary plot at the center of the visualization.
In a similar process to adding custom filters, `configure-dms-viz` allows you to specify columns to include as tooltips. Tooltips are shown for each *mutation* in your dataset and will appear when you center your mouse over a mutation in the heatmap plot on the left of the visualization.

Use the `--tooltip-cols` flag to specify columns that should provide information through tooltips by providing a dictionary like so: `"{'times_seen': '# Obsv', 'effect': 'Func Eff.'}"`, where the key is the column's name and the value is the label as it should appear in the tooltip.

Expand Down

0 comments on commit 2d65d2a

Please sign in to comment.