find_clusters: Extract the densely connected clusters

Description Usage Arguments Value

Description

First forms clusters of compounds that are linked together. Then the clusters are pruned so that in the final clusters, each feature is linked to at least a set percentage of the other features in the cluster.

Usage

1
find_clusters(connections, d_thresh = 0.8)

Arguments

connections

data frame of pairs of signals that are linked together, output of find_connections

d_thresh

numeric, the minimum degree required for each signal in a cluster expressed as a percentage of the maximum degree in the cluster

Value

a list of clusters, each a list of:


antonvsdata/amp documentation built on Jan. 8, 2020, 3:15 a.m.