constructNN: Nearest Network
Description
Construct a nearest neighbour network based on previously computed PCs
Usage
constructNN(
reduced_object,
k_neighbors = 30,
minimum_shared = 5,
top_shared = 3,
verbose = F,
...
)
Arguments
k_neighbors
Number of k neighbors to use
Value
NN network as igraph object