-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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