It could be great to be able to inverse each of the normalization transformations.
When running normalization, we can store some attributes in adata.uns and then we can re-use them for the inverse transformation.
I have already implemented this for a few normalization functions in scyan, so I can do a PR if you find it interesting.
It could be great to be able to inverse each of the normalization transformations.
When running normalization, we can store some attributes in
adata.unsand then we can re-use them for the inverse transformation.I have already implemented this for a few normalization functions in scyan, so I can do a PR if you find it interesting.