jasdumas / shinyGEO

Gene Expression Omnibus Analysis with Shiny :microscope:
http://jasdumas.com/shinyGEO/
Other
41 stars 47 forks source link

Corrected bug in parse.modal which was removing the rows without time… #51

Closed gdancik closed 9 years ago

gdancik commented 9 years ago

… and outcome information. We do NOT want to do this because the expression profiles for these samples are included in x(). I like the idea of not showing these samples in the modal window, but the corresponding NA values will still need to be returned by parse.modal.

To help debug this, I added some R code to save the current time, outcome, and x values whenever the km plot is generated. These are saved to a file called check.RData