wrapperMixModelsUmap.Rd
This function executes a ubuntu docker that performs wrapperMixModelsUmap
wrapperMixModelsUmap(
group = c("sudo", "docker"),
scratch.folder,
file,
geneList,
separator,
k,
seed,
epochs,
finalName,
maxit = 10000
)
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 count matrix
a character string indicating the path of the geneList matrix (no header, no row names)
separator used in count file, e.g. '\t', ','
number of soft labels to divide the density
number for reproducibility
epochs number for umap algorithm
name for output files
number of max iteration for mixmodels
plot