Skip to content

Commit

Permalink
Fix rendering of final plot
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Dec 18, 2024
1 parent e350355 commit 5dca755
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Bug fixes

* Fix tests expecting fixed number of phenotypes.
* Vignette
- `HPOExplorer`: Fix rendering of final plot.

# HPOExplorer 1.0.3

Expand Down
4 changes: 2 additions & 2 deletions man/hpo_to_matrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/HPOExplorer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `colour_var` argument is where you choose the column name from the `phenos`
```{r plot, warning = FALSE, message = FALSE, fig.width = 9, fig.height = 7}
plt <- make_network_plot(phenos = phenos,
colour_var = "ontLvl_geneCount_ratio")
methods::show(plt)
plt$plot
```


Expand Down

0 comments on commit 5dca755

Please sign in to comment.