umap.Rd
This function executes a ubuntu docker that performs umap visualization
umap(
group = c("sudo", "docker"),
scratch.folder,
file,
separator,
seed,
epochs
)
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
separator used in count file, e.g. '\t', ','
number for reproducibility
number of epochs for umap
plot