Description Usage Arguments Value
Construct a nearest neighbour network based on previously computed PCs
1 2 3 4 5 6 7 8 | constructNN(
reduced_object,
k_neighbors = 30,
minimum_shared = 5,
top_shared = 3,
verbose = F,
...
)
|
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 |
NN network as igraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.