Skip to content

Commit

Permalink
Merge pull request #135 from selkamand/dev
Browse files Browse the repository at this point in the history
docs: fixed interaction with other packages text
  • Loading branch information
selkamand authored Jul 16, 2024
2 parents 174fa28 + 2149b21 commit 5f5cf20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ gbm_df |>
copy = 'gene' # see ?ggoncoplot for other valid values
)
```

## Customising the look

Want more control over look of an oncoplot? ggoncoplot takes an `options` argument to help control all visual paramaters. See `?ggoncoplot_options` for a full list of paramaters.
Expand Down Expand Up @@ -377,7 +378,7 @@ gbm_df |>

## Interaction with other packages

ggoncoplot outputs can be combined with other packages. Simply set interactive = FALSE so ggoncoplot returns a ggplot object instead of a ggiraph. Do the same for express. Then you can con
ggoncoplot outputs can be combined with other packages. Simply set interactive = FALSE so ggoncoplot returns a ggplot object instead of a ggiraph. Do the same for the express package which visualises TCGA methylation and expression t-SNE. Then you can use patchwork to compose the plots into a single visualisation make the entire group interactive with data linked across plots.

```{r}
## Create a Breast Cancer Oncoplot
Expand Down

0 comments on commit 5f5cf20

Please sign in to comment.