Skip to content

heatmap labels of the cells clusters are squished #33

Answered by jgriss
jjyotikataria asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jjyotikataria,

Any additional parameter passed to the plot_gsva_heatmap function is directly forwarded to the heatmap.2 function.

Unfortunately, even though it's quite powerful, it's still not a great plotting function. Here is the example taken from the single cell analysis vignette showing you how to adapt the main parameters:

plot_gsva_heatmap(gsva_result, 
                  pathway_ids = relevant_pathways, # limit to these pathways
                  margins = c(6,30), # adapt the figure margins in heatmap.2
                  dendrogram = "col", # only plot column dendrogram
                  scale = "row", # scale for each pathway
                  key = FALSE, # don't display the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jjyotikataria
Comment options

Answer selected by jjyotikataria
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #32 on July 12, 2021 12:45.