plot_group_correlation: Plot the correlation of each group

View source: R/plot_utils.R

plot_group_correlationR Documentation

Plot the correlation of each group

Description

Plot the correlation of each group and auto detected knee point. It can be used to determined which clustered are kept for further analysis.

Usage

plot_group_correlation(gnet_result)

Arguments

gnet_result

Results returned by gnet().

Value

A list of indices of the data point with correlation higher than the knee point.

Examples

set.seed(1)
gnet_result <- list('group_score'=c(runif(10,1,3),c(runif(10,5,3))))
group_keep <- plot_group_correlation(gnet_result)

chrischen1/GNET2 documentation built on June 29, 2022, 8:53 a.m.