oncogenetics / LocusExplorer

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

R3.9 Error in nrow(plotDatGeneticMap()) #56

Closed zx8754 closed 9 years ago

zx8754 commented 9 years ago

Duplicate of #11

After closing and restarting the app, jumping directly to the Final plot, I receive the following message: error in evaluating the argument 'x' in selecting a method for function 'nrow': Error in nrow(plotDatGeneticMap()) : incorrect length (0), expecting: 1309

zx8754 commented 9 years ago

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; }"),