README.md

R Build and Checks DOI

OOSAP

OHSU-ONPRC Single-cell Analysis Package

The goal of this package is to provide a high-level wrapper around tools and pipelines for the analysis of single-cell RNASeq data.

Table of Contents

Installation


# Install requirements.  Other dependencies will be downloaded automatically
install.packages(c('devtools', 'BiocManager', 'remotes'), dependencies=TRUE, ask = FALSE)

# Make sure to update your Rprofile i.e., ~/.Rprofile.site
# local({options(repos = BiocManager::repositories())})

# Get some of the core packages
BiocManager::install(c('org.Hs.eg.db', 'org.Mm.eg.db', 'HSMMSingleCell', 'monocle', 'DelayedMatrixStats', 'DESeq2', 'genefilter'), dependencies=TRUE, ask = FALSE)

#Latest version:
devtools::install_github(repo = 'bimberlabinternal/OOSAP', ref = 'Dev', dependencies = T, upgrade = 'always')


Pre-packaged Docker images with all needed dependencies installed can be found on our GitHub Packages repository:


docker pull ghcr.io/bimberlabinternal/oosap:latest

Development Guidelines



bimberlabinternal/OOSAP documentation built on Jan. 19, 2021, 2:47 a.m.