Skip to content

Error in buildNode #4

@jpropa25

Description

@jpropa25

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions