-
Notifications
You must be signed in to change notification settings - Fork 61
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
R meet fatal error when use SILMLR package #47
Comments
Dear @wwn7268, I believe this may be a memory issue due to very big datasets or reduced memory where you are running SIMLR. But to give you more feedbacks, I would need to know something more about when it gives you fatal error. Best, |
For example,when I running a dataset with 23000 genes and 1000 cells using "SIMLR_Large_Scale". It can run it correctly before t-SNE, but terminate after it star the step "performing t-SNE". |
Dear @wwn7268, I will need to be able to reproduce this in order to help you. Are you using the R package? One think you may try is to use MATLAB implementation. Best, |
I meet the same problem even using the latest package 1.18.0 if (calculate_TSNE==FALSE){
do not calculate TSNE, don't return ydata
}else{
calculate TSNE, and return ydata
} After having a look at |
Hi SIMLR team,
I am a student from China. I am using your R packages "SIMLR" to analysis single-cell RNA-seq data. I need to use the function "SIMLR_Large_Scale" to cluster big dataset. For some datasets, it runs normally. However, for others it may meet fetal error when running t-sne and terminate R. I want to know what happened and how to solve it. Thank you very much!
Best regard,
Tommy
The text was updated successfully, but these errors were encountered: