Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLR assay missing in scADT-All-Hematopoiesis-MPAL-191120.rds #17

Open
rargelaguet opened this issue Apr 17, 2020 · 1 comment
Open

CLR assay missing in scADT-All-Hematopoiesis-MPAL-191120.rds #17

rargelaguet opened this issue Apr 17, 2020 · 1 comment

Comments

@rargelaguet
Copy link

scADT-All-Hematopoiesis-MPAL-191120.rds contains the rawCounts but not the CLR normalised assay.
I tried applying compositions::clr as well as the CLR transformation implemented in Seurat :

clr_function <- function(x) { 
 return(log1p(x = x / (exp(x = sum(log1p(x = x[x > 0]), na.rm = TRUE) / length(x = x)))))
}

but I cannot reproduce the normalisde values in the CLR assay from scADT-Healthy-Hematopoiesis-191120.rds. Could you add the code that you used for the CLR normalisation?

Thank you,
Ricard.

@jgranja24
Copy link
Contributor

i used Seurat's default CLR normalization

https://satijalab.org/seurat/v3.0/multimodal_vignette.html

let me know if that helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants