Entering edit mode
n_h_78
•
0
@n_h_78-18380
Last seen 6.0 years ago
Hi,
I wanna keep the genes equal or lower than 10 counts in at least one sample within Deseq2. is the following correct? Doesn't "sum" in "rowSums" indicate adding function?
keep <- rowSums(counts(ddsHTSeq) >= 10) >= 1
Thanks in advance,
N. hosseinzadeh