Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 479 Bytes

Network-analysis

Assignment: Network Analysis and Visualization

Objective

Develop a script in R or Python that creates a random network with 200 nodes, visualizes it in Cytoscape, and performs basic network analysis.

My-solution

I employed R and RStudio for crafting this assignment. Additionally, the igraph library was utilized for constructing the network, and RCy3 was employed to showcase it in Cytoscape.

  • R
  • Rstudio
  • igraph library
  • RCy3