Requires buildGraph() or updatePairs() to be ran first with the argument score.component.variance=TRUE.
plotComponentVariance(
conos.obj,
space = "PCA",
plot.theme = ggplot2::theme_bw()
)
ggplot
conos object
character Reduction space to be analyzed (currently, component variance scoring is only supported by PCA and CPCA) (default='PCA')
ggplot theme (default=ggplot2::theme_bw()). Refer to <https://ggplot2.tidyverse.org/reference/ggtheme.html> for more details.