What should be the threshold of removing genes with low counts in RNA-seq data ? i have removed all genes with sum of counts 0, but there are many genes whose sum of counts are 1 , 2 ,3 etc. should i remove those ? or removing them will effect my results ?
If your question is about differential expression analysis this should help you answering the question. Else try to be more precise on what you want to do.
https://support.bioconductor.org/p/63234/
It depends which differential expression algorithm you are using. DESeq2 seems to deal with this problematic for you (EdgeR too I suppose?) but if I remember well you'll have to it manually with limma (this need to be confirmed).
i am using edgeR. i will also use DESeq2 for the comparative analysis, but first i need this thing solved for edgeR
So if you are using edgeR I advice you to read this post:
https://www.biostars.org/p/93553
Thanx alot for your kind help