knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of Genesee is to set up assay-specific analysis templates for various transcriptomic modalities, including scRNAseq, scVDJ and bulk RNAseq.
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.
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.