drop icon indicating copy to clipboard operation
drop copied to clipboard

Building plots with abberant splicing results

Open SergeyBioinformatics opened this issue 9 months ago • 4 comments

Hello. I have an issue with the visualisation of DROP abberant splicing results. The pipeline worked completely and created the result table and html, but in fds, apparently, there is not enough data to visualize graphs for samples and genes. At the time html document has some example plots. Here are screenshots of a problem. assays exprected_observed plot_expressionError Splicing Volcano error

SergeyBioinformatics avatar Nov 16 '23 17:11 SergeyBioinformatics

Hi Sergey, at some point we removed the zscores from the fds assays. It could be that you're using an old FRASER version. Please install the latest one (1.99.0) from our github: https://github.com/gagneurlab/fraser

vyepez88 avatar Nov 17 '23 13:11 vyepez88

Thank you for a response! I've checked my Fraser version and it is old (‘1.12.1’). I've tried to update it with if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages('BiocManager') BiocManager::install('FRASER') but got lots of warning messages and several error. Here are mistakes:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace 'htmltools' 0.5.5 is being loaded, but >= 0.5.7 is required Calls: <Anonymous> ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace Execution halted ERROR: lazy loading failed for package 'bslib' Error: package 'DelayedArray' 0.26.6 was found, but >= 0.26.7 is required by 'DelayedMatrixStats' Execution halted ERROR: lazy loading failed for package 'DelayedMatrixStats'

I also attach an installation log to this comment. My OS is Windows 10 and I have R 4.3.1 Thank you very much for your help!

fraser_installation_log.txt

SergeyBioinformatics avatar Nov 29 '23 17:11 SergeyBioinformatics

I also unsuccessfully tried to install Fraser with the same command on Ubuntu web server. Here is a log Uploading ubuntu_installation_log.txt…

SergeyBioinformatics avatar Nov 29 '23 18:11 SergeyBioinformatics

Hi there, Seems like you're having some issues updating dependencies while upgrading DROP. Perhaps reinstalling a brand new environment would save a lot of time and effort here. Try starting again with a new environment. Or you could see #509 and try the solution mentioned there by installing using the yml file. This is also detailed in the README.

drewjbeh avatar Feb 13 '24 14:02 drewjbeh