Skip to content
Snippets Groups Projects
Commit cdda06ae authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix Pd patient subsetting

parent 84c4e944
No related merge requests found
......@@ -145,9 +145,9 @@ if (opt$cc==TRUE){
}
gc()
sc10x.D17 <- scSubset(sc10x,"patient","D17")
sc10x.D27 <- scSubset(sc10x,"patient","D27")
sc10x.D35 <- scSubset(sc10x,"patient","D35")
sc10x.D17 <- scSubset(sc10x,"D17","D17")
sc10x.D27 <- scSubset(sc10x,"D27","D27")
sc10x.D35 <- scSubset(sc10x,"D35","D35")
results <- sc3CCA(sc10x.D17,sc10x.D27,sc10x.D35,"D17","D27","D35",cc=opt$cc,cca=opt$cca,acca=opt$acca,lx=opt$lx,hx=opt$hx,ly=opt$ly)
sc10x <- results[[1]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment