dputhier / scigenex

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

The code of the filter_by_size could be greatly simplified #99

Closed dputhier closed 1 year ago

dputhier commented 1 year ago

Using the indexing operator, all the code to sum up. to ~:

cluster_to_keep <- object@gene_clusters_metadata$size > min_cluster_size object <- object[cluster_to_keep, ] object <- rename(object)

dputhier commented 1 year ago

fixed in acfba8eae7fbc14df9e6de35c9497537af2bedb4