splitClusters: Split Matrix for each clusters

View source: R/splitClusters.R

splitClustersR Documentation

Split Matrix for each clusters

Description

This function executes a ubuntu docker that merge two matrix

Usage

splitClusters(
  group = c("sudo", "docker"),
  scratch.folder,
  file,
  separator,
  nCluster
)

Arguments

group,

a character string. Two options: sudo or docker, depending to which group the user belongs

scratch.folder,

a character string indicating the path of the scratch folder

file,

a character string indicating the path of the file, with file name and extension included

separator,

separator used in count file, e.g. '\t', ','

nCluster,

interesting number of clusters

Value

one Matrix for each cluster

Author(s)

Luca Alessandri, alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino


kendomaniac/CASC documentation built on Oct. 4, 2023, 11:10 a.m.