Code Monkey home page Code Monkey logo

singlecellworkflow's Introduction

Bioconductor workflow for single-cell RNA sequencing: Normalization, dimensionality reduction, clustering, and lineage inference

DOI

This repository is designed to provide a tutorial for the analysis of scRNA-seq data in R. It covers four main steps: (1) dimensionality reduction accounting for zero inflation and over-dispersion and adjusting for gene and cell-level covariates; (2) robust and stable cell clustering using resampling-based sequential ensemble clustering; (3) inference of cell lineages and ordering of the cells by developmental progression along lineages; and (4) DE analysis along lineages. The workflow is general and flexible, allowing the user to sustitute the statistical method used in each step by a different method. We hope our proposed workflow will ease technical aspects of scRNA-seq data analysis and help with the discovery of novel biological insights.

Dependencies

To be able to run workflow.Rmd, you need

Bioconductor

  • BiocParallel
  • clusterExperiment
  • scone
  • zinbwave

GitHub

CRAN

  • doParallel
  • gam
  • RColorBrewer

Note that you need the devel versions of the Bioconductor packages scone (>=1.1.2), zinbwave (>=0.99.6), and clusterExperiment (>=1.3.2). We recommend running Bioconductor 3.6 (currently the devel version; see https://www.bioconductor.org/developers/how-to/useDevel/).

singlecellworkflow's People

Contributors

drisso avatar epurdom avatar fperraudeau avatar kstreet13 avatar sandrinedudoit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

singlecellworkflow's Issues

Issue running workflow file

Hi,

I tried to run the code in the workflow.Rmd file and I keep getting an issue when I get to the dimensionality reduction step, from the line fit <- cmdscale(d, eig = TRUE, k = 2):
Error in cmdscale(d, eig = TRUE, k = 2) : NA unauthorized in 'd'

This is due to Wbeing an empty DataFrame (747 rows and 0 columns). The error seems to come from the line W <- colData(se)[, grepl("^W", colnames(colData(se)))] where there is no name with W. Do you know how to fix this error ? Thanks in advance.

Best,

N. L.

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.