dssSNF: Call selected functions from the package SNFtool

Description Usage Arguments Details

View source: R/dssSNF.R

Description

At the moment the functions 'standardNormalization','dist2','affinityMatrix' and 'spectralClustering' are implemented

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
dssSNF(
  func,
  symbols,
  ...,
  action = c("keep", "return"),
  keep.name = NULL,
  async = TRUE,
  wait = TRUE,
  datasources = NULL
)

Arguments

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

wait

a logical, see datashield.aggregate

datasources

a list of opal objects obtained after logging into the opal servers (see datashield.login)

Details

The input to the function standardNormalizaton must be a dataframe containing the SUBJID colum and must *not* be transposed


IulianD/dsSwissKnifeClient documentation built on June 23, 2020, 4:38 p.m.