Hi,
I am working on RNA-seq data and looking to prefilter my data - I was using the sum of the read counts >100, but then read that I could use the normalised read counts instead? Is this a better filter, as it is based on data normalised across all samples? I am struggling to be able to view the data after running dss <- estimateSizeFactors(dss) in order to choose a suitable threshold?
Best wishes,
Rebekah
Oh sorry I think I found it
counts(dss, normalized =TRUE)
just in case anyone else was looking for this also