Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cannin authored Jul 6, 2016
1 parent a922767 commit 8649c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nodeData$color[which(grepl("^Elaine$", nodeData$id))] <- "#FF0000"
nodeData$href <- paste0("http://www.google.com/search?q=Seinfeld%20", nodeData$name)
network <- createCytoscapeJsNetwork(nodeData, edgeData)
rcytoscapejs(network$nodes, network$edges)
rcytoscapejs(network$nodes, network$edges, showPanzoom=FALSE)
```

##Embedding in Shiny
Expand Down

0 comments on commit 8649c7c

Please sign in to comment.