dssSNF | R Documentation |
At the moment the functions 'standardNormalization','dist2','affinityMatrix' and 'spectralClustering' are implemented
dssSNF(
func,
symbols,
...,
action = c("keep", "return"),
keep.name = NULL,
async = TRUE,
datasources = NULL
)
func |
a character, the name of the function to call |
symbols |
a character vector, name(s) of the input object(s) to the function. |
... |
furhter arguments which will be passed to the function (see documentation of the SDFtool package) |
action |
a character vector, what to do with the result. 'return' doesn't work for standardNormalization as it would disclose individual data. |
keep.name |
a character, if action is 'keep', the name of the output object on the remote nodes. If NULL, a name will be generated. |
async |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
The input to the function standardNormalizaton must be a dataframe containing the SUBJID colum and must *not* be transposed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.