Skip to content

dynverse/dyngen_manuscript

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dyngen manuscript

dyngen is a multi-modal simulator for spearheading single-cell omics analyses. This repository contains all code necessary to reproduce the corresponding manuscript. For documentation of dyngen (examples, vignettes, instructions), visit the dyngen repository: https://github.com/dynverse/dyngen.

Install dependencies

Clone the repository as follows.

# clone the repo
git clone https://github.com/dynverse/dyngen_manuscript
cd dyngen_manuscript

Open the R project file inside Rstudio and run the following code.

# install the R package and its dependencies
devtools::install("package/", dependencies = TRUE)

Reproducing an analysis

For each separate experiment, the code to reproduce the analysis can be found in the analysis folder. Any output generated by those scripts will be stored in the results folder. Note that each of the scripts assume that the working directory is the dyngen_manuscript folder.

Build the manuscript

The complete manuscript (including supplementary files) can be built from the manuscript/render.Rmd file, which can by build by running the following code inside R.

library(rmarkdown)
render("manuscript/render.Rmd")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages