scanpy
Hello, Could we apply scanpy on 1k pbmc data , 10k pbmc , etc or it's only applied on 3k pbmc ?
thank you in advance
scanpy
analysis
pbmc
seurat
• 1,159 views
•
link
updated
by
ATpoint
•
written
by
dalibenam64 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to download FASTQ files from the European Nucleotide Archive (ENA) to use them with FastQC etc..
written by sil_bioinfo •Hello, I would like to download FASTQ files from the European Nucleotide Archive (ENA) to use them with FastQC, kallisto,etc. In particular, this: https://www.ebi.ac.uk/ena/browser/view/PRJEB31975 Since …
-
pySCENIC, pyscenic grn runnning time
written by Song •Hi, I was doing pySCENIC on Jupyter notebook (following PBMC 10k dataset tutorial) I tried running grn on a 95K cells using 20 cores, 256GiB …
-
clustering using leiden algorithm
written by dalibenam64 •Hello I'm trying to perform clustering on my data using scanpy. I used this tutorial: https://github.com/mousepixels/sanbomics_scripts/blob/main/single_cell_analysis_complete_class.ipynb My question is how I can store the plot …
-
how to determine n_cells_by_count
written by dalibenam64 •Hello, I followed this tutorial (https://github.com/mousepixels/sanbomics_scripts/blob/main/single_cell_analysis_complete_class.ipynb ) in order to process single cell RNA-seq analysis using scanpy. For the first step data filtering I applied …
-
Whole blood cells of human
written by zizigoluHello Seurat team has a data base of human PBMC here https://app.azimuth.hubmapconsortium.org/app/human-pbmc We can annotate single cell PBMC against that to immune cell types But …
-
MultiQC report on sequence duplication levels for RNA-seq data, I think there might be some poor qu…
written by FantasticAI •Hi I got the following MultiQC report for sequence duplication levels. As you can see, there are about over 20% of reads that have been …
-
RPKM and FPKM quality control check and filtration
written by sunshine •Hello, I have a question regarding the RPKM and FPKM counts matrices of scRNA-Seq data, as they aren't raw read counts matrices. Is it right …
-
public pbmc database
written by GiuliaAC •Hi! Could you please suggest me where I can find a public database of pbmc RNA seq data which also provides patients' information (survival etc.)? …
-
Seurat nFeature_RNA filter number in human
written by yueli7Hello, Anyone, This command in Seurat package means that : We filter cells that have over 2,500 or less than 200, >5% mitochondrial counts. If …
-
Mitochondrial Gene percentage threshold in single cell RNA-Seq
written by hkarakurtHello everyone, I am working on scRNA-Seq data analysis. As most of you know high mitochondrial gene percentage indicates low quality (damaged or dead cells …
Not sure what you mean. ScanPy is a framework to analyse single-cell data in Python. You can apply it to any single-cell data, and need to be more specific for an elaborate answer. Show code and data for proper help, pointing out the problem.
scanpy for data filtring and clustering. In fact all the tutorials thatI found were applied 3k PBMC that's why I'm posting this question ( https://scanpy-tutorials.readthedocs.io/en/latest/pbmc3k.html )
Well, they have to use some data for the tutorial, and pbmc3 is a common and publically available one, but you can use anything of course.