-
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 in palimpsest_dfPosXSegm() for small data sets #11
Comments
Hi André, |
Sure. downsampled_sample-wise_8_rep_1_TEST.csv - should crash before the "Annotating mutation data:"-process bar has finished. downsampled_sample-wise_8_rep_2_TEST.csv - should crash right after the "Annotating mutation data:"-process bar has finished. downsampled_sample-wise_8_rep_3_TEST.csv - should complete without crash (for comparison) Best, |
Dear André, Jay |
Thanks so much Jay. Now it works for the small data sets. In one of the small data sets I now instead get one warning from Palimpsest describing that there were some errors in the NMF function: Warning messages: Error(s) thrown:NA Error(s) thrown:NA Error(s) thrown:NA Error(s) thrown:NA 2: In sig.fit$res.x/sig.tot : 3: In sig.fit$res.x/sig.tot : 4: In sig.fit$res.x/sig.tot : 5: In sig.fit$res.x/sig.tot : 6: In sig.fit$res.x/sig.tot : 7: In sig.fit$res.x/sig.tot : 8: In sig.fit$res.x/sig.tot : However I still get result output that seems to be fine. Nonetheless I have attached the data so that you can try it out yourself. Please tell me if you know that something is wrong with this run (i.e. the results can not be trusted). Best, |
Hi Palimpsest.
I'm currently running Palimpsest on some downsampled data. I have 10 replicates of each downsampled size category and in a few instances of these replicas I get some errors in what seems to be a palimpsest_dfPosXSegm() call from the preprocessInput_sv() function:
Warning messages:
1: replacing previous import 'colorspace::plot' by 'graphics::plot' when loading 'NMF'
2: replacing previous import 'dendextend::cutree' by 'stats::cutree' when loading 'NMF'
3: replacing previous import 'NMF::entropy' by 'lsa::entropy' when loading 'Palimpsest'
4: replacing previous import 'NMF::dispersion' by 'plotrix::dispersion' when loading 'Palimpsest'
5: replacing previous import 'gplots::plotCI' by 'plotrix::plotCI' when loading 'Palimpsest'
Error in
[<-.data.frame
(*tmp*
, , namesColsToAdd, value = c(NA_character_, :replacement has 2859 rows, data has 4
Calls: preprocessInput_sv -> palimpsest_dfPosXSegm -> [<- -> [<-.data.frame
Execution halted
All the error messages I get resembles each other but with different amount of "X rows, data has X".
Do you have any idea of why this happens and if it's possible to circumvent this with this low amount of data? Or is it maybe just a consequence of too little data input?
The data size where these errors occur is in the range 8-64 samples and 198-5070 SV calls.
Best,
André
The text was updated successfully, but these errors were encountered: