juanbot / CoExpNets

Co-expression network management based on WGCNA + k-means
Apache License 2.0
16 stars 8 forks source link

Error in getAndPlotNetworkLong when save.plots=TRUE #22

Closed jocasgar closed 4 years ago

jocasgar commented 4 years ago

Hi,

I have been doing the first CoExpNets tutorial. When I try to create the network with the getDownstreamNetwork function, R gives me this error if I write save.plots=TRUE.

Error in getAndPlotNetworkLong(expr.data = expr.data, beta = beta, tissue.name = tissue, : object 'tb' not found

I have been watching the function code, and I thing that the error is here. when you defined the object 'tb':

IssueError

juanbot commented 4 years ago

Hi, it should be fixed now. Thank you