Vivianstats / scImpute

Accurate and robust imputation of scRNA-seq data
https://www.nature.com/articles/s41467-018-03405-7
91 stars 34 forks source link

Question on a line of the codes. #27

Open NuosiWu opened 5 years ago

NuosiWu commented 5 years ago

droprate[mucheck & droprate > drop_thre] = 0 in function imputation_model8, imputation_model.R. I just wonder what is the deeper meaning behind this sentence. Why do you have to check the value and set it to zero. Could you explain more?