Skip to content

Commit

Permalink
Updated gget enrichr Python plotting args
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Jun 24, 2022
1 parent 74c0b92 commit 9814857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@ Supports any database listed [here](https://maayanlab.cloud/Enrichr/#libraries)
`-o` `--out`
Path to the file the results will be saved in, e.g. path/to/directory/results.csv (or .json). Default: Standard out.
Jupyter Lab / Google Colab: `save=True` will save the output in the current working directory.

`figsize`
Jupyter Lab / Google Colab only. (width, height) of plot in inches. (Default: (10,10))

`ax`
Jupyter Lab / Google Colab only. Pass a matplotlib axes object for plot customization. (Default: None)

**Flags**
`-e` `--ensembl`
Expand Down

0 comments on commit 9814857

Please sign in to comment.