scAI icon indicating copy to clipboard operation
scAI copied to clipboard

Error in selectFeatures() function

Open yuxuanChen777 opened this issue 1 year ago • 0 comments

When I run this code: gene.mean <- apply(X = data, MARGIN = 1, FUN = ExpMean) The maximum value of gene.mean returned is Inf. How do I handle the Inf value, can I set Inf to the second largest value?

yuxuanChen777 avatar Sep 23 '22 14:09 yuxuanChen777