seuratIntegration.Rd
This function executes a ubuntu docker that performs seurat integration
seuratIntegration(
group = c("sudo", "docker"),
scratch.folder,
file1,
file2,
separator1,
separator2,
seed,
k = 0.5
)
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 first matrix
a character string indicating the path of the second matrix
separator used in count file, e.g. '\t', ','
separator used in count file, e.g. '\t', ','
integer file necessary for reproducibility
resolution for Seurat Analysis
file containing the cluster association in the datasets merged by seurat
if (FALSE) {
seuratIntegration(group="docker", scratch.folder="/home/user/scratch", file1="/home/user/dockerFile/Seurat_join_DAPUSHARE/function/example/set1.csv",file2="/home/user/dockerFile/Seurat_join_DAPUSHARE/function/example/setA.csv", separator1=",",separator2=",",seed=1111)
}