Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1014 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1014 Bytes

R-CMD-check

Genesee

The goal of Genesee is to set up assay-specific analysis templates for various transcriptomic modalities, including scRNAseq, scVDJ and bulk RNAseq.

Installation

You can install it from GitHub with:

# install.packages("devtools")
devtools::install_github("amcdavid/Genesee")

You will also need to install GeneseeSC and GeneseeBulk, which contain the templates for this to be useful.

Example

Initialize a project titled ‘title’ at ‘path/to/projects/investigator/title’ and copy down scRNA template files.

library(Genesee)
library(GeneseeSC)
genesee_skeleton('path/to/projects', 'investigator', 'title', author = 'Andrew', project_type = 'scRNA')