plot_group_correlation: Plot the correlation of each group

Description Usage Arguments Value Examples

View source: R/plot_utils.R

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

1

Arguments

gnet_result

Results returned by gnet().

Value

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

Examples

1
2
3
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)

jianlin-cheng/GNET2 documentation built on Oct. 22, 2020, 11:24 p.m.