Hello Malte,I m running in a .py file, when I tried to use scran function computeSumFactors,
that I need to convert anndata to SingleCellExperiment object,I tried following but not worked:
a = robjects.r'list'
b = robjects.r'SingleCellExperiment'
size_factors = computeSumFactors(b, clusters=input_groups)
could you help, many thanks.