-
Notifications
You must be signed in to change notification settings - Fork 1
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
Apply scMET on sliding windows #5
Comments
Dear Ning, Regarding your question, here is the code used in the paper (for the Ecker2017 dataset) for:
Hope this helps! Please let me know if you have any other questions. best, |
Hello Andreas, Thanks for the reply! I really appreciate the help. I just wanna make sure that I understood your code correctly - I don't have to combine the results from Best, |
Dear Ning, Yes, the way we did the analysis (line https://github.com/andreaskapou/scMET-analysis/blob/cd8700dc15e6eff590eafe0864ba17b94cb4ad23/ecker2017/all_cells/01_hvf/hvf_window.Rmd#L100) is to combine the output HVFs for each chromosome and then sort by (residual) overdispersion to extract the top N HVFs. One thing to note though with this approach, is to check tha the mean-overdispersion relationship is similar across chromosomes, otherwise your results might be biased towards certain chromosomes. Best, |
Hello Dear Andreas,
I was trying to apply scMET on a large-scale scBS-seq dataset using non-overlapping sliding windows of 20kb. I noticed that you has suggested in the scMET paper:
Do you have any instructions on how to combine the estimates post hoc? Or any functions developed for that purpose? Thanks in advance! Looking forward to hearing you back.
Best,
Ning
The text was updated successfully, but these errors were encountered: