-
Notifications
You must be signed in to change notification settings - Fork 19
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 using deconvolution_nmf #34
Comments
I had very similar kind of errors as shown here. My solutions were to:
My case had very few data points so 'brunet' algorithm failed to calculate the matrix properly for some reasons. Other algorithms work fine even for very sparse input matrix. FYI, I find 'nsNMF' looked more reasonable to my case. Hope this helps, |
cheers ill give that a go. |
So that didn't work sadly. |
Hi Jamie, Thanks for getting in touch, and I'm sorry for not getting back to you sooner. I haven't seen this issue before, even when working with sparse datasets as @jh2663 suggested. I notice you're using the older version of Palimpsest, would you be able to update your version of the package and let us know if you're still having the same problem? Hopefully that should fix it or at least make it easier for us to help you! The latest version can be installed like this:
best wishes, |
Hi Benedict,
Thanks for getting back to me, thought I had the most recent version, I’ll try that and fingers crossed it will work.
Best Jamie
From: FunGeST <[email protected]>
Sent: 13 January 2020 11:53
To: FunGeST/Palimpsest <[email protected]>
Cc: James Studd <[email protected]>; Author <[email protected]>
Subject: Re: [FunGeST/Palimpsest] error using deconvolution_nmf (#34)
Hi Jamie,
Thanks for getting in touch, and I'm sorry for not getting back to you sooner.
I haven't seen this issue before, even when working with sparse datasets as @jh2663<https://github.com/jh2663> suggested. I notice you're using the older version of Palimpsest, would you be able to update your version of the package and let us know if you're still having the same problem? Hopefully that should fix it or at least make it easier for us to help you!
The latest version can be installed like this:
install.packages("devtools") library(devtools) devtools::install_github("FunGeST/Palimpsest", force = TRUE)
best wishes,
Benedict
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#34?email_source=notifications&email_token=AICFCUNSTJGGWEEORO6HHDLQ5RIYJA5CNFSM4KCNZGL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYNZMY#issuecomment-573627571>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AICFCULXXWNBLXX3LD62FELQ5RIYJANCNFSM4KCNZGLQ>.
The Institute of Cancer Research: Royal Cancer Hospital, a charitable Company Limited by Guarantee, Registered in England under Company No. 534147 with its Registered Office at 123 Old Brompton Road, London SW7 3RP.
This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer and network.
|
Thanks! Please note that some of the function names have now changed, see the example script for more information on this (e.g. NMF_Extraction() has replaced deconvolution_nmf()). |
Hi, Im having some issues with the above command. Hope you can help. Any ideas you had would be very useful.
When running the following command
[1] "Estimating the optimal number of mutational signatures..."
Timing stopped at: 1.475 2.602 4.144
Timing stopped at: 1.68 2.829 4.582
Timing stopped at: 1.478 2.621 4.167
Timing stopped at: 1.651 2.82 4.545
Timing stopped at: 1.477 2.622 4.166
Timing stopped at: 1.666 2.826 4.565
Timing stopped at: 1.497 2.586 4.206
Timing stopped at: 1.656 2.74 4.471
Timing stopped at: 1.478 2.668 4.21
Error in (function (...) : All the runs produced an error:
-#1 [r=2] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-Cancer cell fraction > 1.0 #2 [r=3] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-error when preprocessInput_snv #3 [r=4] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-What is "ntot" #4 [r=5] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-SV data preparing #5 [r=6] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-Error when using preprocessInput_snv with example data #6 [r=7] -> NMF::nmf - 20/20 fit(s) threw an error.
Error(s) thrown:
-Error in annotating the data #7 [r=8] -> NMF::nmf - 20/20 fit(s) threw an
given that the input data is generated using a Palimpsest command Im surprised that this threw an error.
hear is a sample of the input file
thanks
Jamie
The text was updated successfully, but these errors were encountered: