oncogenetics / LocusExplorer

An interactive graphical illustration of genetic associations and their biological context
MIT License
14 stars 15 forks source link

R3.3 ERROR #50

Closed zx8754 closed 9 years ago

zx8754 commented 9 years ago

Duplicate of #11

When i click on plotSettings directly after loading the app, I receive the following message: Error in nrow(plotDatGeneticMap()) : error in evaluating the argument 'x' in selecting a method for function 'nrow': Error in nrow(plotDatGeneticMap()) : incorrect length (0), expecting: 1309

Error in nrow(plotDatLD()) : error in evaluating the argument 'x' in selecting a method for function 'nrow': Error in fix.by(by.y, y) : 'by' must specify a uniquely valid column

zx8754 commented 9 years ago

We get this error messages, as the ggplot is trying to plot, while the data is still being crunched.

Below added to hide error messages.

#hide red error messages
tags$style(type="text/css",
           ".shiny-output-error { visibility: hidden; }",
           ".shiny-output-error:before { visibility: hidden; }"),