There are several steps to run this analyisis:
- Identify proteins of interest
- Identify drug targets
- Create the network
- CyTOF data
- Run CellNOpt
You must install the following packages in R:
install.packages(c("ggplot2", "dplyr", "ggraph", "igraph"))
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("OmnipathR", "CellNOptR"))
Clone this repository:
git clone https://github.com/jlinaresb/network-cytof.git