-
Notifications
You must be signed in to change notification settings - Fork 223
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
[estimateSignatures] error #469
Comments
please load NMF package firstly. |
Thank you for your rapid response. |
@Hchang77 I see you used the example data. Could you show all commands, your R session and their output here? like library(maftools)
library(NMF)
...
sessionInfo() |
Maybe use the |
@Hchang77 Yes, try @PoisonAlien suggested, the example data should add a small constant for avoiding the problem from NMF decomposition. I think |
Thank you for the nice anwer. The problem was solved. |
Hello
I run the example codes for maftools. ( TCGA LAML MAF file)
I have error message when I try estimageSignatures.
I can get successful results when I try other analysis with NMF package.
Regards,
############
laml.sign = maftools::estimateSignatures(mat = laml.tnm, nTry = 6)
-Running NMF for 6 ranks
Compute NMF rank= 2 ... Timing stopped at: 1.21 0.02 2.98
ERROR
Compute NMF rank= 3 ... Timing stopped at: 1.41 0 3.36
ERROR
Compute NMF rank= 4 ... Timing stopped at: 1.3 0 3.22
ERROR
Compute NMF rank= 5 ... Timing stopped at: 1.48 0.02 4.48
ERROR
Compute NMF rank= 6 ... Timing stopped at: 2.11 0.03 4.8
ERROR
Error in (function (...) : All the runs produced an error:
-#1 [r=2] -> NMF::nmf - 10/10 fit(s) threw an error.
Error(s) thrown:
-VCF to MAF conversion? #2 [r=3] -> NMF::nmf - 10/10 fit(s) threw an error.
Error(s) thrown:
-feature request: rainfall plot #3 [r=4] -> NMF::nmf - 10/10 fit(s) threw an error.
Error(s) thrown:
-Dockerizeit #4 [r=5] -> NMF::nmf - 10/10 fit(s) threw an error.
Error(s) thrown:
-CNV/RNAseq data into oncoplot #5 [r=6] -> NMF::nmf - 10/10 fit(s) threw an error.
Error(s) thrown:
The text was updated successfully, but these errors were encountered: