constructNN: Nearest Network

Description Usage Arguments Value

View source: R/clustering.R

Description

Construct a nearest neighbour network based on previously computed PCs

Usage

1
2
3
4
5
6
7
8
constructNN(
  reduced_object,
  k_neighbors = 30,
  minimum_shared = 5,
  top_shared = 3,
  verbose = F,
  ...
)

Arguments

reduced_object

PC reduction matrix

k_neighbors

Number of k neighbors to use

minimum_shared

Minimum shared neighbors

top_shared

Keep at ...

verbose

Be verbose

...

Additional parameters

Value

NN network as igraph object


rescue documentation built on July 18, 2020, 5:06 p.m.

Related to constructNN in rescue...