-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panorama. subscript out of bounds #4
Comments
This is the complete message from RStudio:
Listening on http://127.0.0.1:8072 |
version: platform x86_64-pc-linux-gnu |
Hi, Is the error right when you launch the software? Or after you try to do a specific operation? Can you describe exactly what you are doing? Thanks Federico |
Hi Federico I've created several graphml files using vite and the sample data provided with the flow-analysis-tutorial. Then I type panorama::panorama() on RStudio and immediately I can see a new panorama tab on my browser and a new window pop up to select the graphml file. So far, so good. Then I choose the folder "unsupervised_graph" to select "blood_unsupervised.graphml" or the folder "scaffold_result" to select any of the .graphml there (all.pooled, BLD.pooled, BM.pooled, etc). Rstudio shows the same error message after opening any of those graphml files. Warning: Error in [[: subscript out of bounds I'm using RStudio on the server of the lab where I keep the ParkerICI sample data. I hope I gave you some useful information. Please, don't hesitate to ask if I forgot something, I'm quite new to bioinf. Regards |
Can you start a new R session and post the results of running the following commands?
|
Hi Federico I started a new session and this is what I got: R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" R is free software and comes with ABSOLUTELY NO WARRANTY. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'demo()' for some demos, 'help()' for on-line help, or [Workspace loaded from ~/.RData] Loading required package: flowCore Attaching package: ‘flowCore’ The following object is masked from ‘package:base’:
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
That's missing info about the shiny version.... my bad. Can you write the following
|
Hi Federico
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Ok I was able to reproduce this. This is related to the newest version of the shiny package. Let me investigate, I should have a fix soon |
Fixed in the latest release, thank you very much for reporting |
Hi Federico It works fine now. Great job. Thanks for your help. Juan. |
Hi
I can't find where my mistake is. I have repeated every step of the flow-analysis-tutorial with no problem until I try to run panorama::panorama() on either my ubuntu terminal or RStudio.
In RStudio I get this message:
Warning: Error in [[: subscript out of bounds
48: getSliderType
47: updateSliderInput
46: [/home/juan/R/x86_64-pc-linux-gnu-library/3.4/panorama/shinyGUI/server/tab_graph.R#315]
3:
1: panorama::panorama
Any clue is much appreciate.
Cheers
Juan
The text was updated successfully, but these errors were encountered: