Preface

Welcome to the TCMDATA user guide.

TCMDATA is an integrated R package for TCM pharmacology data retrieval, network analysis, and visualization. This guide walks you through installation, core functionality, and advanced workflows.

Installation

Install the development version from GitHub:

# install.packages("devtools")
options(timeout = 600)
devtools::install_github("YuLab-SMU/TCMDATA")