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

Change stress cutoff from 95% to 90%

parent c4c43fd9
Branches
Tags
No related merge requests found
......@@ -140,7 +140,7 @@ rm(results)
sc10x <- scCluster(sc10x,pc.use=pc.use.prestress,res.use=opt$res.prestress,folder="pre.stress")
if (opt$st==TRUE){
results <- scStress(sc10x,stg=opt$stg,res.use=opt$res.prestress,pc.use=pc.use.prestress,cut=0.95)
results <- scStress(sc10x,stg=opt$stg,res.use=opt$res.prestress,pc.use=pc.use.prestress,cut=0.9)
sc10x <- results[[1]]
counts.cell.filtered.stress <- results[[2]]
sc10x.Stress <- results[[3]]
......
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