Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 959 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 959 Bytes

immcp: Candidate Prescriptions Discovery Based on Pathway Fingerprint

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.

Installation

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")