View source: R/seurat_cCycle.R
seurat_ccycle | R Documentation |
This function executes a ubuntu docker that performs seurat cell cycle
seurat_ccycle(
group = c("sudo", "docker"),
scratch.folder,
file,
separator,
seed
)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
scratch.folder |
a character string indicating the path of the scratch folder |
file |
a character string indicating the path of the first matrix |
separator |
separator used in count file, e.g. '\t', ',' |
seed |
integer file necessary for reproducibility |
file containing the cluster association in the datasets merged by seurat
Luca Alessandri, alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino
## Not run:
library(rCASC)
source("seurat_cCycle.R")
path=getwd()
scratch=paste(path,"/scratch",sep="")
dir.create(scratch)
file1=paste(path,"/setA.csv",sep="")
seurat_ccycle(group="docker", scratch.folder=scratch, file= file1, separator=",",seed=1111)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.