Introduction

inferCSN is an R package for inferring cell-specific gene regulatory network from single-cell sequencing data.

Installation

You can install the released version from CRAN use:

install.packages("inferCSN")

You can install the development version from GitHub use pak:

if (!require("pak", quietly = TRUE)) {
  install.packages("pak")
}
pak::pak("mengxu98/inferCSN")

Usage

How to use inferCSN? Please reference here.

Cite

If you use inferCSN in your work, please cite it reference here.