seuratIntegrationMulti.Rd
This function executes a ubuntu docker that performs seurat integration
seuratIntegrationMulti(
group = c("sudo", "docker"),
scratch.folder,
folder,
separator,
resName,
format,
nFeature = 2000
)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the path of the scratch folder
a character string indicating the path of the folder containing the counts matrices to be integrated
separator used in count file, e.g. '\t', ','
name for result matrix
format for all the matrix that has to be integrated. Format has to be all the same
number of features used for the generation of the anchors
file containing the normalized matrix with the anchors
if (FALSE) {
seuratIntegrationMulti(group=c("sudo"), scratch.folder="/home/user/scratch", folder="/home/user/folderWithFiles",separator=",",resName="test",format="csv")
#to be added
}