Closed dputhier closed 1 year ago
Some part of the code is obfuscating. E.g.
# Compute the percentage of genes expressed per cell cur_clust[cur_clust > 0 | cur_clust < 0] <- 1
The rest of the code could be simply replace by a call to the indexing function.
Done.
Some part of the code is obfuscating. E.g.
The rest of the code could be simply replace by a call to the indexing function.