Stardust_tuning/runExample/runTuning.R

library(rCASC)

name.dir = "MK"

path=getwd()
source(paste(path,"tuneStardust.R",sep="/"))

path = paste(path, "Dataset", sep = "/")
file=paste(paste(path, name.dir, sep = "/"),"filtered_expression_matrix.txt",sep="/")
spot_coordinates=paste(paste(path, name.dir, sep = "/"),"spot_coordinates.txt",sep="/")

print(file)
scratch=paste(paste(path, name.dir, sep = "/"),"scratch",sep="/")
dir.create(scratch)
group="sudo"
separator="\t"

tuneStardust(group=group, scratch.folder=scratch, file=file,spot_coordinates=spot_coordinates,separator=separator)
 
SimoneAvesani/Stardust_rCASC documentation built on Dec. 18, 2021, 2:02 p.m.