Entering edit mode
6.8 years ago
ATCG
▴
400
Hi, I have to remove lowly expressed genes by selecting genes that had FPKM > 0 in at least 90% of individuals. How can I do this in R? Also In the following expression, I'm confused what the last part, >= 294 is filtering. table(rowSums(exprs>0)>=294) Thanks!