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

Change nFeature lower cutoff to 1000

parent a41f332f
2 merge requests!6Develop,!5Refactor
......@@ -283,7 +283,7 @@ scQC <- function(sc10x,sp="hu",feature="nFeature_RNA"){
if (i %in% c("nFeature_RNA","percent.mito","percent.ribo","nCount_RNA")){
if (i == "nFeature_RNA"){
cutoff.h <- thresh[[i]][[j]]$threshold[thresh[[i]][[j]]$method=="RenyiEntropy"]
cutoff.l <- 200
cutoff.l <- 1000
} else if (i == "percent.mito") {
cutoff.h <- thresh[[i]][[j]]$threshold[thresh[[i]][[j]]$method=="Triangle"]
cutoff.l <- 0
......
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