-
Notifications
You must be signed in to change notification settings - Fork 21
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
Input preprocessing and normalization #20
Comments
hi Pavel, Thanks for your message. Can I double check what type of single cell data you are analysing? scRNA-seq? When you say integrated data, are you integrating multiple batches? |
Thank you for a quick response. |
@pavsol hi Pavel, did you manage to get some reasonable analysis? |
Hello,
I have a question regarding the normalization of the input expression matrix. Is there some recommendation on how to preprocess or normalize the data? In the tutorials, I noticed log and sqrt scaling but without any further comment. Then, is it recommended to use
scv.pp.normalize_per_cell(adata)
or filter the genes withsc.pp.highly_variable_genes(adata)
for example? I would appreciate more information on this if possible.More precisely, I am working with Seurat-integrated data and I use integrated assay as an input. The results seem to make sense so far, however, I noticed differences when I use "raw" integrated data or scaled with
sc.pp.scale(adata)
as recommended in Seurat integration vignette. It would be also nice to clarify whether it makes sense to use integrated data nad how.Thank you,
Pavel
The text was updated successfully, but these errors were encountered: