dputhier / scigenex

This repository stores the scigenex R library.
Other
4 stars 2 forks source link

filter_nb_supporting_cells should be refactored. #97

Closed dputhier closed 1 year ago

dputhier commented 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.

dputhier commented 1 year ago

Done.