Skip to content

Commit

Permalink
Documentation for 'Quick select' buttons on top of query page on cBio…
Browse files Browse the repository at this point in the history
…Portal
  • Loading branch information
Sowmiyaa Kumar authored and Sowmiyaa Kumar committed Oct 31, 2023
1 parent 0bf78c9 commit a1eb8ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/deployment/customization/portal.properties-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@ Prevent users from saving data by removing all Download tabs and download and co
skin.hide_download_controls=
```

### Quick select buttons

This feature allows you to generate a Quick Select button on the top of your query page. The button, when clicked on, will automatically select the studies mentioned after the '#`.

```
skin.quick_select_buttons=
```

The format for the string should be ``<Button name>|<Mouse-over text>#study1a,study1b,....`` where:
- <Button name> will be the label on the button (for e.g. TCGA PanCancer Atlas Studies, Curated set of non-redundant studies)
- <Mouse-over text> will be the text that is displayed when you hover over the button (for e.g. 218 studies that are manually curated including TCGA and non-TCGA studies with no overlapping samples)
- study1a,study1b,.... are the study IDs of the loaded studies that should be selected when the button is clicked. (for e.g. acbc_mskcc_2015,acc_tcga_pan_can_atlas_2018)


### Control default setting for filtering of genes in mutation and CNA tables of patient view
Expand Down

0 comments on commit a1eb8ef

Please sign in to comment.