knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of GeneseeBulk is to facilitate analysis (differential expression) of Bulk RNASeq.
You can install the development version of GeneseeBulk from GitHub with:
# install.packages("devtools") devtools::install_github("amcdavid/GeneseeBulk")
The Genesee* family of packages is organized around project templates that copy
over various parametrized markdown scripts.
As such, there's some code required to set
overall parameters for the project.
library(GeneseeBulk) dir.create(tmp <- tempfile()) proj_directory = Genesee::genesee_skeleton(genesee_root = tmp, investigator = 'Plato', project_title = 'Crito', project_type = 'RNA', init_git = FALSE)
After that, you would edit 00driver.R
to customize how the markdown are run.
At the moment, there are r length(list.files(proj_directory, pattern = '*.Rmd'))
template available:
list.files(proj_directory, pattern = '*.Rmd')
You can browse the files here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.