clustering.mode: (Internal function) Select a clustering method to be used for...

Description Usage Arguments Value See Also

View source: R/clustering.mode.R

Description

(Internal function) Select a clustering method to be used for the ipcaps process.

Usage

1
clustering.mode(node, work.dir, method, silence.mode = FALSE, seed = NULL)

Arguments

node

An integer representing the current node number which is being analyzed.

work.dir

A working directory.

method

A clustering method selected from the ipcaps function. See ipcaps for available methods.

silence.mode

To enable or disable silence mode. If silence mode is enabled, the fuction is processed without printing any message on the screen, and it is slightly faster. Default = TRUE.

seed

To specify a seed number for random generator. Default = NA, which means that a seed number is automatically chose.

Value

A vector of cluster assignment, for which cluster each individual belongs.

See Also

ipcaps


kridsadakorn/ipcaps.bioc documentation built on Jan. 22, 2020, 11:18 p.m.