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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.