-
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
Signatures Contributing to Driver Genes #36
Comments
In addition - with my last couple of runs - have been throwing errors during the denovo signature command: Is this due to small sample size? Error: NMF::nmf - invalid argument 'rank': must be a single numeric value |
Hi, Thanks for getting in touch, and I apologise for not getting back to you sooner. Regarding your first issue, I think it may just be caused by SBS_OSCE1 and rownames(SBS_OSCE1_sigs) being different lengths, although without your data I can't be 100% sure. I'm less sure about your second issue - out of interest how small is your sample size? NMF extractions should work for smaller sample sizes. To get around this error you could try specifying the If the file NMF_Rank_Estimates.pdf has been plotted in your results directory, the value in the x-axis for the first minima of the cophenetic plot is a good estimate for the optimal number of signatures in your input data. In this example, Palimpsest would choose 5 as the optimal number of signatures in the data. Please let us know if this doesn't work and I'll try to find another solution! Best wishes, |
I keep throwing the same error every time I try to plot the drivers vs signatures plot:
Error in matprob[i, ] <- apply(vcf.cod[ind, sig.cols], 2, sum, na.rm = T) :
number of items to replace is not a multiple of replacement length
Any thoughts?
The text was updated successfully, but these errors were encountered: