Hi,
In the R scran workflow it is suggested to perform rough clustering of data and provide that as input so that size factors are calculated in each cluster as opposed to size factors being calculated across all cells. Is there an equivalent to that in scranpy? Would the closest comparison be to provide the clusters as the block argument in the center_size_factors function? Or would the best approach be to perform a rough clustering before hand and run scranpy on the objects subset by cluster?
Thanks in advance for any clarification!