Vitek-Lab / MSstatsShiny

R-Shiny GUI integrated with the MSstats package family
https://www.msstatsshiny.com
13 stars 8 forks source link

variables undeclared? #54

Closed deril2605 closed 1 year ago

deril2605 commented 1 year ago

Hey Devon,

https://github.com/Vitek-Lab/MSstatsShiny/blob/main/inst/MSstatsShiny/panels/qc-server.R#L186

Do you think this variable code_n_feat is undefined? Or am I missing something?

deril2605 commented 1 year ago

First declaration seems to be here: https://github.com/Vitek-Lab/MSstatsShiny/blob/main/inst/MSstatsShiny/panels/qc-server.R#L205

deril2605 commented 1 year ago

I guess another one which we can fix, https://github.com/Vitek-Lab/MSstatsShiny/blob/main/inst/MSstatsShiny/panels/loadpage-server.R#L364

variable raw.pd was never declared?