GithubHelp home page GithubHelp logo

bimberlabinternal / oosap Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 79.23 MB

OHSU-ONPRC Single-cell Analysis Package

R 98.65% Dockerfile 0.71% Shell 0.64%
r single-cell single-cell-rna-seq r-package ohsu onprc

oosap's Introduction

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


# 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

  • New development should occur on a branch, and go through a Pull Request before merging into Dev. See here for information on the pull request workflow. Ideally PRs would be reviewed by another person. For the PR, please review the set of changed files carefully to make sure you are only merging the changes you intend.

  • New exported functions should have Roxygen2 documentation.

  • As part of each PR, you should run 'devtools::document()' to update documentation and include these changes with your commits.

  • It is a good idea to run 'R CMD check' locally to make sure your changes will pass. See here for more information

  • Code should only be merged after the Travis CI build and tests pass. The Dev branch should always be stable.

  • New features should ideally have at least a basic test (see R testthat). There is existing test data in ./tests/testdata. This can be expanded, but please be conscious about file size and try to reuse data across tests if appropriate.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.