Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 800 Bytes

rOpenScPCA

This repository contains the rOpenScPCA package, which offers utility functions to support single-cell RNAseq analysis in the OpenScPCA project.

Installation

rOpenScPCA can either be installed with the remotes package, or with renv if you need to track it in an renv.lock file:

# Install the package with remotes
remotes::install_github("AlexsLemonade/rOpenScPCA")

# Install the package with renv
renv::install("AlexsLemonade/rOpenScPCA")
# You can then add to a renv.lock file with renv::snapshot()