Candidate Prescriptions Discovery Based on Pathway Fingerprints
This R package was a toolkit for TCM polypharmacology research. Based on the biological descriptors and drug-disease interaction networks, it can analyze the potential polypharmacological mechanisms of TCM and be used for drug repositioning in TCM.
You can install it from CRAN:
install.packages("immcp")
You can also install a development release from GitHub using the devtools package :
install.packages("devtools")
library(devtools)
install_github("YuanlongHu/immcp")