Coder Social home page Coder Social logo

pkr2103 / workshop-scrnaseq-oxford-sep2016 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davismcc/workshop-scrnaseq-oxford-sep2016

0.0 1.0 0.0 17.32 MB

scRNA-seq workshop in Oxford on 9 September 2016

License: GNU General Public License v3.0

HTML 100.00%

workshop-scrnaseq-oxford-sep2016's Introduction

Single-Cell Data Analysis Workshop: Oxford, September 2016

This repository contains course materials for the single-cell data analysis workshop hosted at the Weatherall Institute of Molecular Medicine, Oxford on 9 September 2016.

Download or clone the repository so that you have everything you need to participate in the course.

Course materials

This repository contains data files and RMarkdown documents that can be used for the analysis of the datasets. The data was kindly provided by James Kinchen ("jk" data) and Cynthia Sandor ("cs" data).

Data files:

  • cs_scater_workshop.RData - dataset from Cynthia Sandor
  • jk_anon_data.RData - dataset from James Kinchen

Rmd files:

There are two versions of each RMarkdown document, a "skeleton" version without the R code and a "complete" version with full R code. The idea is to work from the "skeleton" version and consult the "complete" version when you get stuck.

  • Cynthia Sandor's data analysis: cs_surgery_report_skeleton.Rmd, cs_surgery_report_complete.Rmd
  • James Kinchen's data analysis: jk_surgery_report_skeleton.Rmd, jk_surgery_report_complete.Rmd

HTML files:

HTML reports produced by running the above ("complete") Rmd files in case you want to check the expected code output and plots.

  • cs_surgery_report_complete.html
  • jk_surgery_report_complete.html

The above should give you everything you need to work along with the analyses in the workshop. The Rmd skeleton files should also be a good place to keep your own notes on the workshop and analyses.

R packages

You will need to have the following R packages installed: scater, scran, WGCNA, gplots. To get the most out of scater it is benefical also to have Rtsne, mvoutlier and cowplot installed. We will use the development versions of the Bioconductor packages to get the

install.packages(c("gplots", "Rtsne", "mvoutlier", "cowplot"))
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite(c("scater", "WGCNA", "scran"))

Optional (but fun): M3Drop.

install.packages("devtools")
devtools::install_github('tallulandrews/M3Drop')

Useful Resources

workshop-scrnaseq-oxford-sep2016's People

Contributors

davismcc avatar

Watchers

Kirk Reardon avatar

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.