Skip to content

amcdavid/Genesee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

Core functions for genomics project templating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages