Giter Club home page Giter Club logo

abacbs2017workshop's Introduction

ABACBS2017Workshop

Usage

The main materials are included in the SingleCellWorkFlow.Rmd file. Set the working directory in RStudio to the folder containing this file, open the file and click Knit on the toolbar of the editor. This generates the full report with the relevant plots.

Download

Download this workflow either using git to create the "ABACBS2017Workshop" folder:

git clone https://github.com/Shians/ABACBS2017Workshop.git

or click "Clone or Download" > "Download Zip" on the top right of the panel followed by unzipping the data into the desired directory.

This cam be done in R

utils::download.file("https://github.com/Shians/ABACBS2017Workshop/archive/master.zip", destfile = "master.zip")
utils::unzip("master.zip")

The packages used in this workflow can be installed by the following code

source("https://bioconductor.org/biocLite.R")
biocLite(c("scPipe", "scater", "scran", "SC3", "edgeR", "Glimma"), suppressUpdates=TRUE)
install.packages(c("dplyr", "stringr", "magrittr", "ggplot2", "tibble", "plotly", "Rtsne"))

for those on the BioC Amazon instance, only the Rtsne package needs to be added

install.packages("Rtsne")

References

This workflow is adapted from other vignettes and workflows.

Feedback

Please help me develop this workflow by asking questions about any confusing statements or code. Leave an issue on this Github repository or email me.

abacbs2017workshop's People

Contributors

shians avatar

Watchers

 avatar  avatar  avatar

Forkers

mtrussart

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.