Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 566 Bytes

File metadata and controls

28 lines (19 loc) · 566 Bytes

commonR

This package contains helper functions and Seurat wrapper for scrna-seq analysis.

Installation

remotes::install_github(repo = "brickmanlab/commonR")

Installing cookiecutter

conda create --name cookiecutter cookiecutter==1.7.2

Starting a new project

conda activate cookiecutter
cookiecutter https://github.com/brickmanlab/project-template
# RStudio: File -> New File -> RMarkdown -> From Template

Authors