SCpubr icon indicating copy to clipboard operation
SCpubr copied to clipboard

BUG | do_FeaturePlot | diverging.palette argument is not working

Open venkan opened this issue 4 months ago • 0 comments

I'm using SCpubr::do_FeaturePlot with different arguments like split.by, diverging.palette etc...

SCpubr::do_FeaturePlot(scdata, features = c("signature"), reduction = "umap", split.by = "condition", ncol=4,
	                        order = TRUE, legend.title = "myCAF_Custom Signature", font.size = 8, plot.axes = TRUE, 
                                 legend.length = 8, legend.width = 0.5, legend.position = "bottom", pt.size=0.3,
                                 diverging.palette = "RdBu", diverging.direction = -1)
Screenshot 2024-04-11 at 23 16 28

As you see in the above function I'm using diverging.palette = "RdBu", but still color is not changed. I tried with different diverging.palette but didn't work.

I'm using ‘2.0.1’ SCPubr version !!

venkan avatar Apr 11 '24 21:04 venkan