Entering edit mode
3.2 years ago
LacquerHed
▴
30
I am wondering if its possible to apply order = TRUE and blend = TRUE at the same time in FeaturePlot, because for the blended umap the ordering is still default. Basically bring the yellow dots up top. Thanks.
FeaturePlot(Data.Combined.c3, features = c("Gene1", "Gene2"), order = TRUE, cols= c("grey", "red", "green"), blend = TRUE, pt.size = .3)