YuanlongHu / YuanlongHu.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About