SCRNA calculate the average expression
When calculating the average expression value of a gene in a sample during single-cell sequencing, should cells with expression of 0 be excluded from the sample?
scrna
cell-single-sequence
• 914 views
•
link
updated
by
rfran010 •
•
written
by
fuhaolll2 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Blog: Unlocking the Cellular Universe: The Importance of Single-Cell Sequencing in Animal and Plant…
written by Novogene •The advent of single-cell RNA sequencing (scRNA-seq) in 2009 marked a turning point in biological research. With rapid advancements in sequencing technologies, single-cell sequencing has …
-
Exploring Diet Effects in Single-Cell RNA Sequencing
written by Darya •I am currently working with single-cell RNA sequencing (scRNA-seq) data from a specific cell type under six different dietary conditions in two age groups (12 …
-
single nuclei sequencing questions
written by Long •Good evening, everyone. I hope you all had a great day. I have recently started to analyze single-nuclei sequencing data and encountered some problems. I …
-
Expression of gene of interest across conditions in single-cell data
written by kz •Hi everyone, I have a tpm gene expression matrix (single-cell RNA-seq data) from a publication which I would like to use to explore expression of …
-
SCRNA-seq experiment reads
written by kanwarjagI am planning a 10X single cell RNAseq library preparation and sequencing in Nova seq. For human genome to look at standard differential expression and …
-
Converting scRNA-Seq to Bulk-RNASeq
written by Assa Yeroslavizfor the initial analysis of our data set we would like to convert our single-cell RNA-Seq into Bulk RNA-Seq by summarizing the #reads per gene …
-
Single cell Expression Analysis
written by David_emirHi All, I have 6,000 single-cell expression counts from 49 head and neck squamous cell carcinoma patients (20,000 Genes * 6000 cells /per sample). My …
-
How to calculate average expression of each gene from single cell RNA-Seq data
written by amir_v •Hi, I have got a 10X 3' scRNA-Seq dataset of two samples. I want to calculate the average expression for each gene from this scRNA-Seq …
-
Multiple probe for same gene
written by Natasha •I'm looking at the gene expression value of the gene PFKL from GSE20966. The following is the data from one sample reported in the study …
-
Sequencing with 10X genomics
written by rob.costa1234I am planning to do single cell RNA-seq with 10X genomic platform. I was wondering if there are any rules to select how many cells …
Generally, yes, if the gene is detected in at least some cells. So you will exclude genes that are undetected in the data set.
The problem is that in SCRNA, “0” cannot be determined as undetected or expressed as 0. If the sequencing depth is increased, some undetected “0” may have expression values.
Yes, that's true of other seq such as bulk RNA-seq, but to different extents.
That's why you exclude undetected genes because you can't be sure if they are expressed or not. With genes detected in at least some cells, then you can generally assume expression is at least higher than other cells. However, it wouldn't be fair to exclude cells with 0 counts for those genes.
For example if you detect a gene in only 5% of cells vs detecting it in 50% of cells. Pretend expression is 10 in each detected cell. The average expression between these two populations would be the same, but it seems obvious the population where only 5% of cells have the gene detected should have lower average expression. Likewise, within the same population, if Gene B is also 10, but detected in twice as many cells, one would expect this gene to have higher average expression.