README.md

inferCSN

CRAN_Status_Badge R-CMD-check test-coverage pkgdown code-size RStudio CRAN mirror downloads

Introduction

inferCSN is an 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")

You can also install the development version use git clone to automatically handle some issues related to dependencies:

git clone https://github.com/mengxu98/inferCSN.git
cd inferCSN
sh scripts/requirements.sh
R CMD INSTALL . --library=/your/lib/path

Usage

How to use inferCSN? Please reference here.



Try the inferCSN package in your browser

Any scripts or data that you put into this service are public.

inferCSN documentation built on Nov. 2, 2023, 6:27 p.m.