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

Input and Output #3

Closed
Winnie09 opened this issue Mar 18, 2019 · 3 comments
Closed

Input and Output #3

Winnie09 opened this issue Mar 18, 2019 · 3 comments

Comments

@Winnie09
Copy link

Dear author,

Thanks for developing the software! I have a few questions but did not find clear answer from your paper:

  1. is the input a count matrix?
  2. is the output a count matrix? Has it been normalized by library size, or log2-transformed?

Thanks!

@linqiaozhi
Copy link
Member

Hi @Winnie09, we use the normalize_data() function to convert the count matrix into a library size and log transformed matrix. We have not explored the effects of not normalizing or not doing the log transform, however.

The output can be considered to have the same "transformation" done to it as the input data. The alra() function itself does not actually do any normalization, but if the input data was normalized, then the imputed data will have roughly the same distribution.

@Winnie09
Copy link
Author

Winnie09 commented Mar 21, 2019 via email

@chatterjee89
Copy link

chatterjee89 commented May 3, 2020

Hi @linqiaozhi I have a quick question related to this one:
Would you recommend applying ALRA to impute scaled data or raw data in the count matrix?
Thank you so much for the question and the software.

FYI, I'm applying this on scRNA Seq data being analyzed on Seurat.

Regards,
Deep

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

3 participants