-
Notifications
You must be signed in to change notification settings - Fork 7
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
help in running BERMUDA #1
Comments
Hi, We used two packages in R and saved the results as .csv file in order to run BERMUDA. You could follow the preprocessing steps in BERMUDA/R/pre_processing.R Best, |
hi again, my dataset is quite big and I run out of memory, getting error: |
I managed to figure it out by myself. I have a problem with result though. After loading
There are the same number of cells, but I have only 20 genes(?) there instead of 2583 variable genes. Further question is how to transform this back to Seurat object? |
Hi, Thank you for your question. Similar to many batch correction methods, BERMUDA removes batch effects by projecting the original data to a low dimensional space (dimensionality equals to 20 here). The low dimensional code does not suffer from batch effects and can be used for further analysis such as visualization. Best, |
Hi, I am quite attracted by your BERMUDA work, but I have a problem in running the "pre_processing.R" in the BERMUDA/R folder. I am wondering if you could provide the two datasets, namely "muraro_human.csv" and "baron_human.csv", which are required in the code "pre_processing.R". Thank you in advance. |
Hi, would you be able to add example script how to connect pre-processing in R and follow up with autoencoder in Python please?
The text was updated successfully, but these errors were encountered: