Skip to content

samifriedrich/scRNAseq-dotplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scRNAseq-dotplot

Interactively explore gene expression across cell classes and create publication quality figures

Running the app locally

  1. If not already on your system, install the renv package in RStudio with:
install.packages("renv")
  1. Download or clone this repository.
  2. Place your Large Seurat object (runs_combined.rds) into the main project folder.
  3. To launch the app, open the app.R file in RStudio, then click the "Run App" button in the top right of the editing panel. That's it!

Deploying the app to shinyapps.io

Follow these instructions to create an account, install the rsconnect package, and configure your account. Then just click the "Publish" button in the RStudio editing panel to deploy.

A note on renv

renv is a dependency manager for R that stores environment info in renv.lock and the renv/ directory. It should automatically detect the environment and load packages associated with this project. If this fails (i.e. you get a "there is no package called 'XXX'" error message), check that you are in the correct project directory with getwd().

About

Interactively explore gene expression across cell classes and create publication quality figures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages