Entering edit mode
5.1 years ago
yueli7
▴
250
Hello,
I have a RNA-seq data set.
How I can adding a small pseudocount to the entire dataset?
What is the pseudocount mean?
For example: 3.14159265, if I used excel function round(3.14159265,2)=3.14?
My understand is correct?
Thanks in advance for great help!
Best,
Yue
That's not what pseudocount means (rounding a number is not pseudocount) and you shouldn't just randomly add a small number to the entire dataset. My guess is you want to somehow work with 0 values. I think this Reddit thread gives a a good definition of pseudocounts: https://www.reddit.com/r/bioinformatics/comments/8acfss/can_someone_give_a_pseudocounts_for_dummies/
You should use RNAseq packages that will handle pseudocounts for you appropriately.
Hello, Amar,
Thank you so much for your great help!
Thank you again!
Best,
Yue
Just add 0.8 in each number (column or row). 0.8 is a pseudocount, just not let any number to be 0.