library(CONFESSdata)
### set your directories
basedir<-"~/"
data_path<-system.file("extdata",package="CONFESSdata")
files<-readFiles(iDirectory=NULL,
BFdirectory=paste(data_path,"/BF",sep=""),
CHdirectory=paste(data_path,"/CH",sep=""),
separator = "_",image.type = c("BF","Green","Red"),
bits=2^16)
#this example is run using out.method="manual" (not interactive)
clu <- defineLocClusters(LocData=estimates,out.method="manual",savePlot="screen")
Run the code above in your browser using DataLab