I'm looking for a python tutorial on scRNA-seq/RNS-seq data analysis. It will be helpful if someone could point towards the relevant resources.
I'm looking for a python tutorial on scRNA-seq/RNS-seq data analysis. It will be helpful if someone could point towards the relevant resources.
The scanpy tutorials might be a good start.
Fabian Theis' lab has recently published Lücken & Theis, Current best practices in single‐cell RNA‐seq analysis: a tutorial together with a nice github repository in which you can find an example case study Jupyter notebook written in Python. I can highly recommend this.
In case you would like to use it on your own data, you could head over to FASTGenomics. It is an online platform for single cell analytics and it offers a generalized version of the case study notebook, which might be applicable to your own dataset.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Here is a nice compilation of all things scRNA by @Sean Davis: https://github.com/seandavi/awesome-single-cell While mostly
R
there are somePython
things in there.