GithubHelp home page GithubHelp logo

Comments (8)

wikiselev avatar wikiselev commented on September 2, 2024

When running RStudio in a docker it does not allow you to save files to disk...

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Add SCnorm/quantile normalization.

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Use normalizeExprs() function in scater in deal with confounders section (should be the same as glm).

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

error in calc_cpm function in 3.14.3

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Add cyclone for cell-cycle analysis/regression?

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Add "Truth" section to beginning of Bio Analysis chapter discussing the data and expectations. (Fix cell-type labels for TE & ICM).

  • Move FS to before clustering.

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Clustering for rare cell-types

from scrna.seq.course.

tallulandrews avatar tallulandrews commented on September 2, 2024

Analysis of single cell RNA-seq data - Tue 31 Oct 2017

Questions for the Presenters:

There are several recent articles aimed at addressing the large quantity of zeros that appear in the expression matrix of SC-RNA seq. Can someone talk a bit about the correct way to deal with the very sparse matrix that you get after constructing the expression matrix?

We will be talking about this later in the course in more detail but briefly, the frequency of zeros is closely related to the gene expression level of each gene so they can be considered informative. There are imputation methods available as well but we do not recommend using them except for visualizations as they tend to introduce circularity into your data thus increasing your Type I error rate for any statistical tests you employ. In general the most useful approach to dealing with the sparsity is to perform feature selection on genes (and/or dimensionality reduction), to remove uninformative noise, which often includes most of the very sparsely sampled genes, fro

If you wonder how Fig. 3.2 was generated - instructions are here: #120

Could you explain what the difference (advantages) is between doing the data visualization with UMIs vs Reads. Are both necessary?

If you have UMIs you should always use them instead of the reads, because they are much cleaner. If you only have reads (SMART-Seq) you have no other option except using the reads. In the course we considered both just for exercise purposes.

In the absence of a batch effect, or if we are only looking at samples from the same batch, how does CPM compares to logNormalization? Which one you would recommend?

logNormalisation is not a real normalisation. It's a way of bringing all your values on the same scale. (if I understand your definition of logNormalisation correctly) You still need to log-transform your data after doing CPM. Does it answer your question?

I was thinking about the logNormalization method from the package Seurat, for example: normalizes the gene expression measurements for each cell by the total expression, multiplies this by a scale factor (10,000 by default), and log-transforms the result. How would this be comparable to CPM? I think after the scaling and log transform they might be similar.

It's exactly the same as log2-CPM only scaled by 10,000 rather than 1,000,000. IMO it makes most sense to scale to the median total counts of your particular dataset rather than some external reference (i.e. 10,000 or 1,000,000) unless you are comparing across multiple datasets.

The most recent comparison of DE methods for scRNA-seq data
https://twitter.com/markrobinsonca/status/925398324592742401

from scrna.seq.course.

Related Issues (20)

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.