You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm usign BayesSpace for Visium subspot visualization.
When I change the scalevalue as follows.
featureplot(object, "GENE", high = "red") + scale_fill_continuous(limits = c(0,5))
I could adjust the scale value, but the color was changed.
Instead, I used featureplot(object, "GENE", high = "red") + scale_color_continuous(limits = c(0, 5)).
It doesn't change the scale value.
Do you have any resolution to adjust the scale value without changing the original pseudocolor.
The text was updated successfully, but these errors were encountered:
Apologies for the late response. I’m not sure I understand entirely what you are trying to do but if the presets in the featurePlot function don’t work for you, I would suggest just not setting the high parameter and doing everything using scale_fill_continuous or another ggplot function.
Hi, I'm usign BayesSpace for Visium subspot visualization.
When I change the scalevalue as follows.
featureplot(object, "GENE", high = "red") + scale_fill_continuous(limits = c(0,5))
I could adjust the scale value, but the color was changed.
Instead, I used featureplot(object, "GENE", high = "red") + scale_color_continuous(limits = c(0, 5)).
It doesn't change the scale value.
Do you have any resolution to adjust the scale value without changing the original pseudocolor.
The text was updated successfully, but these errors were encountered: