-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error in buildNode #4
Comments
Hi, thanks for notice me error. remotes::install_github('unistbig/GScluster')
library(GScluster) If this works on you well or have any problems, please let me know. Regards. # code you mentioned
data=GetGSASNP2Data(filename='https://github.com/unistbig/GScluster/raw/master/inst/GScluster/GSASNP2_DIAGRAM.txt')
GSAresult = data$GSAresult
GeneScores = data$GeneScores
GScluster(GSAresult = GSAresult, GeneScores = GeneScores, Species = 'H', alpha = 1, GsQCutoff = 0.25, GQCutoff = 0.05) library(GScluster)
GScluster() what was problem?in GSCluster, we use and recently we're working on that package to submit to CRAN which requires quite strict conditions. while that process, I restricted each graph's node should accept only And we found that GScluster didn't follow that rule, it gives Which is really really unintended behavior. so I fixed |
It is getting me to the network page now, which is a great improvement from what I was seeing- thanks! However, now I am getting the following error message (I also get a message in the web browser NO genes with cutoff when I try clicking on "Show PPI"): Listening on http://127.0.0.1:6813 Thanks for developing a really cool tool. I think it's a really awesome tool in theory- I'm hoping to debug some of this so that I will get good use out of it in practice. Best, |
Could you give me the situation you've tried? like
It'll be really helpful to investigate problems. Usually, Also, if you want to debug this, you can fork repository to your own repository and Thanks. |
Hello,
I've been trying to run the GScluster function and had been running up against an error. Finally, I tried just running the sample code and got the same error, so I'm wondering what I can do to troubleshoot:
`data=GetGSASNP2Data(filename='https://github.com/unistbig/GScluster/raw/master/inst/GScluster/GSASNP2_DIAGRAM.txt')
GSAresult = data$GSAresult
GeneScores = data$GeneScores
GScluster(GSAresult = GSAresult, GeneScores = GeneScores, Species = 'H', alpha = 1, GsQCutoff = 0.25, GQCutoff = 0.05)
[1] "PPI table is not given, STRING data is used."
Listening on http://127.0.0.1:7313
Warning: Error in buildNode: id must be string
53: stop
52: buildNode
51: RenderGeneSetNetwork [/usr/local/lib/R/3.6/site-library/GScluster/GScluster/app.R#1262]
50: server [/usr/local/lib/R/3.6/site-library/GScluster/GScluster/app.R#1289]
Error in buildNode(id = nodes[i, 1], bgColor = nodes[i, 3], labelColor = "black", :
id must be string`
Any input would be really appreciated.
Thanks,
Jim
The text was updated successfully, but these errors were encountered: