Plot fit of a HVG metric and highlight HVGs.
Usage
plot_hvg_fit(sce, y = c("var", "cv2"))
Arguments
- sce
A SingleCellExperiment object with HVG metadata.
- y
A character scalar: which column from HVG fit DataFrame to plot on the y-axe.
var or cv2 if hvg_metric is gene_var or gene_cv2, respectively.
Value
Invisibly NULL (drawing on a graphical device).