This repository contains the rOpenScPCA package, which offers utility functions to support single-cell RNAseq analysis in the OpenScPCA project.
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()