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 = FALSE,
  ...
)

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


seasamgo/rescue documentation built on July 24, 2020, 8:38 p.m.