SCpubr
SCpubr copied to clipboard
BUG | do_FeaturePlot | diverging.palette argument is not working
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)
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 !!