plot_group_correlation {GNET2}R 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)

[Package GNET2 version 1.10.0 Index]