This package implements the method proposed by Ye for pathway fingerprint. Candidate herbal prescriptions can be discovered based on the pathway fingerprint similarity between disease and prescriptions.
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")