You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this outstanding tools.I'm just a beginner in this software
I WANT to know why the color in network shows different with my settings in node.
I have setted the color to be orange and grey, but finally got a plot in different color. THANKS
node <- data.frame(id = unique(c(edge$from,edge$to)),
label = c(unique(edge$from),rep(NA,308)),
group = c(rep('Regulon',12),rep('target',308)),
value = (as.numeric(c(rep(4,12),table(edge$to))))*5,
shape = c(rep('square',12),rep('circle',308)),
color = c(rep('orange',12),rep('grey',308))
)
visNetwork(node, edge, width = 500, height = 500, main = "prog network")
The text was updated successfully, but these errors were encountered:
Hi, thanks for this outstanding tools.I'm just a beginner in this software
I WANT to know why the color in network shows different with my settings in
node
.I have setted the color to be orange and grey, but finally got a plot in different color. THANKS
The text was updated successfully, but these errors were encountered: