Skip to content

Commit

Permalink
Modify dimensions of heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
SeviJordi committed Sep 7, 2023
1 parent e1a5549 commit 4a97c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ library(tidyr)
library(dplyr)
library(heatmaply)
library(readr)
# values for diversity
div_values <- fromJSON(params$div_value)
Expand Down Expand Up @@ -177,7 +176,7 @@ The significant correlated NV are swown in detail:

To see posible interactions between mutations, pairwise correlation between the alternative frequencies are calculated.

```{r, echo= F,message= F, fig.align='center', fig.height= 150, fig.width= 180}
```{r, echo= F,message= F, fig.align='center'}
heatmaply_cor(
cor.mat,
Expand Down

0 comments on commit 4a97c1f

Please sign in to comment.