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

Error running nmf #167

Open
suminwei2772 opened this issue Jun 10, 2021 · 1 comment
Open

Error running nmf #167

suminwei2772 opened this issue Jun 10, 2021 · 1 comment

Comments

@suminwei2772
Copy link

Hi,
I'm having trouble running NMF on a large matrix of 3000 genes and 1428 samples (3000x1428 matrix). A few lines of the error I get is this:

AAML1031_rna_nmf <- nmf(log2(rna_df_most_var+1), rank=2:30, nrun=20, .pbackend=10, seed = 123456, method = 'brunet'); Timing stopped at: 0.888 0.065 0.97 Timing stopped at: 0.97 0.037 1.08 Timing stopped at: 0.903 0.178 1.083 Timing stopped at: 0.894 0.045 1.103 Timing stopped at: 0.898 0.061 1.221 Timing stopped at: 0.91 0.11 1.512 Timing stopped at: 0.997 0.099 1.504 Timing stopped at: 0.921 0.08 1.523 Timing stopped at: 0.913 0.153 1.678 Timing stopped at: 0.832 0.075 0.941 Timing stopped at: 0.877 0.042 0.996 Timing stopped at: 0.853 1.583 2.451 Timing stopped at: 0.876 0.046 1.024 Timing stopped at: 0.873 0.04 0.971 Timing stopped at: 0.845 0.093 0.943 Timing stopped at: 0.916 0.098 1.084 Timing stopped at: 0.899 0.071 1.079 Timing stopped at: 0.897 0.391 1.293 Timing stopped at: 0.89 0.018 0.975 Timing stopped at: 0.929 0.017 0.947 Timing stopped at: 36.98 9.871 9.105 Timing stopped at: 1.084 0.018 1.119 Timing stopped at: 1.088 0.049 1.268 Timing stopped at: 1.125 0.059 1.383 Timing stopped at: 1.121 0.107 1.282
I don't know what is causing the error and any help would be appreciated.
Thank you,
Lisa

@joonan30
Copy link

This happened to me. I made it sure removing NAs and matrix for an input. It seems nrun (with parallele) is a problem.

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

2 participants