samWieczorek / old_Prostar

Graphical User Interface for the R-package DAPAR
http://www.bioconductor.org/packages/release/bioc/html/Prostar.html
3 stars 2 forks source link

[BUG Prostar] Warning non MV in imputation #34

Closed samWieczorek closed 2 years ago

samWieczorek commented 2 years ago

Describe the bug Crash when you want to impute a dataset containing no MV and you run imp4p 1/ Initial imputation under the MCAR assumption with impute.rand ...

2/ Estimation of the mixture model in each sample... Warning: Error in ecdf: 'x' must have 1 or more non-missing values 79: stop 78: ecdf 77: estim.mix 76: wrapper.dapar.impute.mi 72: observeEventHandler [server/srv_Imputation_PeptideLevel.R#275] 1: shiny::runApp

samWieczorek commented 2 years ago

Fixed (4c56ff3ba03d1974f6fa510276f11e10b81806bc) The imputation process is not enabled if the dataset contains no missing values