plotStability: plotStability

Description Usage Arguments Value Examples

View source: R/ascend_plots.R

Description

Plots Stability, Consecutive RI and Rand Index. This can be used to determine the optimal resolution of the clustering results.

Usage

1
plotStability(object)

Arguments

object

An EMSet object that has undergone clustering.

Value

A line graph generated by ggplot2's geom_line function

Examples

1
2
3
4
5
# Load example EMSet that has undergone processing
em_set <- ascend::analyzed_set

# Use function to plot stability scores
stability_plot <- plotStability(em_set)

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.