Skip to content

Commit

Permalink
Chapter 3.1.2 change heatmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ConYel committed Jul 29, 2022
1 parent ed95879 commit e16bc87
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Dissertation_KG_Chapter_3.1.2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,17 @@ ht_all_lFCs <- Heatmap(matrix = all_lFCs, #data
row_names_gp = grid::gpar(fontsize = 15),
heatmap_legend_param = list(
title_gp = gpar(fontsize = 20, fontface = "bold"),
labels_gp = gpar(fontsize = 20))
labels_gp = gpar(fontsize = 20)),
column_title_gp = gpar(fontsize = 20, fontface = "bold"),
column_title = str_glue("Heatmap of {nrow(all_lFCs)} common piRNAs\nidentified DE both comparisons")
)
```
tiff(filename = file.path("FIG_48_piRNA_common_all_lFCs_DE_cardiomyo_patients.tiff"),
compression = "none", height = 16, width = 16, units = 'in', res = 600)
draw(ht_all_lFCs)
dev.off()
```

### Gene predicted targets for the DE piRNA from mouse cardiomyocytes

Expand Down

0 comments on commit e16bc87

Please sign in to comment.