unstableFiltering.Rd
This function executes a ubuntu docker that remove cells on the basis of their cell stability score.
unstableFiltering(
group = c("sudo", "docker"),
scratch.folder,
file,
nCluster,
separator,
sThreshold
)
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 file, with file name and extension included
number of clusters
separator used in count file, e.g. '\t', ','
cell stability score threshold, a value between 0 and 1.
A filtered counts file
if (FALSE) {
unstableFiltering(group="docker", scratch.folder="/media/lucastormreig/8799-82B32/PHD/CASC8.1Stable/CASC8.0STABLE/new/unstableFiltering/scratch/", file="/media/lucastormreig/8799-82B32/PHD/CASC8.1Stable/CASC8.0STABLE/new/unstableFiltering/data/testset.txt",nCluster=5, separator="\t",sThreshold=0.75)
}