Hi am using a matrix of gene expression, frag counts to calculate differentially expressed genes. I would like to know how to remove the rows which have values as 0. Then my
df[apply(df[,-1], 1, function(x) !all(x==0)),]