Hello,
I'm new to single-cell RNAseq analysis and have been trying to learn how to use the scanpy program. To this end, I wanted to start by following the Preprocessing and clustering 3k PBMCs tutorial. So I cloned the entire GitHub repository ("scanpy-tutorials") to obtain the Jupyter notebook ("pbmc3k.ipynb") and then ran it without any issues.
Most of the results look consistent with what's shown in the tutorial page, but I noticed that my UMAP visualizations look dramatically different from that of the authors. See below comparison.
From the website:
From my notebook:
Can anyone please tell me why I'm seeing this difference?
- As I mentioned above, I cloned the entire repository and didn't make any changes to the notebook.
- I'm using the latest version of scanpy (1.7.2).
- I noticed that the tutorial seems to be running 1.6.0, but when I installed that version and reran the notebook, it gave an error upstream.
bioconda recommends having the conda-forge channel as a higher priority when installing any software btw.