asmagen / robustSingleCell

Robust single cell clustering and comparison of population compositions across tissues and experimental models via similarity analysis.
http://dx.doi.org/10.1016/j.celrep.2019.10.131
MIT License
13 stars 2 forks source link

PCA gene signature activation regress functionality bug #24

Closed asmagen closed 5 years ago

asmagen commented 5 years ago
regress = data.frame(ribo = ILCs$confounders$ribosomal.score, mito = ILCs$confounders$mitochondrial.score)
> ILCs <- PCA(ILCs,regress = regress,rerun=T)
Transitioning to ribo+mito folder
Computing
Error in if (!rerun && file.exists(cache)) { : 
  missing value where TRUE/FALSE needed