项目作者: YuanlongHu

项目描述 :
Candidate Prescriptions Discovery Based on Pathway Fingerprints
高级语言: R
项目地址: git://github.com/YuanlongHu/immcp.git
创建时间: 2020-05-05T05:52:35Z
项目社区:https://github.com/YuanlongHu/immcp

开源协议:GNU General Public License v3.0

下载


immcp: Polypharmacology Toolkit for Traditional Chinese Medicine Research




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.

  • Extract biological descriptors by defining the genesets, and calculate the similarity of the drug to the disease characterized by the biological descriptors
  • Create and analyze Drug-Disease Network

Installation

You can install it from CRAN:

  1. install.packages("immcp")

You can also install a development release from GitHub using the devtools package :

  1. install.packages("devtools")
  2. library(devtools)
  3. install_github("YuanlongHu/immcp")