Replies: 1 comment
|
@SlowSD This is my A-code (Algorithm code capturing the core logic without auxiliary) of CLR transform, hope it could help you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have this example dataset.
Upon using
NormalizeData(seurat_object, normalization.method = "CLR"), the normalization takes place across features and the following dataset is obtained.Could anyone please help me understand the mathematical calculations behind the CLR normalization. I have tried dividing feature counts by geometric mean and taking the natural log. However, I believe that I obtained totally different entries.
Here is the screenshot of the procedure.

Any help would be appreciated.
Regards.
All reactions