FelixTheStudent / cellpypes

Cell type pipes for R
GNU General Public License v3.0
51 stars 3 forks source link

Allow NA expr #21

Closed FelixTheStudent closed 1 year ago

FelixTheStudent commented 1 year ago

I had one data set in which totalUMIs were 0 for some cells. This led to NAs for ALL CELLS WITH 0 UMIs. Here I fix this with min(..., na.rm=TRUE).