After using clusterCornerAxes to add cell types, remove the legend, and add circles, it is found that the circles are on top of the cell types, thus covering them up.
Could the drawing order be adjusted to make the image more aesthetically pleasing?
clusterCornerAxes( object = seob, reduction = "umap", clusterCol = "cell_type", noSplit = TRUE, cellLabel = TRUE, cellLabelSize = 5, cellLabelColor = "black", show.legend = FALSE, cornerTextSize = 3.5, base_size = 14, addCircle = TRUE, cicAlpha = 0.05, nbin = 200, cicDelta = 0.01, cicLineSize = 0.5, cicLineColor = "grey0", cicLineLty = "dashed" )
After using clusterCornerAxes to add cell types, remove the legend, and add circles, it is found that the circles are on top of the cell types, thus covering them up.
Could the drawing order be adjusted to make the image more aesthetically pleasing?
clusterCornerAxes( object = seob, reduction = "umap", clusterCol = "cell_type", noSplit = TRUE, cellLabel = TRUE, cellLabelSize = 5, cellLabelColor = "black", show.legend = FALSE, cornerTextSize = 3.5, base_size = 14, addCircle = TRUE, cicAlpha = 0.05, nbin = 200, cicDelta = 0.01, cicLineSize = 0.5, cicLineColor = "grey0", cicLineLty = "dashed" )